all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==22.2.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.2.0,cmd2==2.4.3,cryptography==40.0.1,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.1.0,packaging==23.0,paramiko==3.1.0,pbr==5.11.1,prettytable==3.6.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://github.com/openstack/tempest@3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab#egg=tempest,testtools==2.6.0,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='694444846' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {7} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {5} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.325558s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.323993s] ... ok {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.856597s] ... ok {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.982181s] ... ok {5} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [3.408768s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:34,684 90573 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.671s 2023-04-20 14:19:34,684 90573 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-479805198"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5a4983-6e2b-4974-a131-b53f720257e3', 'x-compute-request-id': 'req-5b5a4983-6e2b-4974-a131-b53f720257e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:19:34.261244", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 14:19:35,121 90573 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/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f 0.429s 2023-04-20 14:19:35,122 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:34 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-4e3e9b4c-defe-4243-b13a-c86fbf5927cc', 'x-compute-request-id': 'req-4e3e9b4c-defe-4243-b13a-c86fbf5927cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:19:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 14:19:36,415 90573 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/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f 0.288s 2023-04-20 14:19:36,416 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:36 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-fb1b293d-ccbf-43b1-a640-4b2f9be43729', 'x-compute-request-id': 'req-fb1b293d-ccbf-43b1-a640-4b2f9be43729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T1 4:19:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [2.024448s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e067f5bb-9d46-4031-b6f8-772e4fe16d08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:41,085 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes 0.689s 2023-04-20 14:19:41,086 90573 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-223929264"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7add54-3776-4160-9d0b-01c7a9dd222f', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7add54-3776-4160-9d0b-01c7a9dd222f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:40.995219", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:41,134 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.037s 2023-04-20 14:19:41,134 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70642efe-984f-467c-9c1c-77ead044a9ed', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70642efe-984f-467c-9c1c-77ead044a9ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,200 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16 d08 0.054s 2023-04-20 14:19:42,201 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7354f552-f810-4cbb-b0ab-ac4f95cd511c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7354f552-f810-4cbb-b0ab-ac4f95cd511c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": "2023-04-20T14:19:41.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,275 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.055s 2023-04-20 14:19:42,275 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2237732d-e0af-412b-9966-e94af9b4fb33', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2237732d-e0af-412b-9966-e94af9b4fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": "2023-04-20T14:19:41.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,400 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.114s 2023-04-20 14:19:42,400 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-3789407c-2b86-40c0-a443-6673aad076c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'' 2023-04-20 14:19:42,419 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.019s 2023-04-20 14:19:42,420 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-350ed962-4ed4-492f-92ff-fcc8484b1c31', 'x-openstack-request-id': 'req-350ed962-4ed4-492f-92ff-fcc8484b1c31', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e067f5bb-9d46-4031-b6f8-772e4fe16d08 could not be found."}}' {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.770077s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.202542s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.156562s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.163512s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.021729s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.034560s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.163103s] ... ok {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.283611s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e898b4c9-4fa6-4004-9857-f522415633a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:42,213 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types 0.135s 2023-04-20 14:19:42,213 90577 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-1627773079", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20b6edac-8755-41d8-9cba-f843fee1de73', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20b6edac-8755-41d8-9cba-f843fee1de73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types'} Body: b'{"volume_type": {"id": "6cb9aa82-0450-4eff-8bba-12dd467abfa4", "name": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-20 14:19:42,361 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes 0.143s 2023-04-20 14:19:42,362 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "6cb9aa82-0450-4eff-8bba-12dd467abfa4", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 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-859d603a-6841-481f-be74-fcf8a15ab8d6', 'x-openstack-request-id': 'req-859d603a-6841-481f-be74-fcf8a15ab8d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6cb9aa82-0450-4eff-8bba-12dd467abfa4 could not be found."}}' 2023-04-20 14:19:42,362 90577 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-20 14:19:42,392 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action 0.028s 2023-04-20 14:19:42,392 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "a5a251b0ee85490e8e9762ad6011dde6"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-51692c42-e848-401e-ab58-c1d6cc10c47f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action'} Body: b'' 2023-04-20 14:19:42,893 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes 0.499s 2023-04-20 14:19:42,894 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "6cb9aa82-0450-4eff-8bba-12dd467a bfa4", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-817876026"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32dcff13-23e8-48b4-bc32-a9614439eb09', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32dcff13-23e8-48b4-bc32-a9614439eb09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:42.813757", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:42,952 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.047s 2023-04-20 14:19:42,953 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af68ef41-6f9f-4ad4-90bb-8a9249a15ab6', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af68ef41-6f9f-4ad4-90bb-8a9249a15ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:43,999 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.034s 2023-04-20 14:19:44,000 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c8c5dc-8032-4391-9083-dda66a1d5532', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c8c5dc-8032-4391-9083-dda66a1d5532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": "2023-04-20T14:19:43.000000", "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:44,055 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.043s 2023-04-20 14:19:44,056 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f761ad21-b0b1-4066-9202-23c948be70bb', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f761ad21-b0b1-4066-9202-23c948be70bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": "2023-04-20T14:19:43.000000", "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:44,189 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.122s 2023-04-20 14:19:44,189 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e48288-28c3-4a70-82e7-a462235d8339', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490 e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'' 2023-04-20 14:19:44,213 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.023s 2023-04-20 14:19:44,213 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a307f7f-1976-4d16-a040-3e5ff302a8f5', 'x-openstack-request-id': 'req-5a307f7f-1976-4d16-a040-3e5ff302a8f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e898b4c9-4fa6-4004-9857-f522415633a8 could not be found."}}' 2023-04-20 14:19:44,291 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action 0.077s 2023-04-20 14:19:44,292 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "a5a251b0ee85490e8e9762ad6011dde6"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a8f83f-dc14-4199-ab87-52fe555dc0dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action'} Body: b'' 2023-04-20 14:19:44,336 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4 0.043s 2023-04-20 14:19:44,336 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33520099-ae4d-4bbe-a648-9ecd357d9978', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4'} Body: b'' 2023-04-20 14:19:44,360 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4 0.023s 2023-04-20 14:19:44,360 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa9cf2e-29ab-4cf4-8f8c-4036f41bebc5', 'x-openstack-request-id': 'req-0aa9cf2e-29ab-4cf4-8f8c-4036f41bebc5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e 15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6cb9aa82-0450-4eff-8bba-12dd467abfa4 could not be found."}}' {7} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.271152s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.431600s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.036766s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.045948s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.947989s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a074f09-6fb3-4691-a65b-379a56b5b110 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,161 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/6c569d03ce334c818edd33e4f11cd4b3/os-quota-sets/36d244298727403eb6f232c2fa2bebc3?usage=True 0.074s 2023-04-20 14:19:54,162 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2394ae8f-bb26-4374-83b4-54b58e3de45b', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2394ae8f-bb26-4374-83b4-54b58e3de45b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6c569d03ce334c818edd33e4f11cd4b3/os-quota-sets/36d244298727403eb6f232c2fa2bebc3?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": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:54,660 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes 0.488s 2023-04-20 14:19:54,660 90581 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-217570402"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8a9cda-f53a-48c4-ade6-abe82df13b40', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8a9cda-f53a-48c4-ade6-abe82df13b40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:54.593774", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:54,720 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.047s 2023-04-20 14:19:54,720 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a80bd5-258e-45e6-95e1-3cb6005824b7', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a80bd5-258e-45e6-95e1-3cb6005824b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:55,787 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.055s 2023-04-20 14:19:55,787 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfcf3c9-e9ab-4d1d-befe-a61ab2d3e5a8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfcf3c9-e9ab-4d1d-befe-a61ab2d3e5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": "2023-04-20T14:19:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:55,855 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.055s 2023-04-20 14:19:55,855 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-d35c015b-7340-4802-b000-c9097a128136', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35c015b-7340-4802-b000-c9097a128136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": "2023-04-20T14:19:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:56,011 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.144s 2023-04-20 14:19:56,011 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-a8747b18-88c9-45c2-a2a4-e3b8052010bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'' 2023-04-20 14:19:56,033 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.021s 2023-04-20 14:19:56,033 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-f6fd9fb2-e7cd-4fbe-9ffe-2fa5f1ad4596', 'x-openstack-request-id': 'req-f6fd9fb2-e7cd-4fbe-9ffe-2fa5f1ad4596', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a074f09-6fb3-4691-a65b-379a56b5b110 could not be found."}}' {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.201921s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0da520d7-7178-4e57-8cd6-e9945ec0b683 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,999 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.204s 2023-04-20 14:19:55,000 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7c8c89e-3777-459d-bad9-6ef3b87e6351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:19:55,680 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes 0.679s 2023-04-20 14:19:55,681 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1241919235"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111bfaf1-c506-4be3-baf6-65124a7457a2', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111bfaf1-c506-4be3-baf6-65124a7457a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.601277", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:55,757 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.066s 2023-04-20 14:19:55,757 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4918ba7-2e1b-41f8-8469-b6956b9d5528', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4918ba7-2e1b-41f8-8469-b6956b9d5528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,810 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.041s 2023-04-20 14:19:56,810 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a33c54-a35d-4334-a2be-84eeb1f694eb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a33c54-a35d-4334-a2be-84eeb1f694eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,868 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.045s 2023-04-20 14:19:56,868 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b756f19-5bbb-4c63-be02-dd3831c3b3ce', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-0b756f19-5bbb-4c63-be02-dd3831c3b3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,976 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.097s 2023-04-20 14:19:56,977 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-916ef150-9fb9-43d3-a97e-e532bdb2a761', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'' 2023-04-20 14:19:56,995 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.018s 2023-04-20 14:19:56,996 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-08918458-8a28-499e-8c02-220371b2efbf', 'x-openstack-request-id': 'req-08918458-8a28-499e-8c02-220371b2efbf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0da520d7-7178-4e57-8cd6-e9945ec0b683 could not be found."}}' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.557503s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9da77bb3-286f-4f9d-b18a-5e28e4165e5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:56,265 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes 0.227s 2023-04-20 14:19:56,265 90581 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-1172954698"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4655e9cb-fc1c-491d-b391-2e37df5652cf', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4655e9cb-fc1c-491d-b391-2e37df5652cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.188337", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:56,325 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.050s 2023-04-20 14:19:56,325 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b927609e-d994-4d92-a50c-1be81d1569dc', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b927609e-d994-4d92-a50c-1be81d1569dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,377 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.037s 2023-04-20 14:19:57,378 90581 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6de3c4-75aa-4a58-bf48-3cf8a9a50b80', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6de3c4-75aa-4a58-bf48-3cf8a9a50b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,432 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.043s 2023-04-20 14:19:57,432 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29e5cbd-af13-412d-9157-7a84330de421', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29e5cbd-af13-412d-9157-7a84330de421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,568 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.126s 2023-04-20 14:19:57,569 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6c94fe-1714-4703-af53-72de0bc3c0fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'' 2023-04-20 14:19:57,592 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.023s 2023-04-20 14:19:57,593 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3490f573-5560-4018-80c6-6ee65c5e3a49', 'x-openstack-request-id': 'req-3490f573-5560-4018-80c6-6ee65c5e3a49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9da77bb3-286f-4f9d-b18a-5e28e4165e5e could not be found."}}' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.059512s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.297871s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.545127s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b124e45-547a-4018-a28f-dbfce6ca65b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:57,220 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes 0.221s 2023-04-20 14:19:57,220 90577 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-1717233074"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0de9c590-7b21-4fa5-b41a-39db9a81d508', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de9c590-7b21-4fa5-b41a-39db9a81d508', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.155934", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:57,287 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.056s 2023-04-20 14:19:57,287 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda93e20-58dd-4b04-bad1-39be3e7382f2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda93e20-58dd-4b04-bad1-39be3e7382f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,345 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.046s 2023-04-20 14:19:58,345 90577 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599c1c97-0682-4983-a1aa-52a65dd1900d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599c1c97-0682-4983-a1aa-52a65dd1900d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": "2023-04-20T14:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,399 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.042s 2023-04-20 14:19:58,399 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293eb5fe-b04f-4204-8ead-cfeadf4e0802', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293eb5fe-b04f-4204-8ead-cfeadf4e0802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": "2023-04-20T14:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,518 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.108s 2023-04-20 14:19:58,518 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-9cab9ff3-44d5-429e-afc3-9f53fe1c873a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'' 2023-04-20 14:19:58,542 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.023s 2023-04-20 14:19:58,542 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-b102b2d6-5737-4f8f-81ff-076cf16381ff', 'x-openstack-request-id': 'req-b102b2d6-5737-4f8f-81ff-076cf16381ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b124e45-547a-4018-a28f-dbfce6ca65b0 could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c674df8-9e3b-498d-8321-55f0e1a71904 failed to build and is in ERROR status {5} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.012844s] ... ok {5} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.187263s] ... ok {7} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 02ed6868-b3eb-4bf2-85da-f2edf9cc2ff0 failed to build and is in ERROR status {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.992685s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a95c2180-1e0f-4557-b4a0-ddf343465609 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:04,780 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes 0.648s 2023-04-20 14:20:04,780 90573 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-20335855"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac98da9-b43a-441f-8b41-ade3b0bab277', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac98da9-b43a-441f-8b41-ade3b0bab277', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:04.675223", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:04,839 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.049s 2023-04-20 14:20:04,839 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4367122a-7b82-44bd-b7e9-8a9e5dba16d3', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4367122a-7b82-44bd-b7e9-8a9e5dba16d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:05,917 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.064s 2023-04-20 14:20:05,917 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95547733-7b4e-41b4-91d6-7faccd604063', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95547733-7b4e-41b4-91d6-7faccd604063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": "2023-04-20T14:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:05,978 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.048s 2023-04-20 14:20:05,978 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a73e44-966b-40ab-9af4-6ebf52530753', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a73e44-966b-40ab-9af4-6ebf52530753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": "2023-04-20T14:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:06,093 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.105s 2023-04-20 14:20:06,094 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78258eb3-36fc-4d1c-8fc2-87dab3d2a4d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'' 2023-04-20 14:20:06,122 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.027s 2023-04-20 14:20:06,122 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ba9b2e-effc-4934-9b1b-7f149c135148', 'x-openstack-request-id': 'req-a1ba9b2e-effc-4934-9b1b-7f149c135148', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a95c2180-1e0f-4557-b4a0-ddf343465609 could not be found."}}' {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.686002s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 86f0b07a-a26a-434e-8a4a-80655a8f29f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:06,382 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes 0.257s 2023-04-20 14:20:06,382 90573 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-1488792706"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db378d6-1c9e-40b4-9cee-bf3b57d3743b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db378d6-1c9e-40b4-9cee-bf3b57d3743b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.292620", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:06,456 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.063s 2023-04-20 14:20:06,456 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c83cd150-6475-4388-aada-e0a14f172f63', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c83cd150-6475-4388-aada-e0a14f172f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,510 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.042s 2023-04-20 14:20:07,510 90573 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c309c0-80cb-4969-b3ca-92d9210d866c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c309c0-80cb-4969-b3ca-92d9210d866c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": "2023-04-20T14:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,571 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.049s 2023-04-20 14:20:07,571 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4704a68c-3c66-40d6-b2f4-4268aa2ae4b7', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4704a68c-3c66-40d6-b2f4-4268aa2ae4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": "2023-04-20T14:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,772 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.189s 2023-04-20 14:20:07,772 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035ce369-aaff-48bd-8638-6796821b52d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'' 2023-04-20 14:20:07,809 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.036s 2023-04-20 14:20:07,809 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8acc894-3944-438a-b1c6-bd967bb9e33a', 'x-openstack-request-id': 'req-b8acc894-3944-438a-b1c6-bd967bb9e33a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 86f0b07a-a26a-434e-8a4a-80655a8f29f1 could not be found."}}' {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [5.115079s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 90c76792-3203-4618-82a4-03aa6c37f3dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:07,811 90577 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/57debbf472b44d66b992356d1459845e/types 0.222s 2023-04-20 14:20:07,811 90577 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': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eae3e38-a109-4d9f-beb1-a25427685863', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eae3e38-a109-4d9f-beb1-a25427685863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57debbf472b44d66b992356d1459845e/types'} Body: b'{"volume_type": {"id": "efaee6f4-467e-496f-a97a-2bd52730ea65", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-20 14:20:08,961 90577 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 1.146s 2023-04-20 14:20:08,962 90577 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': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-fee2cd98-2af7-4092-adff-3504c578911a', '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": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:09Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,818 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e/file 1.854s 2023-04-20 14:20:10,819 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d340ff9f-57f1-42fa-9fce-bfcd5be6e5a7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file'} Body: b'' 2023-04-20 14:20:10,846 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.026s 2023-04-20 14:20:10,846 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-430c8887-b3dd-4058-bf2f-8aecf5c1d4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,889 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.042s 2023-04-20 14:20:10,890 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-72814639-88a5-452f-a09b-2fa9c683ee8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,928 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.036s 2023-04-20 14:20:10,928 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c8f793c5-a23f-42c3-a12a-381982c984ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:11,497 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes 0.568s 2023-04-20 14:20:11,498 90577 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": "07c791fc-8191-4b4c-bbcf-121a612d134e", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c60e4a7-e641-4ae7-b9b6-51f91b37e56c', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c60e4a7-e641-4ae7-b9b6-51f91b37e56c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.404890", "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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:11,563 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd 0.055s 2023-04-20 14:20:11,564 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22befe1-a97b-4c14-9bb1-e8801ff79616', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22befe1-a97b-4c14-9bb1-e8801ff79616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b7e56041725d4ea085d2430b68a7591d"}}' 2023-04-20 14:20:12,690 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd 0.113s 2023-04-20 14:20:12,690 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a412c37-bb80-4d96-be8a-1e7fb2ac92e7', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a412c37-bb80-4d96-be8a-1e7fb2ac92e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.000000", "updated_at": "2023-04-20T14:20:12.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b7e56041725d4ea085d2430b68a7591d"}}' {7} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {5} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05477e6c-c01c-44b0-bf9c-ee2ba107a921 failed to build and is in ERROR status {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.317552s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.193172s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.017597s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.081795s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.027820s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.860894s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b143e16e-8456-45e0-8e46-ad982c41a2b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:25,433 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes 0.327s 2023-04-20 14:20:25,433 90573 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-2116303214"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af7f4c5-6140-4454-b347-76c1951d895a', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af7f4c5-6140-4454-b347-76c1951d895a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.325379", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:25,537 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.093s 2023-04-20 14:20:25,538 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a579f32-8cb5-4dc6-9a81-407056c6e99a', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a579f32-8cb5-4dc6-9a81-407056c6e99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,644 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a 2b0 0.094s 2023-04-20 14:20:26,645 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16979514-02d6-4833-a1c0-0930a8060151', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16979514-02d6-4833-a1c0-0930a8060151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:26.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,745 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.076s 2023-04-20 14:20:26,745 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b774d7ea-c963-47e8-8b18-9b83d21830ec', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b774d7ea-c963-47e8-8b18-9b83d21830ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:26.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,936 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.180s 2023-04-20 14:20:26,936 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1135d138-7624-409f-b673-bf60323308f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'' 2023-04-20 14:20:26,965 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.028s 2023-04-20 14:20:26,965 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54dc029-157d-4b44-b920-025dbf406310', 'x-openstack-request-id': 'req-d54dc029-157d-4b44-b920-025dbf406310', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b143e16e-8456-45e0-8e46-ad982c41a2b0 could not be found."}}' {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [8.007765s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:21,385 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.691s 2023-04-20 14:20:21,386 90563 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-728567973"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-37c529e4-6123-4a2a-a7aa-2e9b0d040ef6', 'date': 'Thu, 20 Apr 2023 14:20:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"457b93e8-ed0d-468e-a13b-1f3653141cfb","name":"tempest-tagged-attachments-test-net-728567973","tenant_id":"d6d6c587ad124812a626c3c5e0a400d2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6d6c587ad124812a626c3c5e0a400d2","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-20T14:20:20Z","updated_at":"2023-04-20T14:20:20Z","revision_number":1}}' 2023-04-20 14:20:24,118 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.731s 2023-04-20 14:20:24,118 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "457b93e8-ed0d-468e-a13b-1f3653141cfb", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-5abeab95-9b5a-4391-9781-416a359362f4', 'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"682afc4a-ef4e-48e3-9f62-be2bf763fdf3","name":"","tenant_id":"d6d6c587ad124812a626c3c5e0a400d2","network_id":"457b93e8-ed0d-468e-a13b-1f3653141cfb","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-20T14:20:22Z","updated_at":"2023-04-20T14:20:22Z","revision_number":0,"project_id":"d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:24,754 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes 0.633s 2023-04-20 14:20:24,755 90563 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-349415768"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75f6a36-bc08-4785-b426-68dadf19d08d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75f6a36-bc08-4785-b426-68dadf19d08d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:24.607449", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:24,845 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 0.072s 2023-04-20 14:20:24,845 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c0ba3f-2f57-4c66-9587-99644d5c05b3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c0ba3f-2f57-4c66-9587-99644d5c05b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:25,985 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 0.126s 2023-04-20 14:20:25,985 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df544839-02f9-4ae6-8113-f89e1f185afb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df544839-02f9-4ae6-8113-f89e1f185afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:25.000000", "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-a ce3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:26,360 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/682afc4a-ef4e-48e3-9f62-be2bf763fdf3 0.361s 2023-04-20 14:20:26,360 90563 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-29405743-7d39-4ac8-bee5-ba34ceea3572', 'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/682afc4a-ef4e-48e3-9f62-be2bf763fdf3'} Body: b'' 2023-04-20 14:20:27,699 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/457b93e8-ed0d-468e-a13b-1f3653141cfb 1.337s 2023-04-20 14:20:27,699 90563 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-1951e4e0-2087-4594-98a4-dbda6ad81b4b', 'date': 'Thu, 20 Apr 2023 14:20:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/457b93e8-ed0d-468e-a13b-1f3653141cfb'} Body: b'' {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.707879s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85593d8d-050b-4838-888e-72df14808024 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:52,043 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes 0.580s 2023-04-20 14:20:52,044 90563 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-437962029", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c00dfb-0b70-451b-845b-4857de5c1fd6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c00dfb-0b70-451b-845b-4857de5c1fd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:51.980498", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:52,095 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024 0.041s 2023-04-20 14:20:52,095 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc973337-ad07-402b-85e6-112a5fb444f0', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc973337-ad07-402b-85e6-112a5fb444f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:52.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ce40fb17b15451fb7566d314e246bd0"}}' 2023-04-20 14:20:53,158 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024 0.049s 2023-04-20 14:20:53,158 90563 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd208f9b-8c48-4582-aff2-1955d514196d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd208f9b-8c48-4582-aff2-1955d514196d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:52.000000", "updated_at": "2023-04-20T14:20:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ce40fb17b15451fb7566d314e246bd0"}}' {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {0} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.715571s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.008968s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.921736s] ... ok {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.237809s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:19,796 90563 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools?detail=True 0.229s 2023-04-20 14:21:19,796 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8b4307-7626-44c3-8a24-07566a49380a', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8b4307-7626-44c3-8a24-07566a49380a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.051146s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:19,854 90563 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools 0.047s 2023-04-20 14:21:19,854 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5749e7e-0275-44ed-a882-918a7c921423', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5749e7e-0275-44ed-a882-918a7c921423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools'} Body: b'{"pools": []}' {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.031328s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.032279s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.021040s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.638069s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 03f99aad-ebb6-43eb-bbce-a00f63549f63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:23,300 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes 0.331s 2023-04-20 14:21:23,300 90563 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-1597375954"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7951c71a-4494-433e-b3af-b533ceefd3ce', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7951c71a-4494-433e-b3af-b533ceefd3ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.229718", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:23,369 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.058s 2023-04-20 14:21:23,369 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30be93a8-45f8-495a-a613-2eb13eb42c0e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30be93a8-45f8-495a-a613-2eb13eb42c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,423 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.042s 2023-04-20 14:21:24,423 90563 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7756b7ea-81d1-434b-8b10-c35ae81567e3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7756b7ea-81d1-434b-8b10-c35ae81567e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": "2023-04-20T14:21:23.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,472 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.038s 2023-04-20 14:21:24,473 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00dfe4f2-7305-482f-97c8-e2e9c083a7e5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00dfe4f2-7305-482f-97c8-e2e9c083a7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": "2023-04-20T14:21:23.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,583 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.099s 2023-04-20 14:21:24,583 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70e2cf1-b971-4b36-96ec-be507c4ec006', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'' 2023-04-20 14:21:24,604 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.020s 2023-04-20 14:21:24,605 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c023d36-61e8-4434-bf86-3ad13ea5e8de', 'x-openstack-request-id': 'req-7c023d36-61e8-4434-bf86-3ad13ea5e8de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03f99aad-ebb6-43eb-bbce-a00f63549f63 could not be found."}}' {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.023719s] ... ok {0} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 743663a9-9c79-4419-a193-beb993b14e61 failed to build and is in ERROR status {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.475132s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 749ae700-7503-4cd8-a0d0-d9a67fd12291 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:30,404 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes 0.336s 2023-04-20 14:21:30,404 90563 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-84351809"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cfd574-ee4c-4850-8f36-dfd6a9be11f1', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cfd574-ee4c-4850-8f36-dfd6a9be11f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.347101", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:30,466 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291 0.052s 2023-04-20 14:21:30,466 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce03f8d4-20a7-420b-9a45-e39738955ae0', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce03f8d4-20a7-420b-9a45-e39738955ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50332d99ea9e489fae5683e548f337de"}}' 2023-04-20 14:21:31,530 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291 0.052s 2023-04 -20 14:21:31,530 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43938bc1-8f0b-439a-8221-83ade4416509', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43938bc1-8f0b-439a-8221-83ade4416509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.000000", "updated_at": "2023-04-20T14:21:30.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50332d99ea9e489fae5683e548f337de"}}' {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.469482s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5a5d85a-f0a0-4d4f-9d92-5330277eb33b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:52,317 90565 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.120s 2023-04-20 14:19:52,318 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:52 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-08367144-478d-4cf4-be88-7f97bbd273a1', '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": "d6519111f1e04f3c8738e85080fba954", "name": "tempest-DeleteServersTestJSON-1903070774-project-member", "password_expires_at": null}, "audit_ids": ["Ive2xWN9Rfu_yke5byZkbw"], "expires_at": "2023-04-20T15:19:52.000000Z", "issued_at": "2023-04-20T14:19:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2175826867a47099fa45ddcdb7a1d7d", "name": "tempest-DeleteServersTestJSON-1903070774"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:19:52,319 90565 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'e6a9986e-46cf-408f-921d-2e9a0226e0a7', 'name': 'tempest-DeleteServersTestJSON-959189107-network', 'tenant_id': 'd2175826867a47099fa45ddcdb7a1d7d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd2175826867a47099fa45ddcdb7a1d7d', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33734, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:19:54,494 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.174s 2023-04-20 14:19:54,494 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-56820748", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "e6a9986e-46cf-408f-921d-2e9a0226e0a7"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c3954f6-8e38-4e83-a508-0dd9b28c676c', 'x-compute-request-id': 'req-8c3954f6-8e38-4e83-a508-0dd9b28c676c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZvcM4z4jE3cq"}}' 2023-04-20 14:19:54,817 90565 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/92753ea9-7498-4043-84a9-e6641cb28ad2 0.317s 2023-04-20 14:19:54,817 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3976c8ed-11a2-43ca-a7e7-83e049f32042', 'x-compute-request-id': 'req-3976c8ed-11a2-43ca-a7e7-83e049f32042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "name": "tempest-DeleteServersTestJSON-server-56820748", "status": "BUILD", "tenant_id": "d2175826867a47099fa45ddcdb7a1d7d", "user_id": "d6519111f1e04f3c8738e85080fba954", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:54Z", "updated": "2023-04-20T14:19:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:45,229 90565 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/92753ea9-7498-4043-84a9-e6641cb28ad2 0.336s 2023-04-20 14:20:45,229 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fccf4d9-fe1b-4c61-9267-912f99a14a01', 'x-compute-request-id': 'req-6fccf4d9-fe1b-4c61-9267-912f99a14a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "name": "tempest-DeleteServersTestJSON-server-56820748", "status": "ACTIVE", "tenant_id": "d2175826867a47099fa45ddcdb7a1d7d", "user_id": "d6519111f1e04f3c8738e85080fba954", "metadata": {}, "hostId": "2c1b677f0d6caef417d9d6fa032d7f5c45a267cec1019b239df6e48f", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:54Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-DeleteServersTestJSON-959189107-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:af:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:45,242 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:21:45,545 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes 0.243s 2023-04-20 14:21:45,546 90565 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-737956146"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5594ec81-0908-4859-97f6-3f698f90bda9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5594ec81-0908-4859-97f6-3f698f90bda9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.480139" , "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:45,597 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b 0.041s 2023-04-20 14:21:45,597 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b76199d-8023-45b2-9758-8410693b0a53', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b76199d-8023-45b2-9758-8410693b0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d2175826867a47099fa45ddcdb7a1d7d"}}' 2023-04-20 14:21:46,646 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b 0.038s 2023-04-20 14:21:46,647 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29dc6e31-c40f-4bd6-b941-6df05b3052ca', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29dc6e31-c40f-4bd6-b941-6df05b3052ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.000000", "updated_at": "2023-04-20T14:21:46.000000", "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d 85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d2175826867a47099fa45ddcdb7a1d7d"}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [119.142158s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 10689ecf-8fae-4d2e-b31f-a81bf738d03e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:19,580 90579 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:20:19,953 90579 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.369s 2023-04-20 14:20:19,953 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1083136482", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:19 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-dd107e01-b9d3-4a48-a329-2fb35327a238', 'x-compute-request-id': 'req-dd107e01-b9d3-4a48-a329-2fb35327a238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1083136482", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g==", "fingerprint": "ef:6c:c0:1f:e1:40:27:58:45:0e:22:33:cd:70:ac:60", "user_id": "f8d2f5b7cbee40e49014248d10905816"}}' 2023-04-20 14:20:19,960 90579 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1083136482 created 2023-04-20 14:20:20,350 90579 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.389s 2023-04-20 14:20:20,350 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2110546202", "description": "tempest-description--1976540240"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f25055d6-a884-4674-b040-12347dab1510', 'date': 'Thu, 20 Apr 2023 14:20:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a041a735-8008-4632-af83-61306f4d67ec", "name": "tempest-securitygroup--2110546202", "stateful": true, "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "description": "tempest-description--1976540240", "shared": false, "security_group_rules": [{"id": "21ec8f92-b157-4fd7-a74e-50297e0853c9", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "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": 359, "description": null, "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}, {"id": "a18562e1-2358-488a-a5cc-3cca048b3c8c", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3 58, "description": null, "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}], "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 1, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:20,919 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.568s 2023-04-20 14:20:20,919 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92f0d436-60af-410a-b2ed-431e20d17d24', 'date': 'Thu, 20 Apr 2023 14:20: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": "cecbb033-daa2-4e64-8120-b1d6e3a102a8", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:21,475 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.554s 2023-04-20 14:20:21,476 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ef72e783-b5a2-4404-9987-d7ad8d5c8073', 'date': 'Thu, 20 Apr 2023 14:20:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a9b3f1eb-1c29-458f-8746-58c068f5fad1", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:21Z", "updated_at": "2023-04-20T14:20:21Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:21,476 90579 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2110546202 created 2023-04-20 14:20:23,795 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.318s 2023-04-20 14:20:23,795 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903" }} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-099f711c-abf5-466a-af3f-4ecee4278d98', 'date': 'Thu, 20 Apr 2023 14:20:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "82c4436b-cf9f-457e-ae6c-4f1d41b3175b", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "floating_ip_address": "172.24.4.44", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd9e706614fb4311bea8d8e67cb55b7b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:23Z", "updated_at": "2023-04-20T14:20:23Z", "revision_number": 0}}' 2023-04-20 14:20:23,796 90579 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '82c4436b-cf9f-457e-ae6c-4f1d41b3175b', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'floating_ip_address': '172.24.4.44', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:23Z', 'updated_at': '2023-04-20T14:20:23Z', 'revision_number': 0, 'ip': '172.24.4.44'} created 2023-04-20 14:20:24,173 90579 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.367s 2023-04-20 14:20:24,173 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:23 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-f2fae197-7fc6-42ba-a535-d93992bc28c1', '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": "f8d2f5b7cbee40e49014248d10905816", "name": "tempest-VolumesAdminNegativeTest-2145726321-project-member", "password_expires_at": null}, "audit_ids": ["jxKf-GDXQfqfzjsnwYW0Fg"], "expires_at": "2023-04-20T15:20:23.000000Z", "issued_at": "2023-04-20T14:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd9e706614fb4311bea8d8e67cb55b7b", "name": "tempest-VolumesAdminNegativeTest-2145726321"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875 ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:24,174 90579 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'caaed6ce-b174-4cd1-94ee-735b74871add', 'name': 'tempest-VolumesAdminNegativeTest-748666632-network', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57091, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:24,174 90579 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1083136482', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g==', 'fingerprint': 'ef:6c:c0:1f:e1:40:27:58:45:0e:22:33:cd:70:ac:60', 'user_id': 'f8d2f5b7cbee40e49014248d10905816', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFF3u02wHzHOQepb7FM/72pCRW8pAmZCCTSa5BD+QgbAQt95D9J51z\nEkM8gcmF7OWgBwYFK4EEACKhZANiAAThNmbIrx7ZjNYZWtz54/Y5RGvSxQ6uLjw9\n3XautuYAeAHvPK11PLmThlF8mO0W2Foqb1lCr7W6zzIxPfWW/qT6z69DN5e/i+Oq\nb5xe5+XphqbUDf3dmWnXy+LPw7vFNeI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a041a735-8008-4632-af83-61306f4d67ec', 'name': 'tempest-securitygroup--2110546202', 'stateful': True, 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': 'tempest-description--1976540240', 'shared': False, 'security_group_rules': [{'id': '21ec8f92-b157-4fd7-a74e-50297e0853c9', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'security_group_id': 'a041a735-8008-4632-af83-61306f4d67ec', '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': 359, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 0, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}, {'id': 'a18562e1-2358-488a-a5cc-3cca048b3c8c', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'security_group_id': 'a041a735-8008-4632-af83-61306f4d67ec', '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': 358, 'description': None, 'tags': [], 'created_at': '202 3-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 0, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}], 'tags': [], 'created_at': '2023-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 1, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}, 'floating_ip': {'id': '82c4436b-cf9f-457e-ae6c-4f1d41b3175b', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'floating_ip_address': '172.24.4.44', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:23Z', 'updated_at': '2023-04-20T14:20:23Z', 'revision_number': 0, 'ip': '172.24.4.44'}} 2023-04-20 14:20:25,859 90579 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 1.683s 2023-04-20 14:20:25,859 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-678409334", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "caaed6ce-b174-4cd1-94ee-735b74871add"}], "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "key_name": "tempest-keypair-1083136482", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf96f2d3-017a-4c51-b842-17032a563459', 'x-compute-request-id': 'req-cf96f2d3-017a-4c51-b842-17032a563459', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "adminPass": "fgvdbwRie6Rs"}}' 2023-04-20 14:20:26,021 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22 0.158s 2023-04-20 14:20:26,021 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb838654-747a-410d-bef6-96da8be109d0', 'x-compute-request-id': 'req-eb838654-747a-410d-bef6-96da8be109d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "name": "tempest-VolumesAdminNegativeTest-server-678409334", "status": "BUILD", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:26Z", "updated": "2023-04-20T14:20:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1083136482", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:16,308 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22 0.237s 2023-04-20 14:21:16,308 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc90561-9a22-4c96-8cfe-d11c6c43ace2', 'x-compute-request-id': 'req-cdc90561-9a22-4c96-8cfe-d11c6c43ace2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "name": "tempest-VolumesAdminNegativeTest-server-678409334", "status": "ACTIVE", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "6294656975c7ae8b0e576fd43f24699a9d95bf9360617c16f95eae82", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:25Z", "updated": "2023-04-20T14:20:36Z", "addresses": {"tempest-VolumesAdminNegativeTest-748666632-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:61:20"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1083136482", "OS-SRV-USG:launched_at": "2023-04-20T14:20:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:16,320 90579 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:22:16,565 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22/os-interface 0.217s 2023-04-20 14:22:16,566 90579 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb9d009e-a479-4038-a896-236f4b327d36', 'x-compute-request-id': 'req-bb9d009e-a479-4038-a896-236f4b327d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "caaed6ce-b174-4cd1-94ee-735b74871add", "port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5", "mac_addr": "fa:16:3e:e3:61:20", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6b4c7a32-5703-4fb4-8d1b-e1f66baa31b6", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 14:22:17,300 90579 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/82c4436b-cf9f-457e-ae6c-4f1d41b3175b 0.729s 2023-04-20 14:22:17,300 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6ff71241-984e-46d5-a9f1-9a23666567c8', 'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/82c4436b-cf9f-457e-ae6c-4f1d41b3175b'} Body: b'{"floatingip": {"id": "82c4436b-cf9f-457e-ae6c-4f1d41b3175b", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "floating_ip_address": "172.24.4.44", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "e3546ba8-640a-4f12-92e9-348083b22045", "port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "caaed6ce-b174-4cd1-94ee-735b74871add", "mac_address": "fa:16:3e:e3:61:20", "admin_state_up": true, "status": "ACTIVE", "device_id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:23Z", "updated_at": "2023-04-20T14:22:16Z", "revision_number": 1, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:22:17,302 90579 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2023-04-20 14:22:17,335 90579 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:22:17,359 90579 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:22:17,359 90579 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2023-04-20 14:22:17,593 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes 0.232s 2023-04-20 14:22:17,593 90579 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-797268172"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a1870d-df36-4d17-a879-2ea7151ac840', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-28a1870d-df36-4d17-a879-2ea7151ac840', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:17.526650", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:17,651 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e 0.045s 2023-04-20 14:22:17,652 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec8ff1b-c6df-4c00-a8a0-cc95e9a277db', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec8ff1b-c6df-4c00-a8a0-cc95e9a277db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:18.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:22:18,706 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e 0.042s 2023-04-20 14:22:18,706 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f65f345-4925-4895-923d-d53b6c962570', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f65f345-4925-4895-923d-d53b6c962570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "error ", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:18.000000", "updated_at": "2023-04-20T14:22:18.000000", "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [172.388420s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 97d4e6bf-d39b-45ee-89ea-8d9269d343b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,198 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:19:54,198 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:19:54,434 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.233s 2023-04-20 14:19:54,435 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-349807314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 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-f7d59ec1-c0a6-4007-8d3f-f5b42a7c0456', 'x-compute-request-id': 'req-f7d59ec1-c0a6-4007-8d3f-f5b42a7c0456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-349807314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw==", "fingerprint": "3c:9d:e6:47:02:f9:a1:ff:f0:49:1a:11:49:f3:b7:29", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:19:54,440 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-349807314 created 2023-04-20 14:19:55,457 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.016s 2023-04-20 14:19:55,458 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--918936674", "description": "tempest-description--1255707410"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-dc09702b-d6a5-4a6e-a776-76d1866a9e6e', 'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "name": "tempest-securitygroup--918936674", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1255707410", "shared": false, "security_group_rules": [{"id": "9499df82-b896-43b4-8de0-f48b0282d7a2", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "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": 222, "description": null, "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "cbe6d15a-2dbf-4ff9-b34e-32d58bbb3108", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 223, "description": null, "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,065 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.606s 2023-04-20 14:19:56,065 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-258ddada-03bc-4fd5-9056-3d8739fae8b5', 'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9b1a976-56fb-4d8f-b4fd-eae950b3220f", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:55Z", "updated_at": "2023-04-20T14:19:55Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,516 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.450s 2023-04-20 14:19:56,516 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-74d806b6-7225-43ed-a096-5dd0bd61ef59', 'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e6bffd7-07ba-4dec-83ef-c15d4b1af2ed", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,516 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--918936674 created 2023-04-20 14:19:57,504 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.987s 2023-04-20 14:19:57,504 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-61bef994-7eaf-43e0-911f-8bb6539e4116', 'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "27b4cd11-a069-4ed0-812c-d40392669092", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.52", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:19:57Z", "revision_number": 0}}' 2023-04-20 14:19:57,505 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '27b4cd11-a069-4ed0-812c-d40392669092', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2023-04-20 14:19:57,656 90569 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.144s 2023-04-20 14:19:57,656 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dcc74a71-c3ac-4655-813a-ef4520ebcf6b', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["Q8fE4VRWRtijYY1zTftYwQ"], "expires_at": "2023-04-20T15:19:57.000000Z", "issued_at": "2023-04-20T14:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:19:57,657 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:19:57,657 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-349807314', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw==', 'fingerprint': '3c:9d:e6:47:02:f9:a1:ff:f0:49:1a:11:49:f3:b7:29', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBiglKC6TEW12MRy9JTQvW33gaV0CrTC8GiUYyWXraTc4yHXnetP3HK\nVcH9ne6cLD2gBwYFK4EEACKhZANiAATiX2LiZZQauKP6pJkgo5qvBDS1RIN9UDAL\nM5OKrfQlWlnWNDRm44NTU01SoDPxy3t2F+a0RRsfPAKzRMbyi09UILRx7tFiAM1i\nOnNyYZTKq9bFtMd7IFuMHRo7IOMXU4c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', 'name': 'tempest-securitygroup--918936674', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1255707410', 'shared': False, 'security_group_rules': [{'id': '9499df82-b896-43b4-8de0-f48b0282d7a2', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', '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': 222, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': 'cbe6d15a-2dbf-4ff9-b34e-32d58bbb3108', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', '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': 223, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b 18a6'}], 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '27b4cd11-a069-4ed0-812c-d40392669092', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2023-04-20 14:20:00,976 90569 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 3.317s 2023-04-20 14:20:00,976 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1497294008", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--918936674"}], "key_name": "tempest-keypair-349807314", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2243cfb-59c8-466b-ac4c-f2ebbcf6b185', 'x-compute-request-id': 'req-e2243cfb-59c8-466b-ac4c-f2ebbcf6b185', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--918936674"}], "adminPass": "password"}}' 2023-04-20 14:20:01,190 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361 0.210s 2023-04-20 14:20:01,191 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 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-61bd46e0-6d05-474e-af41-0d45a809583d', 'x-compute-request-id': 'req-61bd46e0-6d05-474e-af41-0d45a809583d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:20:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:51,758 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361 0.505s 2023-04-20 14:20:51,758 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5043618-2437-4b37-a2ea-b724c0f068c6', 'x-compute-request-id': 'req-c5043618-2437-4b37-a2ea-b724c0f068c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:00Z", "updated": "2023-04-20T14:20:16Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--918936674"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:51,771 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:21:52,042 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361/os-interface 0.213s 2023-04-20 14:21:52,042 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date ': 'Thu, 20 Apr 2023 14:21:51 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-97d0f185-b474-49c7-97fe-0c1935c9bbfd', 'x-compute-request-id': 'req-97d0f185-b474-49c7-97fe-0c1935c9bbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87", "mac_addr": "fa:16:3e:71:e8:7b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:21:53,307 90569 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/27b4cd11-a069-4ed0-812c-d40392669092 1.260s 2023-04-20 14:21:53,308 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e77ef8f2-ed21-4dd1-a93c-3f4e65871ccb', 'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092'} Body: b'{"floatingip": {"id": "27b4cd11-a069-4ed0-812c-d40392669092", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.52", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:71:e8:7b", "admin_state_up": true, "status": "ACTIVE", "device_id": "357fd897-091a-46f9-bd47-c5d728e6d361", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:21:52Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:53,311 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.52:22' as 'cirros' with public key authentication 2023-04-20 14:21:53,350 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:21:53,376 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:21:53,377 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.52 successfully created 2023-04-20 14:21:53,422 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361/ips 0.044s 2023-04-20 14:21:53,422 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d43f2c-cc3e-4a7a-917f-aea0c2faaece', 'x-compute-request-id': 'req-b0d43f2c-cc3e-4a7a-917f-aea0c2faaece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d7 28e6d361/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-20 14:21:53,667 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.241s 2023-04-20 14:21:53,667 90569 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-672182238"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f13c99-ce45-4510-b8ce-9dbb23d78131', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f13c99-ce45-4510-b8ce-9dbb23d78131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:53.604097", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:53,719 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4 0.042s 2023-04-20 14:21:53,720 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49c8ad6-cafa-4139-b9df-a6a8878d3324', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49c8ad6-cafa-4139-b9df-a6a8878d3324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:54.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:54,770 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_differ ent_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4 0.038s 2023-04-20 14:21:54,770 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7969f61-c025-489f-8a9c-1b15d233d989', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7969f61-c025-489f-8a9c-1b15d233d989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:54.000000", "updated_at": "2023-04-20T14:21:54.000000", "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:54,915 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.133s 2023-04-20 14:21:54,915 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 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-669f0dcd-66eb-4b15-8cb0-cb023b88a654', 'x-compute-request-id': 'req-669f0dcd-66eb-4b15-8cb0-cb023b88a654', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'' 2023-04-20 14:21:55,226 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.310s 2023-04-20 14:21:55,226 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 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-2d569bcb-ab0b-4a10-96b4-b843c8a6c25c', 'x-compute-request-id': 'req-2d569bcb-ab0b-4a10-96b4-b843c8a6c25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c026 1db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:00Z", "updated": "2023-04-20T14:21:55Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}, {"version": 4, "addr": "172.24.4.52", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--918936674"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:45,313 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.048s 2023-04-20 14:22:45,313 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ef7d355e-740f-4a2e-b18c-167c76519cd3', 'x-compute-request-id': 'req-ef7d355e-740f-4a2e-b18c-167c76519cd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 357fd897-091a-46f9-bd47-c5d728e6d361 could not be found."}}' 2023-04-20 14:22:45,358 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-349807314 0.044s 2023-04-20 14:22:45,358 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38801f55-522d-4d84-8e3d-8f8dc87fa7c0', 'x-compute-request-id': 'req-38801f55-522d-4d84-8e3d-8f8dc87fa7c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-349807314'} Body: b'' 2023-04-20 14:22:45,505 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0 0.146s 2023-04-20 14:22:45,505 90569 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-3e6a0f15-48f6-4901-aca9-7f02feb212e1', 'content-length' : '0', 'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0'} Body: b'' 2023-04-20 14:22:45,531 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0 0.025s 2023-04-20 14:22:45,531 90569 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-309bcce5-789a-402d-b2a2-9e87bc95b8ac', 'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f7f4ba2e-feda-42ba-b818-89c11a3eabb0 does not exist", "detail": ""}}' 2023-04-20 14:22:46,584 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092 1.052s 2023-04-20 14:22:46,584 90569 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-557ff834-ac49-4822-878d-36757ca8f0cb', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092'} Body: b'' {4} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [176.588765s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 91cf0f4b-e126-4a2a-855c-da581d04ef58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:02,833 90571 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/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.118s 2023-04-20 14:20:02,833 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d00f4eb8-78e7-4ad0-9db8-4dc1cc35f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:03,795 90571 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.940s 2023-04-20 14:20:03,796 90571 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': 'Thu, 20 Apr 2023 14:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/53722a77-e417-4a45-9e36-601b37db378f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d5870c53-bd2d-4d78-b05b-47e91f386c74', '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": "d3762b4d193e4c95994f129e9158623b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "53722a77-e417-4a45-9e36-601b37db378f", "created_at": "2023-04-20T14:20:04Z", "updated_at": "2023-04-20T14:20:04Z", "tags": [], "self": "/v2/images/53722a77-e417-4a45-9e36-601b37db378f", "file": "/v2/images/53722a77-e417-4a45-9e36-601b37db378f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:05,514 90571 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-20 14:20:05,514 90571 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/53722a77-e417-4a45-9e36-601b37db378f/file 1.718s 2023-04-20 14:20:05,514 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-beea1b4b-f503-4ca1-a261-4a68092a543b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f/file'} Body: b'' 2023-04-20 14:20:05,515 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:20:05,515 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:20:05,773 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-04-20 14:20:05,773 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-282662030", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 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-e97ba9c9-7fbf-44c8-b106-e456056510bf', 'x-compute-request-id': 'req-e97ba9c9-7fbf-44c8-b106-e456056510bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-282662030", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ==", "fingerprint": "da:e2:c8:fb:4f:9e:cc:ba:8d:46:30:73:6d:82:b8:fb", "user_id": "00b1afdd36714794943b85292ab9e1c5"}}' 2023-04-20 14:20:05,779 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-282662030 created 2023-04-20 14:20:06,833 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.054s 2023-04-20 14:20:06,834 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--618251951", "description": "tempest-description--393640706"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-898e8c66-bcd5-4419-85ae-749ef6c78194', 'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "name": "tempest-securitygroup--618251951", "stateful": true, "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "description": "tempest-description--393640706", "shared": false, "security_group_rules": [{"id": "511fdccd-f76e-4fac-af67-f1e022f2a9d0", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "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": 306, "description": null, "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}, {"id": "b9de73b7-f59a-4b59-9afc-3bbfc74b09ab", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "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": 305, "description": null, "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}], "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 1, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:07,836 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.001s 2023-04-20 14:20:07,837 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0f5859bf-204f-45c2-9a7f-6ef593a971e9', 'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ccb2fdc-b98e-43c4-876e-2db0d793eb16", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:07Z", "updated_at": "2023-04-20T14:20:07Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:09,245 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.408s 2023-04-20 14:20:09,246 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4472d1e7-9673-4aa8-8cf4-45f55b74d2ef', 'date': 'Thu, 20 Apr 2023 14:20:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ce2b942b-d482-4a33-9c52-2d61124c0ef4", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:08Z", "updated_at": "2023-04-20T14:20:08Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:09,246 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--618251951 created 2023-04-20 14:20:12,627 90571 INFO [tempest.lib.common.rest_client] Request (Valid ationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.379s 2023-04-20 14:20:12,627 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4a4a9623-f5f1-4762-a5e7-4df5f1c58db2', 'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "68745b62-07ec-4a4a-b5e6-fb086591d8cf", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "floating_ip_address": "172.24.4.251", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b78568aecebd4cebb24d598aa87dd0cd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:11Z", "updated_at": "2023-04-20T14:20:11Z", "revision_number": 0}}' 2023-04-20 14:20:12,628 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '68745b62-07ec-4a4a-b5e6-fb086591d8cf', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:11Z', 'updated_at': '2023-04-20T14:20:11Z', 'revision_number': 0, 'ip': '172.24.4.251'} created 2023-04-20 14:20:12,801 90571 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.160s 2023-04-20 14:20:12,802 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-da54216c-5ccb-4f56-9049-7edeaee35b19', '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": "00b1afdd36714794943b85292ab9e1c5", "name": "tempest-AttachSCSIVolumeTestJSON-1777382396-project-member", "password_expires_at": null}, "audit_ids": ["4gr97urlTR-nGKDbeGuRbw"], "expires_at": "2023-04-20T15:20:12.000000Z", "issued_at": "2023-04-20T14:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b78568aecebd4cebb24d598aa87dd0cd", "name": "tempest-AttachSCSIVolumeTestJSON-1777382396"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:12,803 90571 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '7f3dcf67-024f-4831-a46b-d3c24f27cc09', 'name': 'tempest-AttachSCSIVolumeTestJSON-1725823536-network', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7724, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:12,803 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-282662030', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ==', 'fingerprint': 'da:e2:c8:fb:4f:9e:cc:ba:8d:46:30:73:6d:82:b8:fb', 'user_id': '00b1afdd36714794943b85292ab9e1c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBcCf8Z34sBscHVKmsJxF+Nqzpv8iEqtBfg6i0wUMNujVFzLJwsyUnB\nA0yDOKwFKG2gBwYFK4EEACKhZANiAAQGpy096JVV52ghMy9s04+S7aiHUoZ/Ji6e\nQOhbNvFd12Hdjq+hokoUiLNJwyNL86PgqkaqA+Kf0zwyBF9S+oR81sLtYxRkxQ6k\nRTJGOOrkmuwZwtlrRx9vQss3JJtm+YU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', 'name': 'tempest-securitygroup--618251951', 'stateful': True, 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': 'tempest-description--393640706', 'shared': False, 'security_group_rules': [{'id': '511fdccd-f76e-4fac-af67-f1e022f2a9d0', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'security_group_id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', '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': 306, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 0, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}, {'id': 'b9de73b7-f59a-4b59-9afc-3bbfc74b09ab', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'security_group_id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', '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': 305, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 0, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}], 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 1, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}, 'floating_ip': {'id': '68745b62-07ec-4a4a-b5e6-fb086591d8cf', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:11Z', 'updated_at': '2023-04-20T14:20:11Z', 'revision_number': 0, 'ip': '172.24.4.251'}} 2023-04-20 14:20:14,794 90571 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.990s 2023-04-20 14:20:14,794 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "imageRef": "53722a77-e417-4a45-9e36-601b37db378f", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "7f3dcf67-024f-4831-a46b-d3c24f27cc09"}], "security_groups": [{"name": "tempest-securitygroup--618251951"}], "key_name": "tempest-keypair-282662030", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35bbbffe-5c10-46a0-ac5b-235ab85504a0', 'x-compute-request-id': 'req-35bbbffe-5c10-46a0-ac5b-235ab85504a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--618251951"}], "adminPass": "Eiz5KPmVcS2k"}}' 2023-04-20 14:20:15,189 90571 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/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.391s 2023-04-20 14:20:15,190 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:14 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-7d1276e0-0ff7-48c5-a6a4-a1be8a3b1cc0', 'x-compute-request-id': 'req-7d1276e0-0ff7-48c5-a6a4-a1be8a3b1cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/comput e/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "BUILD", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:15Z", "updated": "2023-04-20T14:20:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:05,494 90571 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/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.241s 2023-04-20 14:21:05,494 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:05 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-7dd28845-b657-4303-9137-418dff846573', 'x-compute-request-id': 'req-7dd28845-b657-4303-9137-418dff846573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "ACTIVE", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "1394107f924abb598776c745da8e5a56d85790290faf94938effde85", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:14Z", "updated": "2023-04-20T14:20:27Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1725823536-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": "2023-04-20T14:20:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--618251951"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:05,506 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:22:05,679 90571 INFO [tempest.lib.com mon.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7/os-interface 0.158s 2023-04-20 14:22:05,680 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:05 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-58c4761a-6dda-48ff-8ac8-aa9884a9e3ab', 'x-compute-request-id': 'req-58c4761a-6dda-48ff-8ac8-aa9884a9e3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7f3dcf67-024f-4831-a46b-d3c24f27cc09", "port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418", "mac_addr": "fa:16:3e:a2:d0:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0aeea3a5-b4e8-4f26-93e4-8e612c81ee8e", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 14:22:06,569 90571 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/68745b62-07ec-4a4a-b5e6-fb086591d8cf 0.884s 2023-04-20 14:22:06,569 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-362b9d7e-463d-40e3-be47-05ebd00e3002', 'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf'} Body: b'{"floatingip": {"id": "68745b62-07ec-4a4a-b5e6-fb086591d8cf", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "floating_ip_address": "172.24.4.251", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "2f67a749-21e7-4417-856e-790d75742df3", "port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7f3dcf67-024f-4831-a46b-d3c24f27cc09", "mac_address": "fa:16:3e:a2:d0:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:11Z", "updated_at": "2023-04-20T14:22:06Z", "revision_number": 1, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:06,571 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2023-04-20 14:22:06,608 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:22:06,630 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:22:06,631 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2023-04-20 14:22:06,855 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes 0.223s 2023-04-20 14:22:06,856 90571 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-1276980178"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6bcda6-ac8e-4564-b751-5150bd160f8c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6bcda6-ac8e-4564-b751-5150bd160f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:06.792016", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:06,920 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58 0.045s 2023-04-20 14:22:06,920 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a27d745-c859-4ea1-b7f4-9fadac0e2b09', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a27d745-c859-4ea1-b7f4-9fadac0e2b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:07.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:08,006 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58 0.072s 2023-04-20 14:22:08,006 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f141a5-c7c5-4469-9e7d-df83cf428fbf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f141a5-c7c5-4469-9e7d-df83cf428fbf', 'connection': 'close', 'status': '200', 'content-lo cation': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:07.000000", "updated_at": "2023-04-20T14:22:07.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:08,158 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.140s 2023-04-20 14:22:08,159 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:08 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-78ec11ce-479b-4e53-9478-308274b677f7', 'x-compute-request-id': 'req-78ec11ce-479b-4e53-9478-308274b677f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'' 2023-04-20 14:22:08,323 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.163s 2023-04-20 14:22:08,324 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:08 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-2df7dd60-0939-479b-841b-ac15afc37a1a', 'x-compute-request-id': 'req-2df7dd60-0939-479b-841b-ac15afc37a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "ACTIVE", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "1394107f924abb598776c745da8e5a56d85790290faf94938effde85", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:14Z", "updated": "2023-04-20T14:22:08Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1725823536-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href" : "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": "2023-04-20T14:20:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--618251951"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:58,415 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.041s 2023-04-20 14:22:58,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d2bf2588-8a24-48ad-8ab4-41c5ef80e3e2', 'x-compute-request-id': 'req-d2bf2588-8a24-48ad-8ab4-41c5ef80e3e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4ed27401-0152-4daa-a7ab-83a9a16b38b7 could not be found."}}' 2023-04-20 14:22:58,446 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-282662030 0.029s 2023-04-20 14:22:58,447 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22: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-1631dad1-b883-4c24-af73-5713645681f3', 'x-compute-request-id': 'req-1631dad1-b883-4c24-af73-5713645681f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-282662030'} Body: b'' 2023-04-20 14:22:58,590 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef 0.143s 2023-04-20 14:22:58,590 90571 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-90272296-b901-42ce-a39a-1e1740899240', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef'} Body: b'' 2023-04-20 14:22:58,613 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef 0.022s 2023-04-20 14:22:58,613 90571 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-reque st-id': 'req-3dc1e060-da3b-4bee-9a78-e72714e2fc0c', 'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b3f9275b-efbf-49ba-b4e9-21fb52761aef does not exist", "detail": ""}}' 2023-04-20 14:22:59,105 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf 0.491s 2023-04-20 14:22:59,106 90571 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-0b93629b-5a26-4ca7-bc7b-8f3272c0ddea', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf'} Body: b'' 2023-04-20 14:22:59,278 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f 0.171s 2023-04-20 14:22:59,278 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5de12dbd-0b5c-4c15-859f-77ec8fd0e868', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f'} Body: b'' 2023-04-20 14:22:59,301 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f 0.022s 2023-04-20 14:22:59,302 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c0bed9c5-9b66-4a71-b14e-ffe0fa3ace95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f'} Body: b'{"message": "No image found with ID 53722a77-e417-4a45-9e36-601b37db378f

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [164.301180s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ffd490d4-9508-4c1e-bcbf-e5306e87b77d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:19,073 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.251s 2023-04-20 14:20:19,074 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:18 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-42fdc1c7-0eae-4662-9706-2ae56c9b91b6', '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": "e6122316767e4ceabf36e6debb1f66f2", "name": "tempest-VolumesActionsTest-1638315724-project-member", "password_expires_at": null}, "audit_ids": ["YWhK8tBTQy6qo1z-k_CdyA"], "expires_at": "2023-04-20T15:20:18.000000Z", "issued_at": "2023-04-20T14:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2f741e37db64a96870726def1cff910", "name": "tempest-VolumesActionsTest-1638315724"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:19,075 90581 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '0920952f-7f49-4ad5-b702-eb61d06e46de', 'name': 'tempest-VolumesActionsTest-1634585458-network', 'tenant_id': 'b2f741e37db64a96870726def1cff910', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2f741e37db64a96870726def1cff910', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52603, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:20:08Z', 'updated_at': '2023-04-20T14:20:09Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:20,614 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.538s 2023-04-20 14:20:20,615 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1110708750", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "0920952f-7f49-4ad5-b702-eb61d06e46de"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad25f39-a225-4be0-92bc-e8184929c43c', 'x-compute-request-id': 'req-1ad25f39-a225-4be0-92bc-e8184929c43c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yxF9qeQuwEG5"}}' 2023-04-20 14:20:20,757 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.138s 2023-04-20 14:20:20,758 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141e9cff-73c2-4390-85e3-7dc84eb799d5', 'x-compute-request-id': 'req-141e9cff-73c2-4390-85e3-7dc84eb799d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "BUILD", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:21Z", "updated": "2023-04-20T14:20:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "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": "sc heduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:11,080 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.257s 2023-04-20 14:21:11,081 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a3424c-0a10-460d-9e41-87d69f401c33', 'x-compute-request-id': 'req-c7a3424c-0a10-460d-9e41-87d69f401c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "ACTIVE", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "7333579e6a3602ce0a4267737369eaee4937b499386b7357c6419465", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:20Z", "updated": "2023-04-20T14:20:30Z", "addresses": {"tempest-VolumesActionsTest-1634585458-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e8:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:11,094 90581 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:22:11,335 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes 0.217s 2023-04-20 14:22:11,335 90581 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-1865901405"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1782f7-5057-4015-a416-cf3ab4a42b46', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1782f7-5057-4015-a416-cf3ab4a42b46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.275322", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:11,381 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.036s 2023-04-20 14:22:11,381 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbd06b9-c6fa-430d-87d7-b68f258be285', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbd06b9-c6fa-430d-87d7-b68f258be285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,436 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.043s 2023-04-20 14:22:12,436 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a615fd5-ddb2-46a6-a9a5-f82a7d9e0e17', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a615fd5-ddb2-46a6-a9a5-f82a7d9e0e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": "2023-04-20T14:22:11.000000", "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4cea bf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,484 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.036s 2023-04-20 14:22:12,484 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707131ab-a38a-43b0-a469-2c87aa38eb16', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707131ab-a38a-43b0-a469-2c87aa38eb16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": "2023-04-20T14:22:11.000000", "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,598 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.103s 2023-04-20 14:22:12,599 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1af456-d2d0-4dac-941b-a2e8046cd673', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'' 2023-04-20 14:22:12,619 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.020s 2023-04-20 14:22:12,619 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a71bd0-cc1e-420b-9b4c-21ea21a7c1a2', 'x-openstack-request-id': 'req-a2a71bd0-cc1e-420b-9b4c-21ea21a7c1a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"itemNotFound" : {"code": 404, "message": "Volume ffd490d4-9508-4c1e-bcbf-e5306e87b77d could not be found."}}' 2023-04-20 14:22:12,746 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.126s 2023-04-20 14:22:12,747 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d5db9a4-1bea-434e-a398-8a9a01e34b49', 'x-compute-request-id': 'req-9d5db9a4-1bea-434e-a398-8a9a01e34b49', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'' 2023-04-20 14:22:13,018 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.271s 2023-04-20 14:22:13,018 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 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-b6eb29c9-c4fe-4b5f-9df2-0fbe802dec2c', 'x-compute-request-id': 'req-b6eb29c9-c4fe-4b5f-9df2-0fbe802dec2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "ACTIVE", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "7333579e6a3602ce0a4267737369eaee4937b499386b7357c6419465", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:20Z", "updated": "2023-04-20T14:22:13Z", "addresses": {"tempest-VolumesActionsTest-1634585458-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e8:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:03,114 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.037s 2023-04-20 14:23:03,114 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-be8095b6-a55c-414e-980b-0a75667b69cf', 'x-compute-request-id': 'req-be8095b6-a55c-414e-980b-0a75667b69cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dcd59de6-5867-41c8-8648-18539e2a26f0 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.684016s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ef414b06-4151-46a0-ae71-af4484e731d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:03,490 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.371s 2023-04-20 14:23:03,490 90581 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-1954780819"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da1156c-a547-4be5-b6e0-9b4553743c7a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da1156c-a547-4be5-b6e0-9b4553743c7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.260359", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:03,543 90581 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/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.044s 2023-04-20 14:23:03,544 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1c5224-2759-419a-a7e0-858be3f0d733', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1c5224-2759-419a-a7e0-858be3f0d733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,597 90581 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/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.042s 2023-04-20 14:23:04,598 90581 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856a76dd-47cd-44c6-bc43-7707b2d589b8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856a76dd-47cd-44c6-bc43-7707b2d589b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": "2023-04-20T14:23:04.000000", "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,654 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.045s 2023-04-20 14:23:04,655 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99878224-0a29-4465-81a9-4467bd40ff04', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99878224-0a29-4465-81a9-4467bd40ff04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": "2023-04-20T14:23:04.000000", "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,780 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.115s 2023-04-20 14:23:04,781 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9957d4fa-3f57-41b0-98ca-15371db76b91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'' 2023-04-20 14:23:04,802 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.020s 2023-04-20 14:23:04,802 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-f511dc05-a041-435f-a6bd-8cc7cba2e0aa', 'x-openstack-request-id': 'req-f511dc05-a041-435f-a6bd-8cc7cba2e0aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef414b06-4151-46a0-ae71-af4484e731d9 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.597779s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0e66ba3d-6c33-44ea-a83e-55e3f38070db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:05,036 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.231s 2023-04-20 14:23:05,037 90581 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-1082135037"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2ceb44-b0e8-432d-bcf3-a065fc323d61', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2ceb44-b0e8-432d-bcf3-a065fc323d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:04.974489", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:05,089 90581 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/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.042s 2023-04-20 14:23:05,089 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0719c55-a469-4d68-b612-60a30383197e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0719c55-a469-4d68-b612-60a30383197e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,148 90581 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/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.044s 2023-04-20 14:23:06,149 90581 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35bf7592-9dee-4f26-bc6a-bb421148d1b3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35bf7592-9dee-4f26-bc6a-bb421148d1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": "2023-04-20T14:23:05.000000", "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,200 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.039s 2023-04-20 14:23:06,201 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6b5fe6-a0ea-4766-8743-f500795bc0d1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6b5fe6-a0ea-4766-8743-f500795bc0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": "2023-04-20T14:23:05.000000", "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,376 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.165s 2023-04-20 14:23:06,376 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275c73f3-4f83-4951-a04d-79ae8a2dd99e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'' 2023-04-20 14:23:06,401 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.024s 2023-04-20 14:23:06,401 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5259d0-9611-4f05-9763-90c0ea52e5ac', 'x-openstack-request-id': 'req-1c5259d0-9611-4f05-9763-90c0ea52e5ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e66ba3d-6c33-44ea-a83e-55e3f38070db could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.545842s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9bd0b64a-1161-4dda-932f-7ff171daa93d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:06,644 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.239s 2023-04-20 14:23:06,645 90581 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-947247456"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42692aa-d65f-4dc8-830c-5db9a0819226', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42692aa-d65f-4dc8-830c-5db9a0819226', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:06.533868", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:06,707 90581 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/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.052s 2023-04-20 14:23:06,708 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eaa4ebd-de04-4e23-ab86-b519e3ff0968', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eaa4ebd-de04-4e23-ab86-b519e3ff0968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,766 90581 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/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.046s 2023-04-20 14:23:07,767 90581 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89fac83-3836-428b-8474-332e9bb187fc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89fac83-3836-428b-8474-332e9bb187fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": "2023-04-20T14:23:07.000000", "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,814 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.037s 2023-04-20 14:23:07,815 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa94679-866b-4705-9c71-1047717c3245', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa94679-866b-4705-9c71-1047717c3245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": "2023-04-20T14:23:07.000000", "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,928 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.102s 2023-04-20 14:23:07,928 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7edeacdb-2fc8-40ff-9e76-72607a70b7dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'' 2023-04-20 14:23:07,949 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.020s 2023-04-20 14:23:07,949 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a3f48f-f761-4a05-931b-d817c4f22fec', 'x-openstack-request-id': 'req-09a3f48f-f761-4a05-931b-d817c4f22fec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9bd0b64a-1161-4dda-932f-7ff171daa93d could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.622090s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:08,219 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.264s 2023-04-20 14:23:08,219 90581 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-1612570451"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122bd458-79c9-49d2-9f5e-9a18533b258f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122bd458-79c9-49d2-9f5e-9a18533b258f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.144975", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:08,271 90581 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/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.043s 2023-04-20 14:23:08,272 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe39bdf-6302-47c8-8744-64823323c869', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe39bdf-6302-47c8-8744-64823323c869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,337 90581 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/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.054s 2023-04-20 14:23:09,338 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a625f491-6aef-4274-9ec5-f599d7d32921', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a625f491-6aef-4274-9ec5-f599d7d32921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": "2023-04-20T14:23:08.000000", "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,414 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.065s 2023-04-20 14:23:09,415 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5860016-93dc-4b06-9f9f-552a3c5f3166', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5860016-93dc-4b06-9f9f-552a3c5f3166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": "2023-04-20T14:23:08.000000", "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,548 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.120s 2023-04-20 14:23:09,549 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 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-693da9a9-f927-4bf8-a925-3c3fc55584e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'' 2023-04-20 14:23:09,574 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.025s 2023-04-20 14:23:09,575 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-ef386d3f-6041-40b4-9ea0-494cebc6992e', 'x-openstack-request-id': 'req-ef386d3f-6041-40b4-9ea0-494cebc6992e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.611340s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 77f2f373-28ed-43c6-9b51-f49f2dd8b57a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:09,829 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes 0.251s 2023-04-20 14:23:09,830 90581 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-396002885"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c563f99-4728-4f0e-af2d-4d512565cccd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c563f99-4728-4f0e-af2d-4d512565cccd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:09.724606", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:09,883 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.044s 2023-04-20 14:23:09,884 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28adb510-897d-4d22-8d28-ce0d43fda6f7', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28adb510-897d-4d22-8d28-ce0d43fda6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:10,976 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.079s 2023-04-20 14:23:10,976 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5950954-1597-4fb0-8d20-8eb22fd3fb94', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5950954-1597-4fb0-8d20-8eb22fd3fb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": "2023-04-20T14:23:10.000000", "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:11,038 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.046s 2023-04-20 14:23:11,038 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7fa813-46b4-43ff-bcc7-1a8e6dab8bbb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7fa813-46b4-43ff-bcc7-1a8e6dab8bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": "2023-04-20T14:23:10.000000", "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:11,164 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.115s 2023-04-20 14:23:11,164 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-24020334-026a-4d9c-83b8-74accbfd2887', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'' 2023-04-20 14:23:11,188 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.023s 2023-04-20 14:23:11,188 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-131dc0ed-466c-408d-874c-c101df98f3be', 'x-openstack-request-id': 'req-131dc0ed-466c-408d-874c-c101df98f3be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 77f2f373-28ed-43c6-9b51-f49f2dd8b57a could not be found."}}' {9} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 09f9e584-d691-46af-b8e7-6e75b4719b86 failed to build and is in ERROR status {4} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.518186s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76c20680-9b58-4212-ace9-af9b040911b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:20,947 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes 0.352s 2023-04-20 14:23:20,948 90571 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-540670381"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1119913e-f501-4ed6-9fc5-ca269657121e', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1119913e-f501-4ed6-9fc5-ca269657121e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:20.889246", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:21,001 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1 0.043s 2023-04-20 14:23:21,001 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abea06bf-9b07-4f86-97a7-c7cc16109428', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abea06bf-9b07-4f86-97a7-c7cc16109428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:21.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3916ce75d398400287f99bfd70931258"}}' 2023-04-20 14:23:22,100 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1 0.087s 2023-04-20 14:23:22,100 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1facf21e-e875-4ab8-88ae-625900184632', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1facf21e-e875-4ab8-88ae-625900184632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:21.000000", "updated_at": "2023-04-20T14:23:21.000000", "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3916ce75d398400287f99bfd70931258"}}' {9} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {9} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.174640s] ... ok {9} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.470973s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2de0250a-3536-49ed-b8af-d4da44c4c872 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:41,410 90581 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.200s 2023-04-20 14:23:41,410 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1669388557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAeNCZHo4mxffmNmPriGshqAhny+1MfrPA60tbtoWmIN9PjYfsqnJxnel2MQrEvxAStnmSGfVcvmuO5zU0A4XO51o9zr8IS9iQHjE0m5nySRfdg3ahRT52M2LrsgGoipEg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:41 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-a58c1ad9-d62b-4f77-ae05-c3c7e9e474a3', 'x-compute-request-id': 'req-a58c1ad9-d62b-4f77-ae05-c3c7e9e474a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1669388557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAeNCZHo4mxffmNmPriGshqAhny+1MfrPA60tbtoWmIN9PjYfsqnJxnel2MQrEvxAStnmSGfVcvmuO5zU0A4XO51o9zr8IS9iQHjE0m5nySRfdg3ahRT52M2LrsgGoipEg==", "fingerprint": "10:b0:bb:e8:7f:a2:5c:96:50:8a:bc:c8:1e:63:19:f0", "user_id": "c9e5c8ab1ed643e687c3460d50003115"}}' 2023-04-20 14:23:41,565 90581 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.152s 2023-04-20 14:23:41,566 90581 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-2010694677", "description": "tempest-secgroup-smoke-2010694677 description", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-634de35a-2865-4327-820f-aef01433f916', 'date': 'Thu, 20 Apr 2023 14:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "name": "tempest-secgroup-smoke-2010694677", "stateful": true, "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "description": "tempest-secgroup-smoke-2010694677 description", "shared": false, "security_group_rules": [{"id": "ae4d73db-936d-4f83-9ada-92ae284f64c0", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "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": 604, "description": null, "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}, {"id": "fe1ee93b-e6d5-406b-8cc9-6c74cdf140cb", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "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": 605, "description": null, "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}], "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14: 23:41Z", "revision_number": 1, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:41,722 90581 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.155s 2023-04-20 14:23:41,722 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d2b3b4c7-3a33-4ff0-87bc-38093971eef4', 'date': 'Thu, 20 Apr 2023 14: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": "a06f10f2-47c9-4390-b0a1-03ef75700f5e", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,035 90581 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.312s 2023-04-20 14:23:42,035 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-d8e88b07-be00-450a-b486-78bb4831e7eb', 'date': 'Thu, 20 Apr 2023 14: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": "3dc180c0-8729-4cc3-858c-c2403970121b", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,219 90581 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.184s 2023-04-20 14:23:42,220 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aaec978a-57e4-4897-a46d-8bf8ca2e686e', 'date': 'Thu, 20 Apr 2023 14: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": "ccd41ba7-f383-45ea-9c72-6f3076200b7a", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,389 90581 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.168s 2023-04-20 14:23:42,390 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-afe8c287-b949-41a6-932e-2894f2330f75', 'date': 'Thu, 20 Apr 2023 14: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": "b95f8c1d-e1ce-465e-bb51-5145aa2e3893", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,566 90581 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.176s 2023-04-20 14:23:42,566 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf1ae1cc-e45a-4549-8775-a8336919315b', 'date': 'Thu, 20 Apr 2023 14: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": "b6ceb896-46e5-40fa-ad17-ba26832df370", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,750 90581 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.183s 2023-04-20 14:23:42,750 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c6 4", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-16c166a3-0abc-4283-9c37-9e22525ab0c6', 'date': 'Thu, 20 Apr 2023 14: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": "1bc1f7b0-e8af-43dc-84bd-9d211edca254", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,788 90581 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.031s 2023-04-20 14:23:42,789 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:42 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-f44107d6-4cdd-4643-b7a1-7f9c079f9111', '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": "c9e5c8ab1ed643e687c3460d50003115", "name": "tempest-TestShelveInstance-1292630780-project-member", "password_expires_at": null}, "audit_ids": ["rdiEzwQXQpa_FysZMhkhRw"], "expires_at": "2023-04-20T15:23:42.000000Z", "issued_at": "2023-04-20T14:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ac4f1e55fe490aa320186d8af2ec0a", "name": "tempest-TestShelveInstance-1292630780"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoin ts": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:42,789 90581 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '312834d9-ded7-4b9b-ab6f-53d0e0b5210d', 'name': 'tempest-TestShelveInstance-408784675-network', 'tenant_id': 'c8ac4f1e55fe490aa320186d8af2ec0a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c8ac4f1e55fe490aa320186d8af2ec0a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:28Z', 'updated_at': '2023-04-20T14:23:28Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:43,214 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes 0.423s 2023-04-20 14:23:43,214 90581 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-1052022740", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b666002d-9c57-4b44-aa21-9dc3eb0b1580', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b666002d-9c57-4b44-aa21-9dc3eb0b1580', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.132338", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:43,293 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.069s 2023-04-20 14:23:43,293 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae05221b-ffc4-430a-bdfc-123bdef4160b', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-ae05221b-ffc4-430a-bdfc-123bdef4160b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:44,351 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.047s 2023-04-20 14:23:44,352 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04628b6c-7d5e-4553-83e6-d60b3a658153', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04628b6c-7d5e-4553-83e6-d60b3a658153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.000000", "updated_at": "2023-04-20T14:23:43.000000", "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:44,476 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.107s 2023-04-20 14:23:44,476 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7997ec70-3142-4faf-a592-07067de23fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'' 2023-04-20 14:23:44,495 90581 INFO [tempest.lib.common.rest_cl ient] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.019s 2023-04-20 14:23:44,496 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8b360c-3599-44fb-805c-ed88dd30dcc4', 'x-openstack-request-id': 'req-1a8b360c-3599-44fb-805c-ed88dd30dcc4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2de0250a-3536-49ed-b8af-d4da44c4c872 could not be found."}}' 2023-04-20 14:23:44,648 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c8cfffdd-a75d-4252-879a-3c4a9bf30c64 0.150s 2023-04-20 14:23:44,648 90581 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-d59f1930-5efe-4119-bbe8-f0f14f92be19', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c8cfffdd-a75d-4252-879a-3c4a9bf30c64'} Body: b'' 2023-04-20 14:23:44,674 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1669388557 0.025s 2023-04-20 14:23:44,674 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 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-ac7bb99e-670b-417a-a363-2575fe40f1c3', 'x-compute-request-id': 'req-ac7bb99e-670b-417a-a363-2575fe40f1c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1669388557'} Body: b'' {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [235.425520s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:55,507 90585 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:19:55,763 90585 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.253s 2023-04-20 14:19:55,763 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1332981866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6b7171f-ef91-49ba-8168-124aa2ee15e0', 'x-compute-request-id': 'req-c6b7171f-ef91-49ba-8168-124aa2ee15e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1332981866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw==", "fingerprint": "a8:ea:4c:83:78:7d:f9:8a:ba:60:de:f9:c0:5e:4c:05", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}}' 2023-04-20 14:19:55,768 90585 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1332981866 created 2023-04-20 14:19:57,522 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.753s 2023-04-20 14:19:57,523 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--476406995", "description": "tempest-description--1009617909"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-dd6408c5-7613-4330-81e5-b07f6ddfcbd7', 'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "name": "tempest-securitygroup--476406995", "stateful": true, "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "description": "tempest-description--1009617909", "shared": false, "security_group_rules": [{"id": "8b29833b-10dc-44bd-aed7-e0995b3f23a9", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "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": 234, "description": null, "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}, {"id": "b42a972a-e303-4c20-9e49-c1f6736a0de9", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "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 ": 235, "description": null, "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}], "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 1, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,088 90585 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.564s 2023-04-20 14:19:58,089 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a5456a43-1664-4286-8b13-aed8ab8975e3', 'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a0b73956-e811-469f-aace-86e8a2d42556", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:19:57Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,553 90585 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.464s 2023-04-20 14:19:58,553 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-106b1b82-ce21-40d7-a173-a2e76e635f69', 'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a91667c-a51e-4a13-9dbb-c47230d29d15", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:58Z", "updated_at": "2023-04-20T14:19:58Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,554 90585 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--476406995 created 2023-04-20 14:20:01,832 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.277s 2023-04-20 14:20:01,832 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-1 11cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7fba04c5-e78f-4a45-b93e-70af5aa72a27', 'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cace0eae-380a-4aa1-9f01-9d6e7dbd150b", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "floating_ip_address": "172.24.4.19", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7e7fe9eef2024c50bf5b410604c5e987", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:00Z", "updated_at": "2023-04-20T14:20:00Z", "revision_number": 0}}' 2023-04-20 14:20:01,832 90585 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cace0eae-380a-4aa1-9f01-9d6e7dbd150b', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-04-20 14:20:01,940 90585 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.102s 2023-04-20 14:20:01,940 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4d2a0635-3d8a-4923-81ed-87c750db2343', '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": "a6e39f2774844ac8b5ddc3e4960a5f81", "name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "password_expires_at": null}, "audit_ids": ["G2NjQMfpQQiHbZ2flkeecQ"], "expires_at": "2023-04-20T15:20:01.000000Z", "issued_at": "2023-04-20T14:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e7fe9eef2024c50bf5b410604c5e987", "name": "tempest-ServerStableDeviceRescueTest-810628911"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endp oints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:01,941 90585 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c', 'name': 'tempest-ServerStableDeviceRescueTest-962791381-network', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53182, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:01,942 90585 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1332981866', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw==', 'fingerprint': 'a8:ea:4c:83:78:7d:f9:8a:ba:60:de:f9:c0:5e:4c:05', 'user_id': 'a6e39f2774844ac8b5ddc3e4960a5f81', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJUaFXw2RrCK5rw3seoGwbIG84GT5L8Pty03/ooxu9FBUYOTtqhvIW\ncy2H60ewyvugBwYFK4EEACKhZANiAARURcHFrauS0CYn0EaUR3o2qw4DguxyQced\nfaFiWNuJSBDvrgTYnUFrJSwhpmSwiqbOdn5cG5yyHHLSUmyfxhQDwTVLMn81Etpz\nvRHTSud5w+qIEIvOJDrc8H9B168YRl8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', 'name': 'tempest-securitygroup--476406995', 'stateful': True, 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': 'tempest-description--1009617909', 'shared': False, 'security_group_rules': [{'id': '8b29833b-10dc-44bd-aed7-e0995b3f23a9', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'security_group_id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', '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': 234, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 0, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}, {'id': 'b42a972a-e303-4c20-9e49-c1f6736a0de9', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'security_group_id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', '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': 235, 'description': None, 'ta gs': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 0, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}], 'tags': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 1, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}, 'floating_ip': {'id': 'cace0eae-380a-4aa1-9f01-9d6e7dbd150b', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-04-20 14:20:04,556 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.613s 2023-04-20 14:20:04,556 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c"}], "security_groups": [{"name": "tempest-securitygroup--476406995"}], "key_name": "tempest-keypair-1332981866", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbfe27e-7806-431a-8051-d9ac57c63100', 'x-compute-request-id': 'req-2dbfe27e-7806-431a-8051-d9ac57c63100', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--476406995"}], "adminPass": "qX7vKLQsQCkQ"}}' 2023-04-20 14:20:04,739 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.179s 2023-04-20 14:20:04,739 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d442fb3-5240-4abd-95f1-5c696a8ecd74', 'x-compute-request-id': 'req-2d442fb3-5240-4abd-95f1-5c696a8ecd74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "BUILD", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f 2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:05Z", "updated": "2023-04-20T14:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:55,033 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.232s 2023-04-20 14:20:55,033 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0dc917-cec7-4c7b-9ddd-3adabaf06102', 'x-compute-request-id': 'req-df0dc917-cec7-4c7b-9ddd-3adabaf06102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:20:20Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:55,045 90585 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:21:55,411 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b/os-interface 0.306s 2023-04-20 14:21:55,411 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 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-3de3ddc9-9eef-4fac-ba66-6121e3f450b6', 'x-compute-request-id': 'req-3de3ddc9-9eef-4fac-ba66-6121e3f450b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c", "port_id": "61405d8c-1a67-4f22-b00f-dd6141695815", "mac_addr": "fa:16:3e:84:3b:2e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "34f438c6-dd3c-4524-b951-569ee120ed37", "ip_address": "10.0.0.9"}]}]}' 2023-04-20 14:21:57,211 90585 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/cace0eae-380a-4aa1-9f01-9d6e7dbd150b 1.795s 2023-04-20 14:21:57,211 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "61405d8c-1a67-4f22-b00f-dd6141695815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-741d4db3-b14c-4c61-b44f-a83b26ca3254', 'date': 'Thu, 20 Apr 2023 14:21:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cace0eae-380a-4aa1-9f01-9d6e7dbd150b'} Body: b'{"floatingip": {"id": "cace0eae-380a-4aa1-9f01-9d6e7dbd150b", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "floating_ip_address": "172.24.4.19", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "ceffc953-cb2a-450f-9799-79e5430e8016", "port_id": "61405d8c-1a67-4f22-b00f-dd6141695815", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c", "mac_address": "fa:16:3e:84:3b:2e", "admin_state_up": true, "status": "ACTIVE", "device_id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:00Z", "updated_at": "2023-04-20T14:21:56Z", "revision_number": 1, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:21:57,214 90585 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-20 14:21:57,243 90585 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:21:57,267 90585 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:21:57,268 90585 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-20 14:21:58,119 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b/action 0.850s 2023-04-20 14:21:58,119 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-94401160"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:57 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/b2a82b52-562e-42e4-9138-ce2dbca467c9', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f6f5155-d757-4904-b9a8-63aa1204052a', 'x-compute-request-id': 'req-5f6f5155-d757-4904-b9a8-63aa1204052a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b/action'} Body: b'' 2023-04-20 14:21:58,185 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.063s 2023-04-20 14:21:58,185 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:58 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-e1394a6a-44de-43d9-b332-e67beda1af20', 'x-compute-request-id': 'req-e1394a6a-44de-43d9-b332-e67beda1af20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:21:58Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,304 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.063s 2023-04-20 14:22:48,305 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 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-3099763a-c66f-4135-aadd-0599fcf888fc', 'x-compute-request-id': 'req-3099763a-c66f-4135-aadd-0599fcf888fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:22:03Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,363 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.053s 2023-04-20 14:22:48,364 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 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-e1c62148-ee1e-4418-9ff8-09b2183828e5', 'x-compute-request-id': 'req-e1c62148-ee1e-4418-9ff8-09b2183828e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:22:03Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,735 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.365s 2023-04-20 14:22:48,735 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-628c8fbe-f16f-437a-a505-697dd5475ab2', 'x-compute-request-id': 'req-628c8fbe-f16f-437a-a505-697dd5475ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:49,043 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.234s 2023-04-20 14:23:49,043 90585 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': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8271484e-e3b1-4473-9989-23ed1cca2e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b2a82b52-562e-42e4-9138-ce2db ca467c9'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2da566924ba8da9042e559018b98b766", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7fe9eef2024c50bf5b410604c5e987", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "49048e4f276afb6359e4ae23d4959e6dc0c8b54d6abccb425e885c18a5f66df79e7e69d3067a65ec446589881445f5a43577c6b22cc8b069923f0b476d4d3df3", "id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "created_at": "2023-04-20T14:21:58Z", "updated_at": "2023-04-20T14:23:49Z", "tags": [], "self": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9", "file": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:23:49,177 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.133s 2023-04-20 14:23:49,178 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cbfa08ac-d6e2-4316-be4a-8d0661c6df58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2da566924ba8da9042e559018b98b766", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7fe9eef2024c50bf5b410604c5e987", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "49048e4f276afb6359e4ae23d4959e6dc0c8b54d6abccb425e885c18a5f66df79e7e69d3067a65ec446589881445f5a43577c6b22cc8b069923f0b476d4d3df3", "id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "created_at": "2023-04-20T14:21:58Z", "updated_at": "2023-04-20T14:23:49Z", "tags": [], "self": "/v2/images/b2a 82b52-562e-42e4-9138-ce2dbca467c9", "file": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:23:49,454 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.275s 2023-04-20 14:23:49,454 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35410eb7-366a-48d4-b6bc-37788cc76f73', 'x-compute-request-id': 'req-35410eb7-366a-48d4-b6bc-37788cc76f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:49,797 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes 0.329s 2023-04-20 14:23:49,797 90585 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-983211222"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abb9b33-a1fd-495b-9e02-4be3b624f702', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abb9b33-a1fd-495b-9e02-4be3b624f702', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23 :49.713681", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:49,853 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 0.045s 2023-04-20 14:23:49,854 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc586b6-ed3b-4c57-9ad9-51c7626b7b13', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc586b6-ed3b-4c57-9ad9-51c7626b7b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:50.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:23:50,918 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 0.052s 2023-04-20 14:23:50,919 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95eca38d-cf03-40d1-a784-3df5addaf3f4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95eca38d-cf03-40d1-a784-3df5addaf3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:50.000000", "updated_at": "2023-04-20T14:23:50.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' {10} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [232.045909s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 6e3d1e18-1e07-4f00-83bf-156d95b36193 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T14:23:06Z', 'message': 'Build of instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 aborted: Volume 1b6e0ffc-9e0f-4112-a1e4-aec430a7b74a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-86ffdeea-a242-4c91-81d4-7c623dd2140b. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:00,085 90583 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.086s 2023-04-20 14:20:00,085 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 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-ce74a0a3-b837-4f66-926e-2b1a8a605f44', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["hbK3nQf3RIGRMZfiUAZRWg"], "expires_at": "2023-04-20T15:20:00.000000Z", "issued_at": "2023-04-20T14:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:00,086 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:01,971 90583 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.884s 2023-04-20 14:20:01,971 90583 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-1767794071", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612', '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-f4fae998-bc49-4095-8b56-290fa39cf1fa', 'x-compute-request-id': 'req-f4fae998-bc49-4095-8b56-290fa39cf1fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "agJwp9FAM9e8"}}' 2023-04-20 14:20:02,270 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.293s 2023-04-20 14:20:02,270 90583 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': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-974cf655-6cd1-4e08-81b8-04816252f486', 'x-compute-request-id': 'req-974cf655-6cd1-4e08-81b8-04816252f486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:02Z", "updated": "2023-04-20T14:20:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72 b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:20:52,637 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.301s 2023-04-20 14:20:52,638 90583 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': 'Thu, 20 Apr 2023 14:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7e3568-8777-4f32-b275-34121a687138', 'x-compute-request-id': 'req-1a7e3568-8777-4f32-b275-34121a687138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:20:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:0e:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:20:52,654 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:21:53,986 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612/action 1.273s 2023-04-20 14:21:53,987 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolume StableRescueTest-image-1627327171"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:52 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-d96109eb-fb58-4516-99e6-6704d11799c5', 'x-compute-request-id': 'req-d96109eb-fb58-4516-99e6-6704d11799c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612/action'} Body: b'{"image_id": "a0a72316-b40f-4686-a526-62d35e5ee76f"}' 2023-04-20 14:21:54,011 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.022s 2023-04-20 14:21:54,011 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f19fe57b-f59a-4181-894d-91c9b9eb24bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:55,040 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.027s 2023-04-20 14:21:55,040 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4cae66c-7bd9-4f33-9033-dedf428774ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:56,075 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.033s 2023-04-20 14:21:56,075 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77f18536-43ae-41c2-b212-215544c2e806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:57,102 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.025s 2023-04-20 14:21:57,102 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-21bb79d0-55e7-4a11-b804-889b6197ef5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd 3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:57Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:58,132 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.029s 2023-04-20 14:21:58,133 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b947dcb6-9fb6-4fc3-aec4-697d4d284d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:58Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,160 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.025s 2023-04-20 14:21:59,160 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b462724c-48cd-4027-b74c-1eccd746fa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "1e490de1dd970bd76b6531ef97a1c40b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ce83e8a9dc722d8a6bdd7dcf153bc80aaa9c77c8065733842a9fe3ce1ca54ecb424fc282bd1e05e489b5659dd215969bd0ceaabe41b724331b978f292cadfa9", "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:59Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,199 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.038s 2023-04-20 14:21:59,199 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97572ffc-21bf-4361-9074-b9a650c87112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "1e490de1dd970bd76b6531ef97a1c40b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755 905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ce83e8a9dc722d8a6bdd7dcf153bc80aaa9c77c8065733842a9fe3ce1ca54ecb424fc282bd1e05e489b5659dd215969bd0ceaabe41b724331b978f292cadfa9", "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:59Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,677 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.477s 2023-04-20 14:21:59,677 90583 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': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed147e1d-2ae5-49e3-99a2-b9c0734582db', 'x-compute-request-id': 'req-ed147e1d-2ae5-49e3-99a2-b9c0734582db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:21:59Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:0e:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:22:59,860 90583 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.100s 2023-04-20 14:22:59,860 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 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-31754a74-aeae-4b04-9e36-447b917e3046', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["Rz8aVwJqQKeNqKSB81kWTg"], "expires_at": "2023-04-20T15:22:59.000000Z", "issued_at": "2023-04-20T14:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:59,861 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:00,828 90583 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.965s 2023-04-20 14:23:00,829 90583 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-578642572", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193', '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-86ffdeea-a242-4c91-81d4-7c623dd2140b', 'x-compute-request-id': 'req-86ffdeea-a242-4c91-81d4-7c623dd2140b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "tK6eWagNnz7j"}}' 2023-04-20 14:23:00,944 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.111s 2023-04-20 14:23:00,944 90583 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': 'Thu, 20 Apr 2023 14:23:00 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-ee6f451b-cbae-4dbf-92e2-b895b54c2f4c', 'x-compute-request-id': 'req-ee6f451b-cbae-4dbf-92e2-b895b54c2f4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-578642572", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:01Z", "updated": "2023-04-20T14:23:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:23:51,182 90583 INFO [tempest.lib.common.rest_client] R equest (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.171s 2023-04-20 14:23:51,183 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-53463a9a-7212-4f24-9c0a-6452d45b20e7', 'x-compute-request-id': 'req-53463a9a-7212-4f24-9c0a-6452d45b20e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-578642572", "status": "ERROR", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:00Z", "updated": "2023-04-20T14:23:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T14:23:06Z", "message": "Build of instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 aborted: Volume 1b6e0ffc-9e0f-4112-a1e4-aec430a7b74a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:23:51,198 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-20 14:23:51,993 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.794s 2023-04-20 14:23:51,994 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-7acf6337-e0c5-40d3-b2d1-26ecc392f0ed', 'x-compute-request-id': 'req-7acf6337-e0c5-40d3-b2d1-26ecc392f0ed', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'' 2023-04-20 14:23:52,035 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.040s 2023-04-20 14:23:52,035 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-bb8ac0ac-65aa-4053-9a4f-3f14cda4cb06', 'x-compute-request-id': 'req-bb8ac0ac-65aa-4053-9a4f-3f14cda4cb06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 could not be found."}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.497106s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c9ce43f-76ec-4152-a859-17f366f5d3c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:18,836 90579 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.099s 2023-04-20 14:22:18,836 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 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-e73f5024-a730-4b1f-95cc-c3bfe90d655d', '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": "f8d2f5b7cbee40e49014248d10905816", "name": "tempest-VolumesAdminNegativeTest-2145726321-project-member", "password_expires_at": null}, "audit_ids": ["nDX0YAZ5RX-LIlQYbCnS6A"], "expires_at": "2023-04-20T15:22:18.000000Z", "issued_at": "2023-04-20T14:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd9e706614fb4311bea8d8e67cb55b7b", "name": "tempest-VolumesAdminNegativeTest-2145726321"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:18,836 90579 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'caaed6ce-b174-4cd1-94ee-735b74871add', 'name': 'tempest-VolumesAdminNegativeTest-748666632-network', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd9e706614fb4311bea 8d8e67cb55b7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57091, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:19,452 90579 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.615s 2023-04-20 14:22:19,453 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-753731206", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "caaed6ce-b174-4cd1-94ee-735b74871add"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882f36d0-ec3a-409f-b15e-62a7c4742b81', 'x-compute-request-id': 'req-882f36d0-ec3a-409f-b15e-62a7c4742b81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rTj9TgGc3NM7"}}' 2023-04-20 14:22:19,529 90579 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/a5f5e813-108e-4f3c-9c85-a77da546101b 0.073s 2023-04-20 14:22:19,529 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a88b2b-18d3-4cf9-ba3d-6bf8cdfd3ca2', 'x-compute-request-id': 'req-54a88b2b-18d3-4cf9-ba3d-6bf8cdfd3ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "name": "tempest-VolumesAdminNegativeTest-server-753731206", "status": "BUILD", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:19Z", "updated": "2023-04-20T14:22:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:09,849 90579 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/a5f5e813-108e-4f3c-9c85-a77da546101b 0.261s 2023-04-20 14:23:09,850 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1494', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ca12f2-ceb9-42cb-b250-572244ade1a9', 'x-compute-request-id': 'req-41ca12f2-ceb9-42cb-b250-572244ade1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "name": "tempest-VolumesAdminNegativeTest-server-753731206", "status": "ACTIVE", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "6294656975c7ae8b0e576fd43f24699a9d95bf9360617c16f95eae82", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:19Z", "updated": "2023-04-20T14:22:27Z", "addresses": {"tempest-VolumesAdminNegativeTest-748666632-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:1c:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:22:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:09,862 90579 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:24:10,103 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes 0.182s 2023-04-20 14:24:10,104 90579 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-98469620"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3861b728-08e4-4292-896d-ecbbef97f86e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3861b728-08e4-4292-896d-ecbbef97f86e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes'} Body: b'{"volume": {"id": "9c9ce43f-7 6ec-4152-a859-17f366f5d3c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.046079", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:10,155 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5 0.042s 2023-04-20 14:24:10,155 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff667c2-3cf9-459d-8ca1-dca40173252f', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff667c2-3cf9-459d-8ca1-dca40173252f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5'} Body: b'{"volume": {"id": "9c9ce43f-76ec-4152-a859-17f366f5d3c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:24:11,212 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5 0.045s 2023-04-20 14:24:11,212 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c433635-7c9d-432f-8bef-3c9b3538b226', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c433635-7c9d-432f-8bef-3c9b3538b226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5'} Body: b'{"volume": {"id": "9c9ce43f-76ec-4152-a859-17f366f5d3c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.000000", "updated_at": "2023-04-20T14:24:10.000000", "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' {11} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.609155s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f80f99e9-3df7-4e57-bd6b-af59cc2d907b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:48,450 90585 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.481s 2023-04-20 14:24:48,450 90585 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-368505007", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cce727b-3810-4268-be56-a968b28400f3', 'x-compute-request-id': 'req-6cce727b-3810-4268-be56-a968b28400f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.342329", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 14:24:48,510 90585 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/f80f99e9-3df7-4e57-bd6b-af59cc2d907b 0.055s 2023-04-20 14:24:48,511 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55a64de-ec88-4ea1-964d-d25bdb4878ba', 'x-compute-request-id': 'req-e55a64de-ec88-4ea1-964d-d25bdb4878ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 14:24:49,571 90585 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/f80f99e9-3df7-4e57-bd6b-af59cc2d907b 0.052s 2023-04-20 14:24:49,572 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec600e7-9f9c-4428-987c-dec3aa20228c', 'x-compute-request-id': 'req-bec600e7-9f9c-4428-987c-dec3aa20228c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [174.205326s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1eaeacf9-fb19-4193-baed-0a65419fda0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:56,266 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.311s 2023-04-20 14:21:56,266 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-682d010c-3943-4ef6-9b8a-08411ac7b5fb', 'x-compute-request-id': 'req-682d010c-3943-4ef6-9b8a-08411ac7b5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:56,742 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.464s 2023-04-20 14:21:56,743 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b10e626-9c5f-49dd-ab97-fd3849655d5a', 'x-compute-request-id': 'req-8b10e626-9c5f-49dd-ab97-fd3849655d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:47,351 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.547s 2023-04-20 14:22:47,352 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:46 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-94fab78e-4f12-40c1-97eb-34dc2f98366e', 'x-compute-request-id': 'req-94fab78e-4f12-40c1-97eb-34dc2f98366e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:48,127 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.763s 2023-04-20 14:22:48,127 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Thu, 20 Apr 2023 14:22:47 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-5af2b0e1-cf79-4e10-9a53-2eebbd32c02e', 'x-compute-request-id': 'req-5af2b0e1-cf79-4e10-9a53-2eebbd32c02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:48,565 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes 0.368s 2023-04-20 14:23:48,565 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1915051343"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a07e610-4935-4561-b970-6e0f5a996e03', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a07e610-4935-4561-b970-6e0f5a996e03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.477305", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2 023-04-20 14:23:48,622 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a 0.046s 2023-04-20 14:23:48,623 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170775c8-9e90-4286-a747-7d2ce66d8243', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170775c8-9e90-4286-a747-7d2ce66d8243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:23:49,695 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a 0.059s 2023-04-20 14:23:49,695 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2871ea4-3475-42d1-b263-7dd19fb45fca', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2871ea4-3475-42d1-b263-7dd19fb45fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.000000", "updated_at": "2023-04-20T14:23:49.000000", "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:23:50,086 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.377s 2023-04-20 14:23:50,086 90567 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 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-2ad3700f-589b-4361-b432-184676f4d142', 'x-compute-request-id': 'req-2ad3700f-589b-4361-b432-184676f4d142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.054578s] ... ok {11} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000722s] ... 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 {11} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.974563s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 741fb6a3-f411-429f-b7d8-0da2bda27712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:55,085 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types 0.273s 2023-04-20 14:24:55,085 90585 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-846554550"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742004a9-dd85-4657-9357-082ee18dac30', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742004a9-dd85-4657-9357-082ee18dac30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types'} Body: b'{"volume_type": {"id": "cfe5d828-8eda-4057-b61b-a45fa7fa01bd", "name": "tempest-GroupsV320Test-volume-type-846554550", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:24:55,129 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types 0.040s 2023-04-20 14:24:55,129 90585 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-1030991741"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f993eb66-7904-4c12-93e2-4f0cc009db1d', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f993eb66-7904-4c12-93e2-4f0cc009db1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types'} Body: b'{"group_type": {"id": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "name": "tempest-GroupsV320Test-group-type-1030991741", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:24:55,356 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups 0.224s 2023-04-20 14:24:55,357 90585 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": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "name": "tempest-GroupsV320Test-Group-554988337"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f75242-9e57-477f-bf3d-e857e07df4a2', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f75242-9e57-477f-bf3d-e857e07df4a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "name": "tempest-GroupsV320Test-Group-554988337"}}' 2023-04-20 14:24:55,414 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.055s 2023-04-20 14:24:55,414 90585 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': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8516555c-c831-49a5-8a99-25ac7b153cf6', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8516555c-c831-49a5-8a99-25ac7b153cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:24:55.000000", "name": "tempest-GroupsV320Test-Group-554988337", "description": null, "group_type": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:24:56,463 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.043s 2023-04-20 14:24:56,463 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a5dbf9-e882-4ad2-b67d-31eb5b23f846', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a5dbf9-e882-4ad2-b67d-31eb5b23f846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:24:55.000000", "name": "tempest-GroupsV320Test-Group-554988337", "description": null, "group_type": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:24:56,570 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/volumes/detail 0.077s 2023-04-20 14:24:56,573 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97c1a81-394b-45e9-a64c-600cc69ccaca', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97c1a81-394b-45e9-a64c-600cc69ccaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:24:56,663 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712/action 0.078s 2023-04-20 14:24:56,664 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-leng th': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02706d2b-7dff-4552-b503-acb4476ace0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712/action'} Body: b'' 2023-04-20 14:24:56,680 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.015s 2023-04-20 14:24:56,680 90585 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': 'Thu, 20 Apr 2023 14:24:56 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-c5e0f294-6681-4f0e-bc1e-b4826ad31500', 'x-openstack-request-id': 'req-c5e0f294-6681-4f0e-bc1e-b4826ad31500', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 741fb6a3-f411-429f-b7d8-0da2bda27712 could not be found."}}' 2023-04-20 14:24:56,715 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types/154145fe-b964-48e3-8ad1-4db86a7bbaea 0.034s 2023-04-20 14:24:56,716 90585 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': 'Thu, 20 Apr 2023 14:24:56 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-3aeee9f8-5b15-40fd-9dfc-90dd4b1fb848', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types/154145fe-b964-48e3-8ad1-4db86a7bbaea'} Body: b'' 2023-04-20 14:24:56,767 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd 0.051s 2023-04-20 14:24:56,768 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24: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-f0183c38-7a8a-43a0-8786-0b2e6051e458', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd'} Body: b'' 2023-04-20 14:24:56,784 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd 0.015s 2023-04-20 14:24:56,784 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24: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-9910a72d-0754-4dbb-bc10-7f215f90d41e', 'x-openstack-request-id': 'req-9910a72d-0754-4dbb-bc10-7f215f90d41e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cfe5d828-8eda-4057-b61b-a45fa7fa01bd could not be found."}}' {11} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fa50ac28-fdb6-4dab-ad54-a04af43371b8 failed to build and is in ERROR status {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.054007s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5bff782-14da-4bd6-9ea4-6b1105491195 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:04,743 90585 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/d3e693c862e04b68939cbceae6e6df40/types 0.198s 2023-04-20 14:25:04,743 90585 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-1359321224", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54355a0-575a-49ef-8f9b-b50008ca0c78', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54355a0-575a-49ef-8f9b-b50008ca0c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types'} Body: b'{"volume_type": {"id": "0d41f5d1-7651-42f0-8e38-fa43c3ce8943", "name": "tempest-VolumeTypesTest-volume-type-1359321224", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:25:04,794 90585 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/d3e693c862e04b68939cbceae6e6df40/types 0.046s 2023-04-20 14:25:04,794 90585 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-1123631104", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb2f006-1b9c-43b1-8c4f-6b18779836d6', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb2f006-1b9c-43b1-8c4f-6b18779836d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types'} Body: b'{"volume_type": {"id": "a6227b9c-af82-4cdd-a502-630cc6b3598e", "name": "tempest-VolumeTypesTest-volume-type-1123631104", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:25:05,118 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes 0.321s 2023-04-20 14:25:05,118 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-291916984", "volume_type": "0d41f5d1-7651-42f0-8e38-fa43c3ce8943", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694d2b14-ad55-43f9-be55-6aa26b79aff1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694d2b14-ad55-43f9-be55-6aa26b79aff1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.058418", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:05,182 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.053s 2023-04-20 14:25:05,182 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe51c95c-f79e-4e57-a2f1-fcc93f3c73b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe51c95c-f79e-4e57-a2f1-fcc93f3c73b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,232 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.038s 2023-04-20 14:25:06,233 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7608bbfb-3727-4d24-8eba-d4246ce5d802', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7608bbfb-3727-4d24-8eba-d4246ce5d802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": "2023-04-20T14:25:05.000000", "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd 6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,305 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.062s 2023-04-20 14:25:06,306 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e88c77d-dc71-4189-b275-77c06c004b2f', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e88c77d-dc71-4189-b275-77c06c004b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": "2023-04-20T14:25:05.000000", "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,430 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.113s 2023-04-20 14:25:06,430 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-172d484a-0f85-4e2f-94ee-7426244d0ab1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'' 2023-04-20 14:25:06,453 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.022s 2023-04-20 14:25:06,453 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-457ee95f-ef8d-4460-a264-65676b3591af', 'x-openstack-request-id': 'req-457ee95f-ef8d-4460-a264-65676b 3591af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5bff782-14da-4bd6-9ea4-6b1105491195 could not be found."}}' 2023-04-20 14:25:06,508 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e 0.054s 2023-04-20 14:25:06,509 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844d3324-0ca6-45f3-be67-b82cb80eb713', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e'} Body: b'' 2023-04-20 14:25:06,525 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e 0.016s 2023-04-20 14:25:06,525 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-438566db-bef6-45f3-a810-0d4c1796eeb2', 'x-openstack-request-id': 'req-438566db-bef6-45f3-a810-0d4c1796eeb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a6227b9c-af82-4cdd-a502-630cc6b3598e could not be found."}}' 2023-04-20 14:25:06,581 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943 0.054s 2023-04-20 14:25:06,581 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4857d136-3d10-4e60-b13d-df84b6c1772d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943'} Body: b'' 2023-04-20 14:25:06,597 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943 0.015s 2023-04-20 14:25:06,597 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-471bf0ea-6b3d-4cf6-8db8-804ffc7e9418', 'x-openstack-request-id': 'req-471bf0ea-6b3d-4cf6-8db8-804ffc7e941 8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0d41f5d1-7651-42f0-8e38-fa43c3ce8943 could not be found."}}' {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.133146s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.394766s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.038396s] ... ok {11} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.209461s] ... ok {11} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [167.497953s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 60298c68-0e0c-41c6-8e9b-feb2716c416c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:47,643 90565 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:22:47,643 90565 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:22:48,010 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.364s 2023-04-20 14:22:48,010 90565 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-1886317234", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:47 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-cf5c7617-274f-4174-8f9e-f8b2f7cf3b59', 'x-compute-request-id': 'req-cf5c7617-274f-4174-8f9e-f8b2f7cf3b59', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1886317234", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA==", "fingerprint": "24:4f:2e:9c:b9:b5:fa:ce:da:61:b0:99:48:c0:3c:35", "user_id": "ef55e8cb08a34ebfac506763058c973c"}}' 2023-04-20 14:22:48,013 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1886317234 created 2023-04-20 14:22:48,243 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.229s 2023-04-20 14:22:48,243 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1709795716", "description": "tempest-description--1580597043"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-abfd54c8-7563-426c-b1a1-9cba91e87ff8', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "name": "tempest-securitygroup--1709795716", "stateful": true, "tenant_id": "94870c5ddc404720ac156d360c35927d", "description": "tempest-description--1580597043", "shared": false, "security_group_rules": [{"id": "39749498-cfd3-420d-b4d4-cddc8146aed1", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "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": 494, "description": null, "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}, {"id": "a4c3324f-6cef-472d-b200-f245d921b71f", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 493, "description": null, "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}], "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,405 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-20 14:22:48,406 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a7bab6cb-dad8-4558-b537-e577a23139ab', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea758f61-efc6-4a5d-b096-997477799a68", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,559 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-20 14:22:48,559 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-60c17e14-0cc1-4edf-9479-87a4685988cf', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "851aaf16-abab-43c1-ad22-42b22a1ffb27", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,559 90565 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1709795716 created 2023-04-20 14:22:49,366 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.806s 2023-04-20 14:22:49,367 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-be4ef475-203f-4ee0-a852-d270abcc18df', 'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a49687cd-5845-401b-8f19-ba29e850bd08", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.106", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94870c5ddc404720ac156d360c35927d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:49Z", "updated_at": "2023-04-20T14:22:49Z", "revision_number": 0}}' 2023-04-20 14:22:49,367 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a49687cd-5845-401b-8f19-ba29e850bd08', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.106', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:49Z', 'updated_at': '2023-04-20T14:22:49Z', 'revision_number': 0, 'ip': '172.24.4.106'} created 2023-04-20 14:22:49,403 90565 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.031s 2023-04-20 14:22:49,403 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 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-ae86d1e2-dd94-47cd-811e-80078f6283bb', '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": "ef55e8cb08a34ebfac506763058c973c", "name": "tempest-AttachVolumeShelveTestJSON-1029589658-project-member", "password_expires_at": null}, "audit_ids": ["crVRdMRETr2td-6VqEq-jA"], "expires_at": "2023-04-20T15:22:49.000000Z", "issued_at": "2023-04-20T14:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94870c5ddc404720ac156d360c35927d", "name": "tempest-AttachVolumeShelveTestJSON-1029589658"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:49,404 90565 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '39cf9d00-dd90-46a4-8c2c-814a3a06f970', 'name': 'tempest-AttachVolumeShelveTestJSON-1948031171-network', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94870c5ddc404720ac156d360c35927d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54577, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:22:41Z', 'updated_at': '2023-04-20T14:22:41Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:49,404 90565 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1886317234', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA==', 'fingerprint': '24:4f:2e:9c:b9:b5:fa:ce:da:61:b0:99:48:c0:3c:35', 'user_id': 'ef55e8cb08a34ebfac506763058c973c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDA6uY3k1zulajSPb6uzeiBQ5CRyXoUd2f+Pn03C0hm2X+cVT/IPHDA\nrESVugo1+K+gBwYFK4EEACKhZANiAARDPMe6PvvWjdrqFnMSzjDnNUTuERYVR4RE\nOkE8qES4Zo3+jfMOkkts3Agufpm4a1OhBgtSIA1kuGUJnM1J338Lg/7yICtgiDXj\nx024ES9oCboTFGqpwb8WJ/0WsFC377w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', 'name': 'tempest-securitygroup--1709795716', 'stateful': True, 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'description': 'tempest-description--1580597043', 'shared': False, 'security_group_rules': [{'id': '39749498-cfd3-420d-b4d4-cddc8146aed1', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', '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': 494, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}, {'id': 'a4c3324f-6cef-472d-b200-f245d921b71f', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', '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': 493, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at' : '2023-04-20T14:22:48Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}], 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 1, 'project_id': '94870c5ddc404720ac156d360c35927d'}, 'floating_ip': {'id': 'a49687cd-5845-401b-8f19-ba29e850bd08', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.106', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:49Z', 'updated_at': '2023-04-20T14:22:49Z', 'revision_number': 0, 'ip': '172.24.4.106'}} 2023-04-20 14:22:50,064 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.659s 2023-04-20 14:22:50,065 90565 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-1973271032", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "39cf9d00-dd90-46a4-8c2c-814a3a06f970"}], "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "key_name": "tempest-keypair-1886317234", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2', '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-92546dca-b3dd-48b9-8d7b-04b75f79e7b4', 'x-compute-request-id': 'req-92546dca-b3dd-48b9-8d7b-04b75f79e7b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "adminPass": "password"}}' 2023-04-20 14:22:50,139 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.071s 2023-04-20 14:22:50,139 90565 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': 'Thu, 20 Apr 2023 14:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b1f8bf-fcdb-4b80-97e4-120c324680c6', 'x-compute-request-id': 'req-02b1f8bf-fcdb-4b80-97e4-120c324680c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "BUILD", "tenant_id": "94870c5ddc404720ac156d360c35927d", "use r_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:23:40,468 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.266s 2023-04-20 14:23:40,468 90565 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': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1589', '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-4e283757-1548-4e9e-a990-b18a1a4a98d3', 'x-compute-request-id': 'req-4e283757-1548-4e9e-a990-b18a1a4a98d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:8b:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:23:40,484 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:24:40,790 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v 2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/os-interface 0.293s 2023-04-20 14:24:40,791 90565 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': 'Thu, 20 Apr 2023 14:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b1b42b-4cfb-4b72-a74f-52ec13aa6c73', 'x-compute-request-id': 'req-b3b1b42b-4cfb-4b72-a74f-52ec13aa6c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1", "mac_addr": "fa:16:3e:1e:8b:5f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d5f8b065-1ac7-426f-91b1-ce77a167fb92", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 14:24:42,287 90565 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/a49687cd-5845-401b-8f19-ba29e850bd08 1.491s 2023-04-20 14:24:42,287 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-7de8825d-1e10-4066-a813-1e49ac4e520a', 'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08'} Body: b'{"floatingip": {"id": "a49687cd-5845-401b-8f19-ba29e850bd08", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.106", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "54f4a5bf-1f7a-4648-9151-a93968a3ccf0", "port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "mac_address": "fa:16:3e:1e:8b:5f", "admin_state_up": true, "status": "ACTIVE", "device_id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:49Z", "updated_at": "2023-04-20T14:24:41Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:42,289 90565 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.106:22' as 'cirros' with public key authentication 2023-04-20 14:24:42,350 90565 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:24:42,375 90565 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:24:42,375 90565 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.106 successfully created 2023-04-20 14:24:42,415 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/ips 0.039s 2023-04-20 14:24:42,416 90565 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': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15566b72-da47-4062-ae72-77782bec5e94', 'x-compute-request-id': 'req-15566b72-da47-4062-ae72-77782bec5e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 14:24:42,645 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes 0.226s 2023-04-20 14:24:42,646 90565 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-772449534"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe97137c-deb4-4aba-920c-c5f03434a8af', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe97137c-deb4-4aba-920c-c5f03434a8af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.585540", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:42,706 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c 0.051s 2023-04-20 14:24:42,707 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1496f262-26d8-4eae-8021-3b185e42c8f4', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1496f262-26d8-4eae-8021-3b185e42c8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:43.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "us er_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:43,772 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c 0.053s 2023-04-20 14:24:43,772 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b795456a-6500-4ed8-8d44-5572c65071a5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b795456a-6500-4ed8-8d44-5572c65071a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:43.000000", "updated_at": "2023-04-20T14:24:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:43,924 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.141s 2023-04-20 14:24:43,925 90565 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': 'Thu, 20 Apr 2023 14:24:43 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-2514648f-9f91-4ee3-a869-48da34885e13', 'x-compute-request-id': 'req-2514648f-9f91-4ee3-a869-48da34885e13', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'' 2023-04-20 14:24:44,353 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.427s 2023-04-20 14:24:44,353 90565 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': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1595', '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-720c0902-0964-4c37-87ba-81699a0719e0', 'x-compute- request-id': 'req-720c0902-0964-4c37-87ba-81699a0719e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:24:44Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:8b:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:25:34,451 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.034s 2023-04-20 14:25:34,452 90565 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': 'Thu, 20 Apr 2023 14:25:34 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-b8096355-3393-45ce-867b-5b5e676608a6', 'x-compute-request-id': 'req-b8096355-3393-45ce-867b-5b5e676608a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 512f6db6-1dd2-43e2-a6c5-6b712ec665e2 could not be found."}}' 2023-04-20 14:25:34,481 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1886317234 0.029s 2023-04-20 14:25:34,482 90565 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': 'Thu, 20 Apr 2023 14:25:34 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-4a742f30-b59f-4c04-aba7-08f4528ec6aa', 'x-compute-request-id': 'req-4a742f30-b59f-4c04-aba7-08f4528ec6aa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1886317234'} Body: b'' 2023-04-20 14:25:34,669 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f 0.186s 2023-04-20 14:25:34,669 90565 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-6476089b-13fd-44f8-b9f2-9a63ed6fbd48', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f'} Body: b'' 2023-04-20 14:25:34,687 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f 0.017s 2023-04-20 14:25:34,688 90565 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-1ff54ff5-7193-4f18-9684-fd2c0ca2db01', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d21cd9ee-1780-4a9c-8c3a-e2a908535a2f does not exist", "detail": ""}}' 2023-04-20 14:25:35,139 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08 0.450s 2023-04-20 14:25:35,139 90565 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-382bda2a-b331-45bc-a8d3-eb1019a40974', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08'} Body: b'' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [169.048216s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5333653-b882-48c9-b292-486e738d3f07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:46,591 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:22:46,591 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:22:46,657 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-20 14:22:46,658 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-971569629", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:46 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-2afa880a-1ddb-4242-bf2a-cd074c70d729', 'x-compute-request-id': 'req-2afa880a-1ddb-4242-bf2a-cd074c70d729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-971569629", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA==", "fingerprint": "01:b7:04:0d:f9:a0:2b:53:04:ce:f3:05:14:a5:70:5e", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:22:46,661 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-971569629 created 2023-04-20 14:22:46,957 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.296s 2023-04-20 14:22:46,957 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1343540342", "description": "tempest-description--1547313635"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-548b4e6b-a28f-44ef-9565-2955c6fae4d8', 'date': 'Thu, 20 Apr 2023 14:22:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42873a3d-fd62-4044-877b-7469bc116a5e", "name": "tempest-securitygroup--1343540342", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1547313635", "shared": false, "security_group_rules": [{"id": "304f0fe8-9d9c-4d04-a82f-e1e763d7f112", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "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": 487, "description": null, "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "cbe63c2c-1435-4a8d-86cb-e185d20ddb25", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 488, "description": null, "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,149 90569 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 2023-04-20 14:22:47,149 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-866b9ce1-41bb-400a-a71d-0c1f27a51a08', 'date': 'Thu, 20 Apr 2023 14:22: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": "c7c2abab-a449-40ac-ac4c-c5bc8d7c5581", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:47Z", "updated_at": "2023-04-20T14:22:47Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,331 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.181s 2023-04-20 14:22:47,331 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-81ef6756-c8dc-45c3-a0bb-ef8facfe2481', 'date': 'Thu, 20 Apr 2023 14:22: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": "b34b349c-d56e-4d70-907b-f69b11070b72", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:47Z", "updated_at": "2023-04-20T14:22:47Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,332 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1343540342 created 2023-04-20 14:22:48,645 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.313s 2023-04-20 14:22:48,645 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-f90cd932-fecd-45a4-b94d-d394fd84fb2f', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83039064-65bb-4e47-a788-5b42e1e2fe6d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.54", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0}}' 2023-04-20 14:22:48,646 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83039064-65bb-4e47-a788-5b42e1e2fe6d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-04-20 14:22:48,736 90569 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.084s 2023-04-20 14:22:48,736 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1927c12d-7c69-40e8-b9f1-9ee74f023748', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["alLuYs7lTwGC_Z2XF7jrBg"], "expires_at": "2023-04-20T15:22:48.000000Z", "issued_at": "2023-04-20T14:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume /v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:48,737 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:48,737 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-971569629', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA==', 'fingerprint': '01:b7:04:0d:f9:a0:2b:53:04:ce:f3:05:14:a5:70:5e', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAguwkoCNYxenep7QhhlMD77aPSnSnUBlOoC4Sb0UmCeNwmVZE/7NKA\ntSFac+UDTuKgBwYFK4EEACKhZANiAATqME+aOSy7eIJI6B+ueXA90Zu3ycvvIHE6\nDQcSqU2fRZvjUXyVBqxTsCU3GR4jerXgVnKqEg1ULYDxvp1myXlr+KaUck8lhqXq\nW+7hd7sQjwaiq3p+DrZUdsGIjBXsaYQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '42873a3d-fd62-4044-877b-7469bc116a5e', 'name': 'tempest-securitygroup--1343540342', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1547313635', 'shared': False, 'security_group_rules': [{'id': '304f0fe8-9d9c-4d04-a82f-e1e763d7f112', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': '42873a3d-fd62-4044-877b-7469bc116a5e', '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': 487, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': 'cbe63c2c-1435-4a8d-86cb-e185d20ddb25', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': '42873a3d-fd62-4044-877b-7469bc116a5e', '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': 488, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'} ], 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '83039064-65bb-4e47-a788-5b42e1e2fe6d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-04-20 14:22:49,757 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.019s 2023-04-20 14:22:49,758 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-520306968", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "key_name": "tempest-keypair-971569629", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b063ec43-b1c7-4e89-9378-ae67c2de8d48', 'x-compute-request-id': 'req-b063ec43-b1c7-4e89-9378-ae67c2de8d48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "adminPass": "password"}}' 2023-04-20 14:22:49,862 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.098s 2023-04-20 14:22:49,862 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1548d468-8f7a-4dd4-998a-53de85839ea1', 'x-compute-request-id': 'req-1548d468-8f7a-4dd4-998a-53de85839ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:40,147 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.221s 2023-04-20 14:23:40,147 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c461ed1-c8fc-4016-92b5-1bd597d1bd8f', 'x-compute-request-id': 'req-8c461ed1-c8fc-4016-92b5-1bd597d1bd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:49Z", "updated": "2023-04-20T14:22:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:40,158 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:24:40,562 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f/os-interface 0.369s 2023-04-20 14:24:40,563 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24 :40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45622d5b-2807-45c2-972a-0232278d698b', 'x-compute-request-id': 'req-45622d5b-2807-45c2-972a-0232278d698b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "89041476-26db-43cd-b49d-c2a1f804133d", "mac_addr": "fa:16:3e:4f:71:05", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.10"}]}]}' 2023-04-20 14:24:42,126 90569 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/83039064-65bb-4e47-a788-5b42e1e2fe6d 1.558s 2023-04-20 14:24:42,127 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "89041476-26db-43cd-b49d-c2a1f804133d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-75be1b8c-ce9d-407a-8881-e66b16cf0511', 'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d'} Body: b'{"floatingip": {"id": "83039064-65bb-4e47-a788-5b42e1e2fe6d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.54", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "89041476-26db-43cd-b49d-c2a1f804133d", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:4f:71:05", "admin_state_up": true, "status": "ACTIVE", "device_id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:24:40Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:42,128 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2023-04-20 14:24:42,163 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:24:42,184 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:24:42,185 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2023-04-20 14:24:42,230 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f/ips 0.044s 2023-04-20 14:24:42,230 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2abee16f-b8fe-4b06-900a-52fe7c799457', 'x-compute-request-id': 'req-2abee16f-b8fe-4b06-900a-52fe7c799457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-20 14:24:42,430 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.196s 2023-04-20 14:24:42,430 90569 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-1299682997"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a3fd62-6a19-45e3-9b9d-157baa3a4831', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a3fd62-6a19-45e3-9b9d-157baa3a4831', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.366565", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:42,481 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07 0.040s 2023-04-20 14:24:42,482 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96759a01-a761-4c14-ad0c-3eb6b9cba233', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96759a01-a761-4c14-ad0c-3eb6b9cba233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:43,535 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3 /048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07 0.040s 2023-04-20 14:24:43,536 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca1730e-8d10-4760-9fc7-fb0a6d980146', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca1730e-8d10-4760-9fc7-fb0a6d980146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.000000", "updated_at": "2023-04-20T14:24:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:43,664 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.115s 2023-04-20 14:24:43,665 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf6faf4-e618-4890-a2e2-315645703a10', 'x-compute-request-id': 'req-edf6faf4-e618-4890-a2e2-315645703a10', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'' 2023-04-20 14:24:44,137 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.472s 2023-04-20 14:24:44,138 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 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-12f16be8-cfa6-4532-9093-e08ad727db66', 'x-compute-request-id': 'req-12f16be8-cfa6-4532-9093-e08ad727db66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:49Z", "updated": "2023-04-20T14:24:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:34,418 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.221s 2023-04-20 14:25:34,419 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 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-25ceff6a-be55-457a-906c-3e00fc263148', 'x-compute-request-id': 'req-25ceff6a-be55-457a-906c-3e00fc263148', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3a6bad29-26db-4bc2-8e80-3c0f1993694f could not be found."}}' 2023-04-20 14:25:34,448 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-971569629 0.028s 2023-04-20 14:25:34,448 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 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-b46e9464-c6ed-4fdf-bee5-baa3787392d8', 'x-compute-request-id': 'req-b46e9464-c6ed-4fdf-bee5-baa3787392d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-971569629'} Body: b'' 2023-04-20 14:25:34,599 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e 0.151s 2023-04-20 14:25:34,600 90569 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-a1b02f58-a221-492d-8150-3ddfc30a484d', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e'} Body: b'' 2023-04-20 14:25:34,625 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e 0.024s 2023-04-20 14:25:34,625 90569 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-e100be6f-2128-44b3-a81c-22f1d29e056d', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 42873a3d-fd62-4044-877b-7469bc116a5e does not exist", "detail": ""}}' 2023-04-20 14:25:35,637 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d 1.012s 2023-04-20 14:25:35,638 90569 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-67fee8c3-2164-4cfc-b333-3cc95975b45a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d'} Body: b'' {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.765050s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05c9e787-871d-4776-bb2e-e5f5e027057b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:14,582 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes 0.639s 2023-04-20 14:26:14,583 90579 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-1559026655", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4cfb3-19d1-4d67-a419-f486e46cc6cb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4cfb3-19d1-4d67-a419-f486e46cc6cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.475727", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:26:14,635 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b 0.042s 2023-04-20 14:26:14,635 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcaad388-ed2c-4073-8513-480b9481ee9b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcaad388-ed2c-4073-8513-480b9481ee9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7143b0bccfdc432ebd21a12b662cfe1a"}}' 2023-04-20 14:26:15,694 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b 0.046s 2023-04-20 14:26:15,694 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ff11cd-296a-4dd2-9836-062d2d8d1416', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ff11cd-296a-4dd2-9836-062d2d8d1416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.000000", "updated_at": "2023-04-20T14:26:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7143b0bccfdc432ebd21a12b662cfe1a"}}' {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.575697s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 659e433d-20c5-491f-9bda-c37528c95bbd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:22,941 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.565s 2023-04-20 14:24:22,942 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328d7b1b-e70b-4700-8a49-8297276aa1d2', 'x-compute-request-id': 'req-328d7b1b-e70b-4700-8a49-8297276aa1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:23,478 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes 0.457s 2023-04-20 14:25:23,478 90575 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-1740364555"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7bab4b-e608-4de7-8a7b-7adbd510fa05', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7bab4b-e608-4de7-8a7b-7adbd510fa05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.415043", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:23,536 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd 0.045s 2023-04-20 14:25:23,536 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1521266-8e08-4033-af8b-0eae934e42dd', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1521266-8e08-4033-af8b-0eae934e42dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:25:24,606 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd 0.054s 2023-04-20 14:25:24,606 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b24774-728e-4121-b046-433d9132259f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b24774-728e-4121-b046-433d9132259f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.000000", "updated_at": "2023-04-20T14:25:24.000000", "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:25:24,878 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.251s 2023-04-20 14:25:24,878 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf52115f-efcc-4b40-bb56-b0625e262281', 'x-compute-request-id': 'req-bf52115f-efcc-4b40-bb56-b0625e262281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [167.550881s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 04a9ec8a-2366-4d5c-997b-afa12652baf0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:37,802 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:23:37,802 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:23:38,074 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.268s 2023-04-20 14:23:38,075 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-844171239", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:37 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-098a1b56-bbb0-44f3-967a-8d8f822986c9', 'x-compute-request-id': 'req-098a1b56-bbb0-44f3-967a-8d8f822986c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-844171239", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ==", "fingerprint": "cd:f6:69:fb:b2:26:21:dc:f9:5c:ef:04:ee:8c:42:ea", "user_id": "c33ee066995e446e95627e797016b2a0"}}' 2023-04-20 14:23:38,079 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-844171239 created 2023-04-20 14:23:38,307 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.227s 2023-04-20 14:23:38,307 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--593276460", "description": "tempest-description--1722834963"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5dd84cb0-2990-41b9-8dfb-056fc84fb4c5', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "name": "tempest-securitygroup--593276460", "stateful": true, "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "tempest-description--1722834963", "shared": false, "security_group_rules": [{"id": "4908a951-3968-413e-ad60-36b0369201dc", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "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": 596, "description": null, "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}, {"id": "5164ffe9-ef0a-43e3-bb7c-b02d4ef46e44", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 597, "description": null, "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}], "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,674 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.366s 2023-04-20 14:23:38,674 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-bb6adb15-a322-4f9c-9c09-c394c5195348', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "adcfd265-ab60-4914-a331-adf8a07fa7df", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,885 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.210s 2023-04-20 14:23:38,886 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-40065732-9e2b-4396-a70c-eae997f741e7', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2be8ef8-b85c-47dd-9548-b516c06b175b", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,886 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--593276460 created 2023-04-20 14:23:40,051 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.164s 2023-04-20 14:23:40,051 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-f1a3800e-a85b-4243-95f0-d97a160993c7', 'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b8a75677-902b-4106-a051-221772f905cb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.58", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:23:39Z", "updated_at": "2023-04-20T14:23:39Z", "revision_number": 0}}' 2023-04-20 14:23:40,052 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b8a75677-902b-4106-a051-221772f905cb', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:23:39Z', 'updated_at': '2023-04-20T14:23:39Z', 'revision_number': 0, 'ip': '172.24.4.58'} created 2023-04-20 14:23:40,094 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-20 14:23:40,094 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 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-879920f9-0bc0-4a06-807b-25feff69d5d7', '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": "c33ee066995e446e95627e797016b2a0", "name": "tempest-AttachVolumeTestJSON-1538807884-project-member", "password_expires_at": null}, "audit_ids": ["U-kbx86WT0KnfQjCviQsFg"], "expires_at": "2023-04-20T15:23:40.000000Z", "issued_at": "2023-04-20T14:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d43ac3b3d84bc492e64f842c4bc1cc", "name": "tempest-AttachVolumeTestJSON-1538807884"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f84 2c4bc1cc", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:40,095 90571 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '9e22a844-cbb5-47c0-a2a7-34cb1744dedf', 'name': 'tempest-AttachVolumeTestJSON-1715712940-network', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16747, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:30Z', 'updated_at': '2023-04-20T14:23:30Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:40,096 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-844171239', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ==', 'fingerprint': 'cd:f6:69:fb:b2:26:21:dc:f9:5c:ef:04:ee:8c:42:ea', 'user_id': 'c33ee066995e446e95627e797016b2a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAS2gbBd8YVjXeq+Xi4YzQA0bgfKi9WHpbKrfbzn9EI24e6WyXy3B9D\n0LND41d6pQygBwYFK4EEACKhZANiAAQpVg5NgJgr6LRA8GijqZORd6A/RJ3HyjY8\nCWOvuHyq2f5QBBogGMOGfhTN8TVrP2RYXqwTgRewg2p2ks5Vh/zuwqW16o+Ldwpb\nbqSXWK6kz1KJJFwEzgy/xRE3l8FjWcE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', 'name': 'tempest-securitygroup--593276460', 'stateful': True, 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': 'tempest-description--1722834963', 'shared': False, 'security_group_rules': [{'id': '4908a951-3968-413e-ad60-36b0369201dc', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', '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': 596, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:23:38Z', 'updated_at': '2023-04-20T14:23:38Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, {'id': '5164ffe9-ef0a-43e3-bb7c-b02d4ef46e44', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', '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': 597, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:23:38Z', 'updated_at': '2023-04-20T14:23:38Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}], 'tags': [], 'created_at': '2023-04-20T14:23:38Z', ' updated_at': '2023-04-20T14:23:38Z', 'revision_number': 1, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, 'floating_ip': {'id': 'b8a75677-902b-4106-a051-221772f905cb', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:23:39Z', 'updated_at': '2023-04-20T14:23:39Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-20 14:23:40,767 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.670s 2023-04-20 14:23:40,767 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1758542607", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf"}], "security_groups": [{"name": "tempest-securitygroup--593276460"}], "key_name": "tempest-keypair-844171239", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8779cf-2fe4-4568-9846-0e44dbab0aaf', 'x-compute-request-id': 'req-8e8779cf-2fe4-4568-9846-0e44dbab0aaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--593276460"}], "adminPass": "password"}}' 2023-04-20 14:23:40,841 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.071s 2023-04-20 14:23:40,842 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-027aeca6-a345-47da-a294-b023bda57be1', 'x-compute-request-id': 'req-027aeca6-a345-47da-a294-b023bda57be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "BUILD", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:41Z", "updated": "2023-04-20T14:23:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:31,161 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.258s 2023-04-20 14:24:31,162 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:30 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-68e7b579-af67-4b49-97ac-55c491a1a4c1', 'x-compute-request-id': 'req-68e7b579-af67-4b49-97ac-55c491a1a4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:40Z", "updated": "2023-04-20T14:23:48Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": "2023-04-20T14:23:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--593276460"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:31,184 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:25:31,501 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/os-interface 0.255s 2023-04-20 14:25:31,502 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-opens tack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-100531ed-ecfe-493c-9e5f-2bbe17ebcf67', 'x-compute-request-id': 'req-100531ed-ecfe-493c-9e5f-2bbe17ebcf67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8", "mac_addr": "fa:16:3e:05:2e:e1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5ab8bce-95d9-441b-adf1-60338b723f73", "ip_address": "10.0.0.9"}]}]}' 2023-04-20 14:25:32,386 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb 0.880s 2023-04-20 14:25:32,386 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-aabe1c8f-4771-4f84-b884-eb38661384df', 'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb'} Body: b'{"floatingip": {"id": "b8a75677-902b-4106-a051-221772f905cb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.58", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "0f7d5b31-5013-4869-a16b-23d972b710a4", "port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "mac_address": "fa:16:3e:05:2e:e1", "admin_state_up": true, "status": "ACTIVE", "device_id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:23:39Z", "updated_at": "2023-04-20T14:25:31Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:32,389 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,429 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,454 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,455 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,504 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/ips 0.048s 2023-04-20 14:25:32,505 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 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-030dd009-cf6a-4721-ba8c-faa96a0d7f46', 'x-compute-request-id': 'req-030dd009-cf6a-4721-ba8c-faa96a0d7f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-20 14:25:32,509 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24 .4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,515 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,532 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,532 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,533 90571 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-20 14:25:32,533 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,539 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,555 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,556 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,826 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes 0.247s 2023-04-20 14:25:32,826 90571 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-974316081"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af723a57-d8ee-47c7-a417-982901d37bdc', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af723a57-d8ee-47c7-a417-982901d37bdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:32.745823", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:32,877 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0 0.041s 2023-04-20 14:25:32,878 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7688abe2-cb8d-4910-86b7-e780d127dca0', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7688abe2-cb8d-4910-86b7-e780d127dca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:33.000000", "updated_at": null, "name": "tempest-A ttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:33,929 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0 0.039s 2023-04-20 14:25:33,929 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0076333f-9d8f-4cf8-87ab-25a1fa2d82d4', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0076333f-9d8f-4cf8-87ab-25a1fa2d82d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:33.000000", "updated_at": "2023-04-20T14:25:33.000000", "name": "tempest-AttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:34,052 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.111s 2023-04-20 14:25:34,052 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:33 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-0ff04fb2-3cb2-45a5-8be2-8247b195fee4', 'x-compute-request-id': 'req-0ff04fb2-3cb2-45a5-8be2-8247b195fee4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'' 2023-04-20 14:25:34,319 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.266s 2023-04-20 14:25:34,319 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'server': 'Apac he/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-2c0810b0-06d7-46de-bf23-c952bcced4a1', 'x-compute-request-id': 'req-2c0810b0-06d7-46de-bf23-c952bcced4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:40Z", "updated": "2023-04-20T14:25:34Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": "2023-04-20T14:23:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--593276460"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:24,428 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.046s 2023-04-20 14:26:24,428 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 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-3e7cf749-e18a-438a-9ba2-e7fc885fbc80', 'x-compute-request-id': 'req-3e7cf749-e18a-438a-9ba2-e7fc885fbc80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 669c1b3b-b08d-456f-af4b-fb842c40f9b0 could not be found."}}' 2023-04-20 14:26:24,468 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-844171239 0.039s 2023-04-20 14:26:24,469 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 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-e3a4d33c-4522-44c4-b775-6136c578b d70', 'x-compute-request-id': 'req-e3a4d33c-4522-44c4-b775-6136c578bd70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-844171239'} Body: b'' 2023-04-20 14:26:24,631 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235 0.161s 2023-04-20 14:26:24,631 90571 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-2ef01232-0e3b-43df-a29a-cbffadab1739', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235'} Body: b'' 2023-04-20 14:26:24,649 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235 0.017s 2023-04-20 14:26:24,649 90571 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-2a8b232c-db6f-4630-9d09-4c0121329b96', 'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5ab6ca73-2219-4e3b-b1eb-436e9dedc235 does not exist", "detail": ""}}' 2023-04-20 14:26:25,350 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb 0.700s 2023-04-20 14:26:25,350 90571 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-dc16d136-69ed-4919-9bac-0f2d30b54e2e', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb'} Body: b'' {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.913814s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:24,220 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.320s 2023-04-20 14:26:24,220 90579 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-607102720"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa939dd-316a-459c-90c1-7a95f7e86620', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa939dd-316a-459c-90c1-7a95f7e86620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "75063c42-d781-47f9-90ef-ac08e1467608", "name": "tempest-GroupSnapshotsTest-volume-type-607102720", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:24,260 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.037s 2023-04-20 14:26:24,260 90579 DEBUG [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-1481820454"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64e7629-3ca8-49b1-9ae4-61ccc4ab0a3c', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64e7629-3ca8-49b1-9ae4-61ccc4ab0a3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "775a9a9f-1c40-445e-8926-397ba8ceb949", "name": "tempest-GroupSnapshotsTest-group-type-1481820454", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:24,471 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.207s 2023-04-20 14:26:24,471 90579 DEBUG [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": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "name": "tempest-GroupSnapshotsTest-Group-1797071801"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d629a925-89fc-4893-bb36-1214c1386cdf', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d629a925-89fc-4893-bb36-1214c1386cdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "name": "tempest-GroupSnapshotsTest-Group-1797071801"}}' 2023-04-20 14:26:24,505 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.032s 2023-04-20 14:26:24,505 90579 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3329d25c-fca5-4a89-8369-1f986845c33d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3329d25c-fca5-4a89-8369-1f986845c33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:24.000000", "name": "tempest-GroupSnapshotsTest-Group-1797071801", "description": null, "group_type": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:25,547 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.036s 2023-04-20 14:26:25,547 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb5c080-8f9e-4cad-92f1-9710e117e5e0', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb5c080-8f9e-4cad-92f1-9710e117e5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:24.000000", "name": "tempest-GroupSnapshotsTest-Group-1797071801", "description": null, "group_type": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:25,620 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.068s 2023-04-20 14:26:25,621 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c49c89-ffc9-4e9f-a512-9ea806051c38', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c49c89-ffc9-4e9f-a512-9ea806051c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:25,693 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8/action 0.062s 2023-04-20 14:26:25,694 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 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-86a8541d-6915-4722-ad37-1dff28895ba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8/action'} Body: b'' 2023-04-20 14:26:25,711 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.016s 2023-04-20 14:26:25,711 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 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-573709ab-1eb9-4344-8421-f033eca6c715', 'x-openstack-request-id': 'req-573709ab-1eb9-4344-8421-f033eca6c715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 could not be found."}}' 2023-04-20 14:26:25,742 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/775a9a9f-1c40-445e-8926-397ba8ceb949 0.030s 2023-04-20 14:26:25,742 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 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-aeb7a6fe-bd71-4699-84fa-7a7a82bca104', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/775a9a9f-1c40-445e-8926-397ba8ceb949'} Body: b'' 2023-04-20 14:26:25,793 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608 0.051s 2023-04-20 14:26:25,794 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01a93d3d-d0ec-4fb8-87bc-b8f3dc4ba6fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608'} Body: b'' 2023-04-20 14:26:25,811 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608 0.017s 2023-04-20 14:26:25,812 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 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-eaf6f536-f46c-4a88-a36a-4392192253e8', 'x-openstack-request-id': 'req-eaf6f536-f46c-4a88-a36a-4392192253e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 75063c42-d781-47f9-90ef-ac08e1467608 could not be found."}}' {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.512779s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 62bf31fb-ea48-412f-875d-b9760c1a2ad0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,846 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.031s 2023-04-20 14:26:25,846 90579 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-1067268116"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a5adf0-573a-4201-9900-993a1d4bd686', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a5adf0-573a-4201-9900-993a1d4bd686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "ba5317d2-84c2-4dad-9875-9c6af86354fb", "name": "tempest-GroupSnapshotsTest-volume-type-1067268116", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:25,885 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.036s 2023-04-20 14:26:25,886 90579 DEBUG [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-1614982101"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68a1728-1f4c-41bc-9c59-884e4b02cca2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68a1728-1f4c-41bc-9c59-884e4b02cca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "name": "tempest-GroupSnapshotsTest-group-type-1614982101", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:25,993 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.104s 2023-04-20 14:26:25,993 90579 DEBUG [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": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "name": "tempest-GroupSnapshotsTest-Group-2005860036"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722bad23-f7cc-48ae-89bf-88f7d5dc900c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722bad23-f7cc-48ae-89bf-88f7d5dc900c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "name": "tempest-GroupSnapshotsTest-Group-2005860036"}}' 2023-04-20 14:26:26,036 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2 ad0 0.040s 2023-04-20 14:26:26,036 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d0ab058-0c35-4fc8-9989-21b2636816ba', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d0ab058-0c35-4fc8-9989-21b2636816ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:26.000000", "name": "tempest-GroupSnapshotsTest-Group-2005860036", "description": null, "group_type": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:27,073 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0 0.032s 2023-04-20 14:26:27,073 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7742d0cd-98b5-4c2f-accc-cd372e54313e', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7742d0cd-98b5-4c2f-accc-cd372e54313e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:26.000000", "name": "tempest-GroupSnapshotsTest-Group-2005860036", "description": null, "group_type": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:27,077 90579 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-20 14:26:27,143 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.065s 2023-04-20 14:26:27,143 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a85f07-fb77-4f53-a19c-0552d37b97ca', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a85f07-fb77-4f53-a19c-0552d37b97ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:27,217 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0/actio n 0.063s 2023-04-20 14:26:27,217 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-51d48207-22df-44ad-89fb-44628fc042d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0/action'} Body: b'' 2023-04-20 14:26:27,233 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0 0.015s 2023-04-20 14:26:27,233 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-031322d9-68ad-4373-96eb-7f82455b08fa', 'x-openstack-request-id': 'req-031322d9-68ad-4373-96eb-7f82455b08fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 62bf31fb-ea48-412f-875d-b9760c1a2ad0 could not be found."}}' 2023-04-20 14:26:27,261 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/93c8d2b7-b256-4dc8-8087-9e68c7bc4221 0.027s 2023-04-20 14:26:27,262 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-d7aeed96-9e9b-40d1-81d2-c5d9989935f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/93c8d2b7-b256-4dc8-8087-9e68c7bc4221'} Body: b'' 2023-04-20 14:26:27,311 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb 0.048s 2023-04-20 14:26:27,311 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-0549c8db-6ba9-43f8-90d2-f32f635db2c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb'} Body: b'' 2023-04-20 14:26:27,327 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af8 6354fb 0.015s 2023-04-20 14:26:27,327 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 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-9b7bdca7-34df-4214-959e-12c0895605d5', 'x-openstack-request-id': 'req-9b7bdca7-34df-4214-959e-12c0895605d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ba5317d2-84c2-4dad-9875-9c6af86354fb could not be found."}}' {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.577870s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0162f116-9de0-4351-a269-8c81a6db4dc6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:27,363 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.033s 2023-04-20 14:26:27,364 90579 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-1079453901"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52610615-a307-4c6f-81b7-650b14ac0f60', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52610615-a307-4c6f-81b7-650b14ac0f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "6050374d-e9c7-4d36-bf86-d4623fdfb814", "name": "tempest-GroupSnapshotsTest-volume-type-1079453901", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:27,396 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.029s 2023-04-20 14:26:27,396 90579 DEBUG [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-419590428"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd22f16c-ee9e-4c98-98dd-671ad08a5781', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd22f16c-ee9e-4c98-98dd-671ad08a5781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "3d2b5b18-daba-415d-a029-d5d95fe63934", "name": "tempest-GroupSnapshotsTest-group-type-419590428", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:27,491 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.092s 2023-04-20 14:26:27,492 90579 DEBUG [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": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "name": "tempest-GroupSnapshotsTest-Group-1758430677"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce8d912-9e1c-413a-a626-a9b2fb4dddc4', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce8d912-9e1c-413a-a626-a9b2fb4dddc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "name": "tempest-GroupSnapshotsTest-Group-1758430677"}}' 2023-04-20 14:26:27,527 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.033s 2023-04-20 14:26:27,528 90579 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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6d38b7-0f2e-4b43-94e1-2f46b843fc84', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6d38b7-0f2e-4b43-94e1-2f46b843fc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:27.000000", "name": "tempest-GroupSnapshotsTest-Group-1758430677", "description": null, "group_type": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:28,569 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.037s 2023-04-20 14:26:28,570 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d7b03d-ac6c-471a-98d2-e633d8dfacba', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d7b03d-ac6c-471a-98d2-e633d8dfacba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:27.000000", "name": "tempest-GroupSnapshotsTest-Group-1758430677", "description": null, "group_type": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:28,669 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.095s 2023-04-20 14:26:28,670 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5551c519-4a15-4631-9a44-91903908d14e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5551c519-4a15-4631-9a44-91903908d14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:28,764 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6/action 0.084s 2023-04-20 14:26:28,765 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-6575ef12-964c-4a0e-91d5-3c8438cc3453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6/action'} Body: b'' 2023-04-20 14:26:28,785 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.019s 2023-04-20 14:26:28,785 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-d1ed2718-849c-478e-bd80-9e1246dd1f4d', 'x-openstack-request-id': 'req-d1ed2718-849c-478e-bd80-9e1246dd1f4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0162f116-9de0-4351-a269-8c81a6db4dc6 could not be found."}}' 2023-04-20 14:26:28,827 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/3d2b5b18-daba-415d-a029-d5d95fe63934 0.041s 2023-04-20 14:26:28,828 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-c2807ae6-8e76-4de3-9abf-eac54ff3651b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/3d2b5b18-daba-415d-a029-d5d95fe63934'} Body: b'' 2023-04-20 14:26:28,890 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814 0.061s 2023-04-20 14:26:28,890 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acdd688-614d-4a3a-ae6c-06cb00b4bf19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814'} Body: b'' 2023-04-20 14:26:28,906 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814 0.015s 2023-04-20 14:26:28,907 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 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-43a02eb9-1999-4ee6-9105-80d0734ac50b', 'x-openstack-request-id': 'req-43a02eb9-1999-4ee6-9105-80d0734ac50b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6050374d-e9c7-4d36-bf86-d4623fdfb814 could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.974535s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4ed5f461-a661-4e4b-8313-616b5da81857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:32,548 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types 0.227s 2023-04-20 14:26:32,548 90579 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-1359089298"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9b9f60-f4a2-4958-9729-dba0d98c5775', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9b9f60-f4a2-4958-9729-dba0d98c5775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types'} Body: b'{"volume_type": {"id": "1efe1d97-4745-4e5a-83cb-c18e038b08e7", "name": "tempest-GroupsV314Test-volume-type-1359089298", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:32,580 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types 0.029s 2023-04-20 14:26:32,581 90579 DEBUG [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-448164790"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ecc5aa-f6f7-4f97-86fa-26674d6e1984', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ecc5aa-f6f7-4f97-86fa-26674d6e1984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types'} Body: b'{"group_type": {"id": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "name": "tempest-GroupsV314Test-group-type-448164790", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:32,918 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups 0.334s 2023-04-20 14:26:32,918 90579 DEBUG [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": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "name": "tempest-GroupsV314Test-Group-17154436"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b315e4b-7760-4f90-9be0-901993375050', 'content-length': '106', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b315e4b-7760-4f90-9be0-901993375050', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "name": "tempest-GroupsV314Test-Group-17154436"}}' 2023-04-20 14:26:32,966 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.045s 2023-04-20 14:26:32,966 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563ba3c6-2dea-4669-a698-90a3d13c081e', 'content-length': '386', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563ba3c6-2dea-4669-a698-90a3d13c081e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:33.000000", "name": "tempest-GroupsV314Test-Group-17154436", "description": null, "group_type": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:34,005 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.034s 2023-04-20 14:26:34,006 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865d1c03-7a9c-4b9b-94ee-e707fbd7f00a', 'content-length': '383', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865d1c03-7a9c-4b9b-94ee-e707fbd7f00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:33.000000", "name": "tempest-GroupsV314Test-Group-17154436", "description": null, "group_type": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:34,076 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/volumes/detail 0.065s 2023-04-20 14:26:34,076 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e45ebc77-d303-4330-aa02-2caa853e34b6', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e45ebc77-d303-4330-aa02-2caa853e34b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:34,174 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857/action 0.078s 2023-04-20 14:26:34,175 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-fc914636-f257-4887-9d1a-a484be828363', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857/action'} Body: b'' 2023-04-20 14:26:34,189 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.014s 2023-04-20 14:26:34,189 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-67151bea-180d-44c4-9825-f3217f94cfc7', 'x-openstack-request-id': 'req-67151bea-180d-44c4-9825-f3217f94cfc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4ed5f461-a661-4e4b-8313-616b5da81857 could not be found."}}' 2023-04-20 14:26:34,219 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types/653c23ac-4265-41f6-b3fa-a20f80f7f7c4 0.029s 2023-04-20 14:26:34,220 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-6e9049e5-6bd4-4efe-b5b9-80c25be921fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types/653c23ac-4265-41f6-b3fa-a20f80f7f7c4'} Body: b'' 2023-04-20 14:26:34,267 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7 0.046s 2023-04-20 14:26:34,267 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-deb66115-e676-46c8-84c2-1b0bace97d46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7'} Body: b'' 2023-04-20 14:26:34,293 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7 0.026s 2023-04-20 14:26:34,294 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:34 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-f662e7c0-c817-4310-ab39-fde689ed6b53', 'x-openstack-request-id': 'req-f662e7c0-c817-4310-ab39-fde689ed6b53', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1efe1d97-4745-4e5a-83cb-c18e038b08e7 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.177532s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.230542s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012814s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.126441s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.017973s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017229s] ... ok {8} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bee719a5-79db-4051-a954-b40cae3e1711 failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.623402s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 23f17b79-154a-44c1-b892-2a30ae59a345 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:45,224 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes 0.337s 2023-04-20 14:26:45,225 90579 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-125206084"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f428cd48-4fa5-4de0-87cd-a0e3ca4a0c0f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f428cd48-4fa5-4de0-87cd-a0e3ca4a0c0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.167332", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:26:45,274 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.039s 2023-04-20 14:26:45,274 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904ae75d-b483-4474-aa18-de464d19d12b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904ae75d-b483-4474-aa18-de464d19d12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,325 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.038s 2023-04-20 14:26:46,325 90579 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f347a10-3f90-4ebf-a51f-37aa5d5dba98', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f347a10-3f90-4ebf-a51f-37aa5d5dba98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": "2023-04-20T14:26:45.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,373 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.037s 2023-04-20 14:26:46,374 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9558870-a2c3-4103-af3e-70eb976f2672', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9558870-a2c3-4103-af3e-70eb976f2672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": "2023-04-20T14:26:45.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,486 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.101s 2023-04-20 14:26:46,486 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a00f0e-e78a-45e3-8e04-6dc4dfd07db3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'' 2023-04-20 14:26:46,508 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.021s 2023-04-20 14:26:46,509 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-6308f1a1-571a-47d5-894d-2a5ad90ef5ca', 'x-openstack-request-id': 'req-6308f1a1-571a-47d5-894d-2a5ad90ef5ca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 23f17b79-154a-44c1-b892-2a30ae59a345 could not be found."}}' {8} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.702078s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 958ca6c4-8122-47f1-98f3-43a61c920d65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:50,469 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.303s 2023-04-20 14:24:50,469 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-fe881bfe-853b-494b-84a0-2465546a493c', 'x-compute-request-id': 'req-fe881bfe-853b-494b-84a0-2465546a493c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:50,629 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.148s 2023-04-20 14:24:50,630 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-84d0403d-ff05-42ea-9574-1b5658c4a5fb', 'x-compute-request-id': 'req-84d0403d-ff05-42ea-9574-1b5658c4a5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:50,954 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.311s 2023-04-20 14:24:50,954 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-4d0e7085-725b-4ce6-b55d-894e82ee6c9c', 'x-compute-request-id': 'req-4d0e7085-725b-4ce6-b55d-894e82ee6c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:51,356 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/589ef1ad ecf543d8b952b07bf6233978/volumes 0.361s 2023-04-20 14:25:51,356 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1145700093"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdadf598-810a-47db-b64f-2547ffef2a92', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdadf598-810a-47db-b64f-2547ffef2a92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.278574", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:51,414 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65 0.048s 2023-04-20 14:25:51,414 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615b67f0-6ce9-4aed-836c-25c31d8cb187', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615b67f0-6ce9-4aed-836c-25c31d8cb187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:25:52,465 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65 0.038s 2023-04-20 14:25:52,466 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 14:25:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d484016-54a6-48b3-8936-3f1af9d5417f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d484016-54a6-48b3-8936-3f1af9d5417f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.000000", "updated_at": "2023-04-20T14:25:51.000000", "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:25:52,476 90567 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-20 14:25:52,794 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.317s 2023-04-20 14:25:52,795 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:52 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-22a1dde5-c90d-4fe2-a776-9fece16bdf4c', 'x-compute-request-id': 'req-22a1dde5-c90d-4fe2-a776-9fece16bdf4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, " security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [230.482022s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T14:26:59Z', 'message': 'Build of instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 aborted: Volume 39737a4d-1368-424e-bf90-3b0045bfc440 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-73bca88c-306d-41a4-8724-f4090c6a8645. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:52,162 90583 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.104s 2023-04-20 14:23:52,162 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:52 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-7aab91d1-1241-420c-ae50-7e74809de090', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["OvE08iO7TOSz_T9n-9V-XQ"], "expires_at": "2023-04-20T15:23:52.000000Z", "issued_at": "2023-04-20T14:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:52,163 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:53,641 90583 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 1.478s 2023-04-20 14:23:53,642 90583 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-1046691959", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d', '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-6b672478-f28e-46a5-89eb-ab7c9da8d00a', 'x-compute-request-id': 'req-6b672478-f28e-46a5-89eb-ab7c9da8d00a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "XEwDQmfKns3n"}}' 2023-04-20 14:23:53,807 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.159s 2023-04-20 14:23:53,807 90583 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': 'Thu, 20 Apr 2023 14:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8fc383-4f06-4a5c-a266-6137c16d049d', 'x-compute-request-id': 'req-3b8fc383-4f06-4a5c-a266-6137c16d049d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:54Z", "updated": "2023-04-20T14:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec 6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:24:44,263 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.390s 2023-04-20 14:24:44,263 90583 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': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0391ef4-1721-45a5-aadc-25d791bf24a5', 'x-compute-request-id': 'req-f0391ef4-1721-45a5-aadc-25d791bf24a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:53Z", "updated": "2023-04-20T14:24:00Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:1e:c4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:23:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:24:44,282 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:25:45,322 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d/action 0.981s 2023-04-20 14:25:45,323 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolume StableRescueTest-image-125531599"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:44 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-1355e3ac-0bad-4462-8ef4-e2cf3a028924', 'x-compute-request-id': 'req-1355e3ac-0bad-4462-8ef4-e2cf3a028924', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d/action'} Body: b'{"image_id": "626d696b-8373-4091-aa58-1818e9df8c87"}' 2023-04-20 14:25:45,349 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:45,349 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-55a51d51-3fd2-4e11-aac7-8fa40d3d71dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:46,378 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.027s 2023-04-20 14:25:46,379 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ddfd13ca-2d14-45aa-a6a1-9181cb997b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-Serve rBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:47,406 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.025s 2023-04-20 14:25:47,406 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aab19c65-6cce-463e-8684-d2eb595881f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:48,432 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:48,432 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bec3b8e3-91c0-47b5-9283-165a3cdc3e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:48Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:49,458 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:49,458 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-692825a0-ca94-4561-a1d4-f767addd756d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:49Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,486 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.026s 2023-04-20 14:25:50,487 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/j son', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-88782556-ffdb-452a-8070-ba0208bf4416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b5c033414821475b8de58ddaf82a8159", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "783720dc7b9f8e08deceaaa8400496a23346265ef53e6417dd6e25aeea7fce0da43203ac3068d1d68378e361a85b4cfa9aa227bd5118441584c992470abe9bb6", "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:50Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,531 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.043s 2023-04-20 14:25:50,531 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fa390182-f97d-4364-8730-f32f0912b554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b5c033414821475b8de58ddaf82a8159", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d9792 4809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "783720dc7b9f8e08deceaaa8400496a23346265ef53e6417dd6e25aeea7fce0da43203ac3068d1d68378e361a85b4cfa9aa227bd5118441584c992470abe9bb6", "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:50Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,833 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.301s 2023-04-20 14:25:50,833 90583 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': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b553f6-8532-45e7-9863-025c40eddddb', 'x-compute-request-id': 'req-73b553f6-8532-45e7-9863-025c40eddddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:53Z", "updated": "2023-04-20T14:25:50Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:1e:c4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:23:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:26:51,023 90583 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.092s 2023-04-20 14:26:51,024 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:50 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-28775451-37d0-4d84-aaff-f4cabdb2fdc2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} B ody: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["_QabWTAkQPWTvHvKhAV_Xw"], "expires_at": "2023-04-20T15:26:50.000000Z", "issued_at": "2023-04-20T14:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:26:51,024 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:26:51,739 90583 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.713s 2023-04-20 14:26:51,739 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "destination_type": "volume"}], "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14', '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-73bca88c-306d-41a4-8724-f4090c6a8645', 'x-compute-request-id': 'req-73bca88c-306d-41a4-8724-f4090c6a8645', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "865X5f3rW4Jb"}}' 2023-04-20 14:26:51,834 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.092s 2023-04-20 14:26:51,835 90583 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': 'Thu, 20 Apr 2023 14:26:51 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-93e3c66a-dbd5-449c-af99-cc4a1fe06d99', 'x-compute-request-id': 'req-93e3c66a-dbd5-449c-af99-cc4a1fe06d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:26:52Z", "updated": "2023-04-20T14:26:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:27:42,129 90583 INF O [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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.231s 2023-04-20 14:27:42,129 90583 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': 'Thu, 20 Apr 2023 14:27:41 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-0fb45dd1-14b2-4f08-8b45-e512ca7ae283', 'x-compute-request-id': 'req-0fb45dd1-14b2-4f08-8b45-e512ca7ae283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "status": "ERROR", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:26:51Z", "updated": "2023-04-20T14:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T14:26:59Z", "message": "Build of instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 aborted: Volume 39737a4d-1368-424e-bf90-3b0045bfc440 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:27:42,144 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-20 14:27:42,487 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.343s 2023-04-20 14:27:42,488 90583 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': 'Thu, 20 Apr 2023 14:27:42 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-e8ac9fde-624e-419f-9f5a-df366aac327f', 'x-compute-request-id': 'req-e8ac9fde-624e-419f-9f5a-df366aac327f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'' 2023-04-20 14:27:42,528 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.039s 2023-04-20 14:27:42,528 90583 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': 'Thu, 20 Apr 2023 14:27:42 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-e2402a2c-d0ec-475d-a50e-b875c5224d21', 'x-compute-request-id': 'req-e2402a2c-d0ec-475d-a50e-b875c5224d21', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 could not be found."}}' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.497549s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 238b40d9-650b-4efd-ad56-911cf1e453e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:35,143 90565 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:25:35,143 90565 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:25:35,204 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2023-04-20 14:25:35,205 90565 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-1864274381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:35 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-e19d57d7-c93e-4d88-ac61-073d14f3fd79', 'x-compute-request-id': 'req-e19d57d7-c93e-4d88-ac61-073d14f3fd79', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1864274381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ==", "fingerprint": "36:bf:d3:ad:a0:a4:3b:32:8b:aa:fb:f2:1c:aa:5e:56", "user_id": "ef55e8cb08a34ebfac506763058c973c"}}' 2023-04-20 14:25:35,207 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1864274381 created 2023-04-20 14:25:35,365 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-20 14:25:35,365 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1793807419", "description": "tempest-description--1251352873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2bbb1810-93ca-411c-a1b5-54914740762f', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "name": "tempest-securitygroup--1793807419", "stateful": true, "tenant_id": "94870c5ddc404720ac156d360c35927d", "description": "tempest-description--1251352873", "shared": false, "security_group_rules": [{"id": "64c1ad7c-9832-4ae5-b4ff-00c5f6cb029b", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "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": 660, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}, {"id": "78898879-df71-433d-aa89-98d074019e27", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 661, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}], "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,556 90565 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 2023-04-20 14:25:35,557 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6b497542-4e47-497a-8d0c-16f0c5209f35', 'date': 'Thu, 20 Apr 2023 14:25: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": "120e3561-8f9f-418f-ab16-752e781b0086", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,713 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-20 14:25:35,714 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-39d28c39-3cca-46eb-980d-fcd0ea598650', 'date': 'Thu, 20 Apr 2023 14:25: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": "702ece76-3ba8-456a-aa45-7247b234365e", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,714 90565 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1793807419 created 2023-04-20 14:25:36,527 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.812s 2023-04-20 14:25:36,528 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1edbc5de-7269-4cfb-beaf-4a4ca6b5c0e8', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.248", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94870c5ddc404720ac156d360c35927d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0}}' 2023-04-20 14:25:36,528 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.248'} created 2023-04-20 14:25:36,614 90565 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.079s 2023-04-20 14:25:36,615 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:36 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-bbfa1b39-28f7-4edd-aa8a-dae3b8f49139', '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": "ef55e8cb08a34ebfac506763058c973c", "name": "tempest-AttachVolumeShelveTestJSON-1029589658-project-member", "password_expires_at": null}, "audit_ids": ["tOL01t3fQnCBR-x5-EKCYg"], "expires_at": "2023-04-20T15:25:36.000000Z", "issued_at": "2023-04-20T14:25:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94870c5ddc404720ac156d360c35927d", "name": "tempest-AttachVolumeShelveTestJSON-1029589658"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:25:36,615 90565 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '39cf9d00-dd90-46a4-8c2c-814a3a06f970', 'name': 'tempest-AttachVolumeShelveTestJSON-1948031171-network', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94870c5ddc404720ac156d360c35927d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54577, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:22:41Z', 'updated_at': '2023-04-20T14:22:41Z', 'revision_number': 1} available for tenant 2023-04-20 14:25:36,616 90565 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1864274381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ==', 'fingerprint': '36:bf:d3:ad:a0:a4:3b:32:8b:aa:fb:f2:1c:aa:5e:56', 'user_id': 'ef55e8cb08a34ebfac506763058c973c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+Gb7huRPvDyClOXdWLlgHyK5HG6YXl0qH8Fm/JF4UE03rDs1DB9lV\nQ39gwo2eB9WgBwYFK4EEACKhZANiAAQkhf5hHKUxtHHa5fKt0SV87CXxLw2+PXAq\npCcW8ElMWMCpSm3GiLg13TNfQ9/eJXcL4rbiNw9DEJTgP+98NtKM5+E+/qN0ZAlv\na8cRJKvzflA1xYdo9Tldv7OpNDQkA8U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', 'name': 'tempest-securitygroup--1793807419', 'stateful': True, 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'description': 'tempest-description--1251352873', 'shared': False, 'security_group_rules': [{'id': '64c1ad7c-9832-4ae5-b4ff-00c5f6cb029b', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', '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': 660, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}, {'id': '78898879-df71-433d-aa89-98d074019e27', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', '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': 661, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at' : '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}], 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 1, 'project_id': '94870c5ddc404720ac156d360c35927d'}, 'floating_ip': {'id': '37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.248'}} 2023-04-20 14:25:37,819 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.203s 2023-04-20 14:25:37,820 90565 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-949067229", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "39cf9d00-dd90-46a4-8c2c-814a3a06f970"}], "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "key_name": "tempest-keypair-1864274381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef', '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-e52fecf6-86fe-42f3-b6c2-424b55682fbb', 'x-compute-request-id': 'req-e52fecf6-86fe-42f3-b6c2-424b55682fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "adminPass": "password"}}' 2023-04-20 14:25:38,292 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef 0.469s 2023-04-20 14:25:38,292 90565 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': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b38aae3-524f-4ce1-9ebe-f1c19630e663', 'x-compute-request-id': 'req-6b38aae3-524f-4ce1-9ebe-f1c19630e663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "BUILD", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_ id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:25:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:26:28,706 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef 0.361s 2023-04-20 14:26:28,710 90565 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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9338e3ca-dcd2-47a5-ade3-61f712061eca', 'x-compute-request-id': 'req-9338e3ca-dcd2-47a5-ade3-61f712061eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:37Z", "updated": "2023-04-20T14:25:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:26:28,727 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:27:28,919 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef/os-interface 0.169s 2023-04-20 14:27:28,920 90565 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': 'Thu, 20 Apr 2023 14:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b0a6abb-ff82-47ec-81ce-3b2dce3e7575', 'x-compute-request-id': 'req-1b0a6abb-ff82-47ec-81ce-3b2dce3e7575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86", "mac_addr": "fa:16:3e:3f:0e:b1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d5f8b065-1ac7-426f-91b1-ce77a167fb92", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:27:29,628 90565 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/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85 0.703s 2023-04-20 14:27:29,628 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a5800a4f-49d5-46b3-8ff6-bd82579c88b7', 'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85'} Body: b'{"floatingip": {"id": "37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.248", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "54f4a5bf-1f7a-4648-9151-a93968a3ccf0", "port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "mac_address": "fa:16:3e:3f:0e:b1", "admin_state_up": true, "status": "ACTIVE", "device_id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:27:29Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:29,635 90565 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.248:22' as 'cirros' with public key authentication 2023-04-20 14:27:29,671 90565 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:27:29,695 90565 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:27:29,696 90565 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.248 successfully created 2023-04-20 14:27:29,735 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef/ips 0.038s 2023-04-20 14:27:29,735 90565 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': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version ': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4a5e2e-40b1-4804-b3ec-d2ca74d7cab3', 'x-compute-request-id': 'req-fa4a5e2e-40b1-4804-b3ec-d2ca74d7cab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-20 14:27:29,928 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes 0.189s 2023-04-20 14:27:29,929 90565 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-1083957440"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378fb3ff-35fa-40f8-90a6-cb3dff209825', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378fb3ff-35fa-40f8-90a6-cb3dff209825', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:29.867067", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:30,011 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8 0.071s 2023-04-20 14:27:30,011 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e7518b-9d40-4717-a604-25f5f73d3d6b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e7518b-9d40-4717-a604-25f5f73d3d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "us er_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:31,062 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8 0.038s 2023-04-20 14:27:31,062 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e31ce3ff-db0c-4bc7-89c1-b0d67c407d92', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e31ce3ff-db0c-4bc7-89c1-b0d67c407d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.000000", "updated_at": "2023-04-20T14:27:30.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:31,199 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.124s 2023-04-20 14:27:31,199 90565 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': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08d89cff-62e4-4e57-bad7-1534e9188d72', 'x-compute-request-id': 'req-08d89cff-62e4-4e57-bad7-1534e9188d72', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'' 2023-04-20 14:27:31,365 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.165s 2023-04-20 14:27:31,365 90565 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': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1713', '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-0dcca88c-0086-4745-892a-0004a6971bce', 'x-compute -request-id': 'req-0dcca88c-0086-4745-892a-0004a6971bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:37Z", "updated": "2023-04-20T14:27:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}, {"version": 4, "addr": "172.24.4.248", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:28:21,661 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.232s 2023-04-20 14:28:21,661 90565 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': 'Thu, 20 Apr 2023 14:28:21 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-3279860e-d6ee-4048-a5b3-985426f000a1', 'x-compute-request-id': 'req-3279860e-d6ee-4048-a5b3-985426f000a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b3163648-c849-4826-bb8b-58eb916dd4ef could not be found."}}' 2023-04-20 14:28:21,698 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1864274381 0.034s 2023-04-20 14:28:21,698 90565 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': 'Thu, 20 Apr 2023 14:28:21 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-620ccb8b-83f3-4e32-94a2-47e6bd80bb5b', 'x-compute-request-id': 'req-620ccb8b-83f3-4e32-94a2-47e6bd80bb5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs /tempest-keypair-1864274381'} Body: b'' 2023-04-20 14:28:21,920 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc 0.220s 2023-04-20 14:28:21,920 90565 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-4f8bf994-05de-4853-be28-8d1cbc3fa51c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc'} Body: b'' 2023-04-20 14:28:21,942 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc 0.021s 2023-04-20 14:28:21,942 90565 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-980daa81-dbc6-413a-8bc8-52776fa46478', 'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6100b7f3-b60c-40d5-adbf-188c043e21fc does not exist", "detail": ""}}' 2023-04-20 14:28:22,638 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85 0.695s 2023-04-20 14:28:22,638 90565 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-e1610a1d-8596-4cfc-a8a5-2d354e496775', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85'} Body: b'' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [168.446202s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:35,641 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:25:35,641 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:25:35,707 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-04-20 14:25:35,708 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2055053381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:35 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-758b7cdf-2649-4137-8ec8-67468d8bb0fb', 'x-compute-request-id': 'req-758b7cdf-2649-4137-8ec8-67468d8bb0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2055053381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA==", "fingerprint": "0b:6b:33:a7:8e:3e:93:5f:07:6c:57:17:9e:61:e3:bd", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:25:35,710 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2055053381 created 2023-04-20 14:25:35,893 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-20 14:25:35,893 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1812006590", "description": "tempest-description--1072342631"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0df975db-e410-4e01-b7f6-75fb74ba5cfd', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c0f0c782-dc94-471c-993d-dc932520fcda", "name": "tempest-securitygroup--1812006590", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1072342631", "shared": false, "security_group_rules": [{"id": "168f5bc7-4ab7-4051-8217-462d4d9d190b", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "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": 666, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "1adc9d7a-3633-458c-b381-430c7651585d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 665, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,110 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.216s 2023-04-20 14:25:36,110 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4db38d5d-150d-4851-abc8-2c6517a3a89b', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a45cbd7-9e86-4168-ad7e-265bf8f798c3", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,270 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-20 14:25:36,270 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1548da9d-f753-4e6c-bbe5-e67d516a79da', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3996e7a-989b-47b8-8880-2982df7b8aa2", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,270 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1812006590 created 2023-04-20 14:25:37,670 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.399s 2023-04-20 14:25:37,671 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-09419e6a-e8e2-4643-a0e4-d9988b05fb57', 'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3e1f3a71-55eb-4656-bdf7-83d993af7a63", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.122", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0}}' 2023-04-20 14:25:37,671 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3e1f3a71-55eb-4656-bdf7-83d993af7a63', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-04-20 14:25:37,709 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-20 14:25:37,709 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c096cb36-9dd1-4d2a-9c43-7aa7491f29f8', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["ad7ry2MkTKu0YO2QAohyig"], "expires_at": "2023-04-20T15:25:37.000000Z", "issued_at": "2023-04-20T14:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9 a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:25:37,710 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:25:37,710 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2055053381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA==', 'fingerprint': '0b:6b:33:a7:8e:3e:93:5f:07:6c:57:17:9e:61:e3:bd', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBxrCpuSVL4R7Cb1fR237ewQDHpSINtUguD7kCGr8LvQs4NXanqJgqe\noUrMvs8atDKgBwYFK4EEACKhZANiAATIeWXREUpyUC0HFtgQ+PkpvZo/sf3R7qYt\njd+Hjmcxu8oaWA/N9BxJt/IFSF4ztMGAABlh1e8ALSVlddChiklwpzIz/wSG5t69\nLvxPDSrfh3lFLnv3/O87KShzIAMIIbw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c0f0c782-dc94-471c-993d-dc932520fcda', 'name': 'tempest-securitygroup--1812006590', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1072342631', 'shared': False, 'security_group_rules': [{'id': '168f5bc7-4ab7-4051-8217-462d4d9d190b', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'c0f0c782-dc94-471c-993d-dc932520fcda', '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': 666, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': '1adc9d7a-3633-458c-b381-430c7651585d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'c0f0c782-dc94-471c-993d-dc932520fcda', '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': 665, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}], 'tags': [], 'created _at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '3e1f3a71-55eb-4656-bdf7-83d993af7a63', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-04-20 14:25:38,784 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.073s 2023-04-20 14:25:38,784 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1950574776", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "key_name": "tempest-keypair-2055053381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2858d363-6ee9-4840-88fb-b8807058fb83', 'x-compute-request-id': 'req-2858d363-6ee9-4840-88fb-b8807058fb83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "adminPass": "password"}}' 2023-04-20 14:25:38,865 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.077s 2023-04-20 14:25:38,865 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f4c407b-e2e2-4b8d-a6e7-48526844b17e', 'x-compute-request-id': 'req-4f4c407b-e2e2-4b8d-a6e7-48526844b17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "fl avor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:39Z", "updated": "2023-04-20T14:25:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:29,716 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.789s 2023-04-20 14:26:29,716 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 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-72cf586f-4b1a-4d06-b95f-38eb58080c20', 'x-compute-request-id': 'req-72cf586f-4b1a-4d06-b95f-38eb58080c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:25:47Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:29,728 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:27:29,958 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/os-interface 0.174s 2023-04-20 14:27:29,959 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'con tent-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67dc16c-bd1b-4458-a072-c3d404f090f7', 'x-compute-request-id': 'req-c67dc16c-bd1b-4458-a072-c3d404f090f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87", "mac_addr": "fa:16:3e:a0:a7:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:27:30,710 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63 0.747s 2023-04-20 14:27:30,710 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-34505969-3694-4df1-bdac-f7abcd7b48c4', 'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63'} Body: b'{"floatingip": {"id": "3e1f3a71-55eb-4656-bdf7-83d993af7a63", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.122", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:a0:a7:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:27:30Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:30,711 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2023-04-20 14:27:30,772 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:27:30,796 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:27:30,796 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2023-04-20 14:27:30,835 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/ips 0.038s 2023-04-20 14:27:30,835 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21cb3954-d95a-4973-9aa7-6b34438d2fce', 'x-compute-request-id': 'req-21cb3954-d95a-4973-9aa7-6b34438d2fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14"}] }}' 2023-04-20 14:27:31,018 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.179s 2023-04-20 14:27:31,018 90569 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-1071737894"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91913c1f-4073-4177-a0a4-561c1ec8a011', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91913c1f-4073-4177-a0a4-561c1ec8a011', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.960668", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:31,123 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 0.095s 2023-04-20 14:27:31,124 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d97ec0-ce62-4edf-924b-fbb1ddc55427', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d97ec0-ce62-4edf-924b-fbb1ddc55427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:31.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:32,176 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 0.040s 2023-04-20 14:27:32,177 90569 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f33ece-fc70-4011-adf8-fa77f3a17953', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f33ece-fc70-4011-adf8-fa77f3a17953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:31.000000", "updated_at": "2023-04-20T14:27:31.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:32,305 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.117s 2023-04-20 14:27:32,305 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 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-3dee1c79-e926-4425-ab59-d53816acd34c', 'x-compute-request-id': 'req-3dee1c79-e926-4425-ab59-d53816acd34c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'' 2023-04-20 14:27:32,767 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.461s 2023-04-20 14:27:32,767 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 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-781c8bb5-c2ac-4065-a03a-37aa4109a4ad', 'x-compute-request-id': 'req-781c8bb5-c2ac-4065-a03a-37aa4109a4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d 6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:27:32Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:28:22,870 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.042s 2023-04-20 14:28:22,871 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:22 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-3a8b25ee-f323-4fae-b8f4-11f980b66a61', 'x-compute-request-id': 'req-3a8b25ee-f323-4fae-b8f4-11f980b66a61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 782ea4d5-1da2-4dc8-9766-bbbf137060b3 could not be found."}}' 2023-04-20 14:28:22,906 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2055053381 0.035s 2023-04-20 14:28:22,907 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056f2cf1-6a62-490e-8df4-dd711ac4c8a9', 'x-compute-request-id': 'req-056f2cf1-6a62-490e-8df4-dd711ac4c8a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2055053381'} Body: b'' 2023-04-20 14:28:23,091 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda 0.183s 2023-04-20 14:28:23,091 90569 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-8b66e9e9-f07c-4c38-aca4-75bdc837320d', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-d c932520fcda'} Body: b'' 2023-04-20 14:28:23,140 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda 0.048s 2023-04-20 14:28:23,140 90569 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-af045fa4-9e02-4dbb-82f3-33200fc27800', 'date': 'Thu, 20 Apr 2023 14:28:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c0f0c782-dc94-471c-993d-dc932520fcda does not exist", "detail": ""}}' 2023-04-20 14:28:24,086 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63 0.944s 2023-04-20 14:28:24,086 90569 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-197daa5c-06cd-45c0-b9fa-0a4701efdfa3', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63'} Body: b'' {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.967270s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,212 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.258s 2023-04-20 14:26:25,212 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2cda95f-9e92-484a-b623-286438fa97fa', 'x-compute-request-id': 'req-b2cda95f-9e92-484a-b623-286438fa97fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:25,476 90575 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/f7df4f841fc241a786364f10c35a9099/volumes 0.191s 2023-04-20 14:27:25,476 90575 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-1906130860"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1fc379-051a-42bd-972f-fddb8a713d05', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1fc379-051a-42bd-972f-fddb8a713d05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.411876", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:25,529 90575 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/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 0.043s 2023-04-20 14:27:25,530 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5112734-abc6-415d-afb4-ea4e7f7e3c32', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5112734-abc6-415d-afb4-ea4e7f7e3c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:27:26,590 90575 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/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 0.038s 2023-04-20 14:27:26,591 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c8916a-ea6b-4c1c-9f24-169904c49033', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c8916a-ea6b-4c1c-9f24-169904c49033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.000000", "updated_at": "2023-04-20T14:27:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:27:26,849 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.243s 2023-04-20 14:27:26,849 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5220b0b7-bfe5-477c-9d5a-2a22dd9136bc', 'x-compute-request-id': 'req-5220b0b7-bfe5-477c-9d5a-2a22dd9136bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.244933s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.102652s] ... ok {3} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 085e898c-628d-44ab-8a54-16d23d363132 failed to build and is in ERROR status {3} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.158417s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.091161s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.333665s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.733522s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 899f0a21-9318-46c6-b31d-60ba59468db6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:32,995 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes 0.417s 2023-04-20 14:28:32,996 90565 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-1809712607"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd13b81-a301-42a4-814f-c6de4fc31da6', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd13b81-a301-42a4-814f-c6de4fc31da6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:32.931179", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:28:33,053 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.047s 2023-04-20 14:28:33,053 90565 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': 'Thu, 20 Apr 2023 14:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd38054-460c-4a63-80d7-192ae9caa1ce', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd38054-460c-4a63-80d7-192ae9caa1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,111 90565 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.046s 2023-04-20 14:28:34,112 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db819ab-77f3-4f1f-90be-87da332b3ef9', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db819ab-77f3-4f1f-90be-87da332b3ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": "2023-04-20T14:28:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,165 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.042s 2023-04-20 14:28:34,166 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b84c765-d844-4bbc-b715-2fbef5114b6d', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b84c765-d844-4bbc-b715-2fbef5114b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": "2023-04-20T14:28:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,285 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.108s 2023-04-20 14:28:34,285 90565 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': 'Thu, 20 Apr 2023 14:28:34 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-8a3bb581-23be-4904-89a2-292e9380df91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'' 2023-04-20 14:28:34,310 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.024s 2023-04-20 14:28:34,310 90565 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': 'Thu, 20 Apr 2023 14:28:34 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-41bdc42c-14f5-4eb1-bb9c-a032e7bb83b1', 'x-openstack-request-id': 'req-41bdc42c-14f5-4eb1-bb9c-a032e7bb83b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 899f0a21-9318-46c6-b31d-60ba59468db6 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.528227s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 778cca41-7667-4fce-830c-49868b2f026d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:34,507 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes 0.193s 2023-04-20 14:28:34,507 90565 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-1356821675"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1755b677-ae21-4dbf-aa5f-5779ff4c45c3', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1755b677-ae21-4dbf-aa5f-5779ff4c45c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.444420", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:28:34,567 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.049s 2023-04-20 14:28:34,567 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5e0d3d-191b-4af4-9d0e-91b268ef042b', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5e0d3d-191b-4af4-9d0e-91b268ef042b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,617 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.038s 2023-04-20 14:28:35,617 90565 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': 'Thu, 20 Apr 2023 14:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b986c1-9a03-4ae6-ad21-6a6a8a6465aa', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b986c1-9a03-4ae6-ad21-6a6a8a6465aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": "2023-04-20T14:28:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,667 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.038s 2023-04-20 14:28:35,667 90565 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': 'Thu, 20 Apr 2023 14:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c06b95-3127-4863-89a6-02701af3a331', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c06b95-3127-4863-89a6-02701af3a331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": "2023-04-20T14:28:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,813 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.135s 2023-04-20 14:28:35,814 90565 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': 'Thu, 20 Apr 2023 14:28:35 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-5b890974-5a6a-4cf5-ac88-6db03a367a1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'' 2023-04-20 14:28:35,840 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.026s 2023-04-20 14:28:35,841 90565 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': 'Thu, 20 Apr 2023 14:28:35 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-266234c7-cc03-439f-a357-dfa9bd81cbb2', 'x-openstack-request-id': 'req-266234c7-cc03-439f-a357-dfa9bd81cbb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 778cca41-7667-4fce-830c-49868b2f026d could not be found."}}' {3} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fcad7b44-fdaf-4192-ba6f-d3dcfdb8af40 failed to build and is in ERROR status {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.705976s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 527c506c-c8fe-43af-9686-6b2dfe36b190 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:39,559 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes 0.427s 2023-04-20 14:28:39,560 90565 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-71947342", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65afc59-8d84-44ae-b960-ab288be516e9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65afc59-8d84-44ae-b960-ab288be516e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:39.500982", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:39,610 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.040s 2023-04-20 14:28:39,611 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a956605-81d9-4c44-b179-a72074255e7e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a956605-81d9-4c44-b179-a72074255e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:40,690 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.068s 2023-04-20 14:28:40,691 90565 DEBUG [tempest.lib.co mmon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febea281-8f41-4ee0-a72d-dc7f1f0c0107', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febea281-8f41-4ee0-a72d-dc7f1f0c0107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.000000", "updated_at": "2023-04-20T14:28:40.000000", "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:40,810 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.106s 2023-04-20 14:28:40,811 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-55f9d93b-869e-4a6c-ad0b-bf5d17f86c5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'' 2023-04-20 14:28:40,836 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.025s 2023-04-20 14:28:40,836 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-bbda28ee-7adc-4603-915e-cd08edc91940', 'x-openstack-request-id': 'req-bbda28ee-7adc-4603-915e-cd08edc91940', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 527c506c-c8fe-43af-9686-6b2dfe36b190 could not be found."}}' {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.494497s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f58c9836-5b2d-4d96-b878-8d6875ef0f6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:41,045 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes 0.204s 2023-04-20 14:28:41,046 90565 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-461412722"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98eb957f-2104-4639-a6fc-85bce6c50f14', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98eb957f-2104-4639-a6fc-85bce6c50f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.983640", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:41,097 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.042s 2023-04-20 14:28:41,098 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d2eb7c-a2db-4847-aadb-836fd8fcc42c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d2eb7c-a2db-4847-aadb-836fd8fcc42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,149 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.037s 2023-04-20 14:28:42,149 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e932ec9-a8cf-4b8e-82d0-64e82ea89d5f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e932ec9-a8cf-4b8e-82d0-64e82ea89d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": "2023-04-20T14:28:41.000000", "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,201 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.041s 2023-04-20 14:28:42,202 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2d34fc-f5cf-45b8-b0b0-f1df923b863f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2d34fc-f5cf-45b8-b0b0-f1df923b863f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": "2023-04-20T14:28:41.000000", "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,312 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.099s 2023-04-20 14:28:42,313 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912315dd-061f-4376-9aee-3aa63318ccbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'' 2023-04-20 14:28:42,334 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.021s 2023-04-20 14:28:42,335 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-a585de12-4f45-487b-b19b-67782b61089f', 'x-openstack-request-id': 'req-a585de12-4f45-487b-b19b-67782b61089f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f58c9836-5b2d-4d96-b878-8d6875ef0f6d 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d6744aba-ec4a-4351-86ad-671b8d6e35ee failed to build and is in ERROR status {3} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.602498s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4b69b457-e4fc-4597-90dc-ee8272ac8de2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:42,361 90565 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/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.023s 2023-04-20 14:28:42,362 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4589509f-d3a2-4e8a-b3b8-c4cb889e61a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:42,690 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes 0.328s 2023-04-20 14:28:42,691 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesGetTest-Volume-504768767", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25247ec4-26dc-4b74-8739-d3ebeddf62b9', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25247ec4-26dc-4b74-8739-d3ebeddf62b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:42.629710", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:42,744 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.043s 2023-04-20 14:28:42,744 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a8b99a-f3e1-44d3-abf3-2abe7b8526d8', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a8b99a-f3e1-44d3-abf3-2abe7b8526d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:43,793 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.037s 2023-04-20 14:28:43,794 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04fbaee2-d77f-4414-a0e8-fd3129b69867', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04fbaee2-d77f-4414-a0e8-fd3129b69867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:43.000000", "updated_at": "2023-04-20T14:28:43.000000", "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:43,916 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.110s 2023-04-20 14:28:43,916 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2cfe858-9255-4fec-b4b5-cb58d6d44ba7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'' 2023-04-20 14:28:43,939 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.022s 2023-04-20 14:28:43,939 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-64eb39b8-0f20-4be7-bb31-9452c08e6488', 'x-openstack-request-id': 'req-64eb39b8-0f20-4be7-bb31-9452c08e6488', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4b69b457-e4fc-4597-90dc-ee8272ac8de2 could not be found."}}' {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.444948s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92216e0d-b041-4de5-829c-4e316e728c50 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:45,698 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.361s 2023-04-20 14:28:45,699 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-987046323"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc09dd8-1514-4f8e-9fe5-a111d296d449', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc09dd8-1514-4f8e-9fe5-a111d296d449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:45.638002", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:45,977 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.268s 2023-04-20 14:28:45,977 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1724074081"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3abd2df5-0d1b-4976-b7a4-3fc4f7623b38', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3abd2df5-0d1b-4976-b7a4-3fc4f7623b38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "6c6de69b-e08f-4807-8af5-d2e818360ddb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:45.892724", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1724074081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/6c6de69b-e08f-4807-8af5-d2e818360ddb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/6c6de69b-e08f-4807-8af5-d2e818360ddb"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,252 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.255s 2023-04-20 14:28:46,253 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1947667769"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966f4aa2-76c8-4b41-8cfd-bc03e473e2b9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966f4aa2-76c8-4b41-8cfd-bc03e473e2b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "d580ebd9-d09e-4a9c-9813-394c1df4b614", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.133223", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1947667769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/d580ebd9-d09e-4a9c-9813-394c1df4b614"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/d580ebd9-d09e-4a9c-9813-394c1df4b614"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,444 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.182s 2023-04-20 14:28:46,444 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-469266006"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b83791-e27a-4232-af4a-4f12bee35f7d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b83791-e27a-4232-af4a-4f12bee35f7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "77cd8e9e-76f4-40b1-b2ad-38fa5193086d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.387770", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-469266006", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/77cd8e9e-76f4-40b1-b2ad-38fa5193086d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/77cd8e9e-76f4-40b1-b2ad-38fa5193086d"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,656 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.202s 2023-04-20 14:28:46,657 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-332327548"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd777b1a-b9de-4ed7-87e1-27279746f7d1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd777b1a-b9de-4ed7-87e1-27279746f7d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.599209", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-332327548", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,718 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50 0.052s 2023-04-20 14:28:46,719 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2b1f35-a4b3-4f39-9ecf-6c5748385c5d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2b1f35-a4b3-4f39-9ecf-6c5748385c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.000000", "updated_at": "2023-04-20T14:28:46.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec89ea91cab949f099118f2dd61ba1db"}}' 2023-04-20 14:28:47,770 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50 0.039s 2023-04-20 14:28:47,770 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85255f1e-2dd4-4e36-bba7-6af5abaeff08', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-85255f1e-2dd4-4e36-bba7-6af5abaeff08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.000000", "updated_at": "2023-04-20T14:28:46.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec89ea91cab949f099118f2dd61ba1db"}}' {1} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c5fbaa1-7192-4236-b4b6-48911bd15582 failed to build and is in ERROR status {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [123.037593s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 555ed1b4-d247-438c-85e9-d1e90fa0e2f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:53,249 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.382s 2023-04-20 14:26:53,250 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:52 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-284dfcfd-1977-4ece-bc2d-d7703a98a2a1', 'x-compute-request-id': 'req-284dfcfd-1977-4ece-bc2d-d7703a98a2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:53,483 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.220s 2023-04-20 14:26:53,483 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:53 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-41faa7a5-c054-4815-bc48-4b2c87275dca', 'x-compute-request-id': 'req-41faa7a5-c054-4815-bc48-4b2c87275dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:53,745 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.250s 2023-04-20 14:26:53,746 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:53 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-ab729464-ace7-4b00-b3ca-946f10e705c7', 'x-compute-request-id': 'req-ab729464-ace7-4b00-b3ca-946f10e705c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:53,911 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-04-20 14:27:53,912 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:53 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-867a69b2-9d16-4f65-8ea9-2ed28aa556f7', '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": "79ab49a113114a74a346eda074971334", "name": "tempest-ServerActionsTestJSON-179250420-project-member", "password_expires_at": null}, "audit_ids": ["mHRt3ERoTD2bvaRZvjtUUg"], "expires_at": "2023-04-20T15:27:53.000000Z", "issued_at": "2023-04-20T14:27:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "589ef1adecf543d8b952b07bf6233978", "name": "tempest-ServerActionsTestJSON-179250420"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:27:53,912 90567 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '9a165f74-58dd-41dc-aab9-2addebdcc1a4', 'name': 'tempest-ServerActionsTestJSON-272307407-network', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '589ef1adecf543d8b952b07bf6233978', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33442, 'is_default': False, 'availability_zone_hints': [], 'availability_zones' : [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:27:53,913 90567 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-906085312', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCzvfPTKyYcI2oGvDmshqQbQ6YXQ41lTr/FG9aUI4CsPUvBQ5UWqJJ0XdyHP+fps1GzdOeMxQC1X6b0bSzlBEmbXv3ppcjCyDoxa2Sg0y6/Y2FDrThDYP576XWm1+Zm3sg==', 'fingerprint': 'ab:ee:d2:5d:d0:b5:17:1b:ad:b8:74:d1:e5:4f:d7:1f', 'user_id': '79ab49a113114a74a346eda074971334', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDg8pRFGwGEK91gH5eR35BJCdCnJtJ1lyKSSAcmSIFPV5Ioj+ISqqFv\nxJ2o5iPagomgBwYFK4EEACKhZANiAAQs73z0ysmHCNqBrw5rIakG0OmF0ONZU6/x\nRvWlCOArD1LwUOVFqiSdF3chz/n6bNRs3TnjMUAtV+m9G0s5QRJm1796aXIwsg6M\nWtkoNMuv2NhQ604Q2D+e+l1ptfmZt7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', 'name': 'tempest-securitygroup--2077565112', 'stateful': True, 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'description': 'tempest-description--1875523970', 'shared': False, 'security_group_rules': [{'id': '44a3d439-2487-4385-a126-f5149ba3a7ee', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'security_group_id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', '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': 249, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'project_id': '589ef1adecf543d8b952b07bf6233978'}, {'id': '6a7f9643-4edf-4c71-b7e0-eb0db3405c5e', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'security_group_id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', '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': 248, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'project_id': '589ef1adecf543d8b952b07bf6233978'}], 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 1, 'project_id': '589ef1adecf543d8b952b07bf6233978'}, 'floating_ip': {'id': 'b79d0d4e-a56b-47f0-8d7f-474b5d7f306e', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'floating_ip_address': '172.24.4.165', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '589ef1adecf543d8b952b07bf6233978', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.165'}} 2023-04-20 14:27:54,272 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes 0.358s 2023-04-20 14:27:54,272 90567 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-280021439", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b8c064-37c4-4aad-93e2-0e81f3f3987b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b8c064-37c4-4aad-93 e2-0e81f3f3987b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.209147", "updated_at": null, "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:54,324 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.040s 2023-04-20 14:27:54,324 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aae0de6-ef8d-4eab-8580-d0096f29cd55', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aae0de6-ef8d-4eab-8580-d0096f29cd55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:27:55,436 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.100s 2023-04-20 14:27:55,436 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f40821-868c-4643-aeae-d5f3686f81db', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f40821-868c-4643-aeae-d5f3686f81db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.000000 ", "updated_at": "2023-04-20T14:27:54.000000", "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:27:55,555 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.106s 2023-04-20 14:27:55,555 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27: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-1794080c-f9e1-486c-b27c-1460efaacfef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'' 2023-04-20 14:27:55,576 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.021s 2023-04-20 14:27:55,577 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27: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-46090f9b-dded-4012-86e2-22a49aab33df', 'x-openstack-request-id': 'req-46090f9b-dded-4012-86e2-22a49aab33df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 555ed1b4-d247-438c-85e9-d1e90fa0e2f2 could not be found."}}' 2023-04-20 14:27:55,577 90567 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-20 14:27:55,833 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.254s 2023-04-20 14:27:55,833 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:55 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-83ba0c07-dad7-4e1d-b004-c60ecc687f88', 'x-compute-request-id': 'req-83ba0c07-dad7-4e1d-b004-c60ecc687f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc 3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.818988s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95919529-7a7b-49b1-9e4a-e6176b20fbb2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:57,993 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.188s 2023-04-20 14:28:57,994 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4a097cad-1d1e-43d9-a7a3-2bb40ae0319d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:58,363 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.369s 2023-04-20 14:28:58,364 90569 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-22782083", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414d1658-20e8-4eb3-9d72-900c9784e087', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414d1658-20e8-4eb3-9d72-900c9784e087', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.292762", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:58,430 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.048s 2023-04-20 14:28:58,430 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0650ee-51c4-484f-adc5-42b7cf932a74', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0650ee-51c4-484f-adc5-42b7cf932a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:28:59,485 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.038s 2023-04-20 14:28:59,485 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43280448-d557-49c1-81bd-ef157cd0a812', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43280448-d557-49c1-81bd-ef157cd0a812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.000000", "updated_at": "2023-04-20T14:28:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:28:59,599 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.102s 2023-04-20 14:28:59,599 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da69f702-53c2-4ea5-916d-3606a5cc0e98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'' 2023-04-20 14:28:59,622 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.022s 2023-04-20 14:28:59,622 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-6e38f5a7-b3a9-42a3-a941-f0832c5ceee0', 'x-openstack-request-id': 'req-6e38f5a7-b3a9-42a3-a941-f0832c5ceee0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 95919529-7a7b-49b1-9e4a-e6176b20fbb2 could not be found."}}' {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.655762s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bca40503-bde3-43d6-926a-3e107cb63369 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:59,648 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.020s 2023-04-20 14:28:59,648 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-69943ce0-4ce2-4913-8408-dba888a48a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:59,990 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.341s 2023-04-20 14:28:59,990 90569 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-1236992607", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d39539-1cbc-4052-9cc8-a21d3abd0cdc', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d39539-1cbc-4052-9cc8-a21d3abd0cdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:59.921328", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:00,043 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.040s 2023-04-20 14:29:00,044 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c51e4c9-d3a8-4b77-a276-f42bcb8aad67', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c51e4c9-d3a8-4b77-a276-f42bcb8aad67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,154 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.099s 2023-04-20 14:29:01,155 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b0cd25-3638-40cc-9d30-4b7ab58abaa7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b0cd25-3638-40cc-9d30-4b7ab58abaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:00.000000", "updated_at": "2023-04-20T14:29:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,261 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.095s 2023-04-20 14:29:01,261 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1796e0-0af1-4305-82cb-369beb2c25be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'' 2023-04-20 14:29:01,281 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.019s 2023-04-20 14:29:01,281 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-168025d8-3851-4f4c-8d06-875d8925dd8e', 'x-openstack-request-id': 'req-168025d8-3851-4f4c-8d06-875d8925dd8e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bca40503-bde3-43d6-926a-3e107cb63369 could not be found."}}' {3} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.240327s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 16bdd300-98a0-4a69-9f61-6c64fab7aad9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:01,284 90569 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-20 14:29:01,352 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-04-20 14:29:01,352 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1500556341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAk3rOERnSiGcCF5EbHn6RKhPCQfocOWSQpwS9vZlR5qDZXV716T8tIVX8j3dYX4LXU7Ba0CqR/gJh6Aoe7XMG6VoxIbutEwB/oZrR7HySGdt/CXHTCdzzMrMvgzubNF2w=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbcf6247-2e60-448c-b4ab-8994ab420f1d', 'x-compute-request-id': 'req-cbcf6247-2e60-448c-b4ab-8994ab420f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1500556341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAk3rOERnSiGcCF5EbHn6RKhPCQfocOWSQpwS9vZlR5qDZXV716T8tIVX8j3dYX4LXU7Ba0CqR/gJh6Aoe7XMG6VoxIbutEwB/oZrR7HySGdt/CXHTCdzzMrMvgzubNF2w==", "fingerprint": "ad:73:b9:d2:14:49:dd:24:64:fd:aa:ee:fe:9f:03:72", "user_id": "90f763d966c347499d2826b4e8a63b57"}}' 2023-04-20 14:29:01,510 90569 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.156s 2023-04-20 14:29:01,511 90569 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-128435667", "description": "tempest-secgroup-smoke-128435667 description", "project_id": "100f495cc53a410c93fc96d836bd6285"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-91ef5db9-f245-4f10-a01f-8b7dc0bf3add', 'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "name": "tempest-secgroup-smoke-128435667", "stateful": true, "tenant_id": "100f495cc53a410c93fc96d836bd6285", "description": "tempest-secgroup-smoke-128435667 description", "shared": false, "security_group_rules": [{"id": "31d28731-406e-49db-86bc-a232d798ce80", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "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": 868, "description": null, "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}, {"id": "4bf354dc-0424-4147-8711-a539bd0213b3", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "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": 869, "description": null, "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc 53a410c93fc96d836bd6285"}], "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 1, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,700 90569 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.189s 2023-04-20 14:29:01,701 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c62980ae-62da-413f-9366-f6fefc0e6bc7', 'date': 'Thu, 20 Apr 2023 14:29: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": "5b1fbe2a-4b0f-45d7-84c3-579f96e52c21", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,870 90569 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.169s 2023-04-20 14:29:01,871 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-e9b038b5-fbf8-4f29-a27d-ed8f6db5c609', 'date': 'Thu, 20 Apr 2023 14:29: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": "2c70ae2d-cb82-4ca3-8040-12f7d3542b10", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,044 90569 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.173s 2023-04-20 14:29:02,045 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d54ad168-7920-4e4b-b75d-05fc307676eb', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5dda7012-55b7-493e-9954-fe57cd6066c2", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,338 90569 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.292s 2023-04-20 14:29:02,338 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ae95d377-f168-425f-a404-923cac3db977', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dfabc83a-3f28-4d02-90f9-4de7e87fc57d", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,506 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-20 14:29:02,507 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4a8ec2bc-4c3c-446e-a254-a7c9fc5848c1', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b1356d6-1dec-4145-a996-d666fd0fdd87", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,672 90569 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.165s 2023-04-20 14:29:02,672 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-9ab41a88-c4b9-47a8-a973-c9f5b2422db2', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5390d148-62dc-4063-bad3-044a7a876b53", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,673 90569 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-20 14:29:02,693 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.020s 2023-04-20 14:29:02,693 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8dfb75b1-5180-4122-9e59-24f248d9a6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:29:03,039 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.345s 2023-04-20 14:29:03,040 90569 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-1278156100", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797fdc67-bced-4f2c-ab13-d1e2ebcec0a7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797fdc67-bced-4f2c-ab13-d1e2ebcec0a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes' } Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:02.977710", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:03,089 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.040s 2023-04-20 14:29:03,089 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ff11d7-75a0-4935-a1ef-5289e9683923', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ff11d7-75a0-4935-a1ef-5289e9683923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:03.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:04,144 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.043s 2023-04-20 14:29:04,144 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6832001f-b8f9-4d54-bab4-80b081eea59f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6832001f-b8f9-4d54-bab4-80b081eea59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:03.000000", "updated_at": "2023-04-20T14:29:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:04,252 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.097s 2023-04-20 14:29:04,253 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-47d85e1d-27d2-45d6-b9c8-2c4580afeb53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'' 2023-04-20 14:29:04,274 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.021s 2023-04-20 14:29:04,274 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-7c61f5c3-1b21-4b58-8c37-05e7221c2fc1', 'x-openstack-request-id': 'req-7c61f5c3-1b21-4b58-8c37-05e7221c2fc1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16bdd300-98a0-4a69-9f61-6c64fab7aad9 could not be found."}}' 2023-04-20 14:29:04,496 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/625b2551-6dc8-4cd7-8b99-a83b812b31c6 0.221s 2023-04-20 14:29:04,496 90569 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-8130ba05-ab35-493e-9e3b-27bddebc842a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/625b2551-6dc8-4cd7-8b99-a83b812b31c6'} Body: b'' 2023-04-20 14:29:04,523 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1500556341 0.026s 2023-04-20 14:29:04,523 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f03f2c-cc3e-4d28-aeb5-696b85483d40', 'x-compute-request-id': 'req-11f03f2c-cc3e-4d28-aeb5-696b85483d40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1500556341'} Body: b'' {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.443985s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8d875d75-ebe8-44ef-8f00-616a6b326276 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,358 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:26:25,358 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:26:25,416 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-04-20 14:26:25,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1851897055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1744e7aa-a636-439a-bd29-4a49f27cad8e', 'x-compute-request-id': 'req-1744e7aa-a636-439a-bd29-4a49f27cad8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1851897055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q==", "fingerprint": "9f:02:af:55:8e:5f:8b:8d:a9:b7:ee:79:81:fb:c1:cf", "user_id": "c33ee066995e446e95627e797016b2a0"}}' 2023-04-20 14:26:25,419 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1851897055 created 2023-04-20 14:26:25,574 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-20 14:26:25,574 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--993308585", "description": "tempest-description--726598839"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-86d9c6ba-f13e-4db1-9f7a-bb4264758556', 'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "name": "tempest-securitygroup--993308585", "stateful": true, "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "tempest-description--726598839", "shared": false, "security_group_rules": [{"id": "bf2222e7-326c-4fe5-81d7-17d26cf67681", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "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": 700, "description": null, "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}, {"id": "f2daad7b-d101-413f-af57-e9a18f632432", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 701, "description": null, "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}], "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,779 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-20 14:26:25,779 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9da8640f-cd55-47ab-9bd8-cc07be90cf5a', 'date': 'Thu, 20 Apr 2023 14:26: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": "ec310421-723a-464e-a5fc-7eb5150fcddc", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,944 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 14:26:25,945 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3db62cbd-6c81-45ae-834f-9e908bc2e13f', 'date': 'Thu, 20 Apr 2023 14:26: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": "b474f76f-9860-4665-a197-dbc42b844abb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,945 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--993308585 created 2023-04-20 14:26:26,772 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-20 14:26:26,773 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-16951066-a415-475c-8fc1-7162fcaf0317', 'date': 'Thu, 20 Apr 2023 14:26:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "42dbb873-a38a-42ac-8050-432d1f90e5af", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.72", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:26:26Z", "updated_at": "2023-04-20T14:26:26Z", "revision_number": 0}}' 2023-04-20 14:26:26,773 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '42dbb873-a38a-42ac-8050-432d1f90e5af', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:26:26Z', 'updated_at': '2023-04-20T14:26:26Z', 'revision_number': 0, 'ip': '172.24.4.72'} created 2023-04-20 14:26:26,856 90571 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.077s 2023-04-20 14:26:26,856 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:26 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-ebf37ee5-88da-43f6-bf83-9b8eacd7a4fd', '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": "c33ee066995e446e95627e797016b2a0", "name": "tempest-AttachVolumeTestJSON-1538807884-project-member", "password_expires_at": null}, "audit_ids": ["_JMzh-EiRIeOqf2K_EPHdQ"], "expires_at": "2023-04-20T15:26:26.000000Z", "issued_at": "2023-04-20T14:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d43ac3b3d84bc492e64f842c4bc1cc", "name": "tempest-AttachVolumeTestJSON-1538807884"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc4 92e64f842c4bc1cc", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:26:26,857 90571 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '9e22a844-cbb5-47c0-a2a7-34cb1744dedf', 'name': 'tempest-AttachVolumeTestJSON-1715712940-network', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16747, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:30Z', 'updated_at': '2023-04-20T14:23:30Z', 'revision_number': 1} available for tenant 2023-04-20 14:26:26,857 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1851897055', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q==', 'fingerprint': '9f:02:af:55:8e:5f:8b:8d:a9:b7:ee:79:81:fb:c1:cf', 'user_id': 'c33ee066995e446e95627e797016b2a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwbJFa47Xj9DseyqB8OKYhK8A2wx7VBhNlU2dmrEGH44yI2x1N4bn5\nEYn4fHkdOSGgBwYFK4EEACKhZANiAARrbruIsNqhVmYZJL0wNNdw+4wZS/wiBKh5\nMf9ZNQizQjPfeRurObYLXNIKy8+d3ihhM75NwluXN9liVfQZXLr5t+l8A4Xe+hOP\ncTr8765V0SLL1TLMIrV0jVsvoKldKPk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', 'name': 'tempest-securitygroup--993308585', 'stateful': True, 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': 'tempest-description--726598839', 'shared': False, 'security_group_rules': [{'id': 'bf2222e7-326c-4fe5-81d7-17d26cf67681', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', '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': 700, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, {'id': 'f2daad7b-d101-413f-af57-e9a18f632432', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', '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': 701, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}], 'tags': [], 'created_at': '2023-04-2 0T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 1, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, 'floating_ip': {'id': '42dbb873-a38a-42ac-8050-432d1f90e5af', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:26:26Z', 'updated_at': '2023-04-20T14:26:26Z', 'revision_number': 0, 'ip': '172.24.4.72'}} 2023-04-20 14:26:27,624 90571 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.766s 2023-04-20 14:26:27,624 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-892998063", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf"}], "security_groups": [{"name": "tempest-securitygroup--993308585"}], "key_name": "tempest-keypair-1851897055", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f66e82f-c932-408d-affa-fdd4ebe1c666', 'x-compute-request-id': 'req-7f66e82f-c932-408d-affa-fdd4ebe1c666', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--993308585"}], "adminPass": "password"}}' 2023-04-20 14:26:27,693 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.066s 2023-04-20 14:26:27,694 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aeae311-2809-4ec0-96fa-9c03700be8ca', 'x-compute-request-id': 'req-0aeae311-2809-4ec0-96fa-9c03700be8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "BUILD", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:28Z", "updated": "2023-04-20T14:26:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:17,981 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.227s 2023-04-20 14:27:17,982 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0ad5ea-2127-4ffb-8311-3670443e4785', 'x-compute-request-id': 'req-9a0ad5ea-2127-4ffb-8311-3670443e4785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:27Z", "updated": "2023-04-20T14:26:35Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": "2023-04-20T14:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--993308585"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:17,993 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:28:18,259 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/os-interface 0.204s 2023-04-20 14:28:18,259 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d683720d-6987-4104-a0f7-03bd43b82b7c', 'x-compute-request-id': 'req-d683720d-6987-4104-a0f7-03bd43b82b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7", "mac_addr": "fa:16:3e:aa:f3:69", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5ab8bce-95d9-441b-adf1-60338b723f73", "ip_address": "10.0.0.10"}]}]}' 2023-04-20 14:28:19,937 90571 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/42dbb873-a38a-42ac-8050-432d1f90e5af 1.673s 2023-04-20 14:28:19,938 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4fe40124-90e4-4641-8b8e-bc15195a2366', 'date': 'Thu, 20 Apr 2023 14:28:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af'} Body: b'{"floatingip": {"id": "42dbb873-a38a-42ac-8050-432d1f90e5af", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.72", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "0f7d5b31-5013-4869-a16b-23d972b710a4", "port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "mac_address": "fa:16:3e:aa:f3:69", "admin_state_up": true, "status": "ACTIVE", "device_id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:26:26Z", "updated_at": "2023-04-20T14:28:19Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:19,939 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.72:22' as 'cirros' with public key authentication 2023-04-20 14:28:19,973 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:28:19,995 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:28:19,995 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.72 successfully created 2023-04-20 14:28:20,045 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/ips 0.049s 2023-04-20 14:28:20,045 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41e4137-fc50-409f-ac1e-dc6e758b925e', 'x-compute-request-id': 'req-e41e4137-fc50-409f-ac1e-dc6e758b925e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-20 14:28:20,261 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes 0.212s 2023-04-20 14:28:20,261 90571 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-2006399305"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99aa825f-01c6-4fba-afe7-a3fb39db51ca', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99aa825f-01c6-4fba-afe7-a3fb39db51ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.197658", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:20,313 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276 0.041s 2023-04-20 14:28:20,313 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc475dbd-116f-4c37-a400-1a1712d62dd2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc475dbd-116f-4c37-a400-1a1712d62dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:21,415 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276 0.089s 2023-04-20 14:28:21,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcbc992-1f6c-4c9d-a3ba-db9e1eb06c76', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcbc992-1f6c-4c9d-a3ba-db9e1eb06c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.000000", "updated_at": "2023-04-20T14:28:20.000000", "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:21,562 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.126s 2023-04-20 14:28:21,562 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-69225c54-faf4-41b5-a123-8773ee08f935', 'x-compute-request-id': 'req-69225c54-faf4-41b5-a123-8773ee08f935', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'' 2023-04-20 14:28:21,784 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.221s 2023-04-20 14:28:21,785 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca31fe1c-0cfb-4c82-ae82-7b1161be70aa', 'x-compute-request-id': 'req-ca31fe1c-0cfb-4c82-ae82-7b1161be70aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": " bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:27Z", "updated": "2023-04-20T14:28:22Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}, {"version": 4, "addr": "172.24.4.72", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": "2023-04-20T14:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--993308585"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:29:12,083 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.262s 2023-04-20 14:29:12,084 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:11 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-051adabf-33e8-4e84-82fd-58955f2ba3d8', 'x-compute-request-id': 'req-051adabf-33e8-4e84-82fd-58955f2ba3d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9eb650c6-dbc7-4b05-82b6-9ea96cd307dc could not be found."}}' 2023-04-20 14:29:12,112 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1851897055 0.027s 2023-04-20 14:29:12,112 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-e4119a21-ce35-4bcb-bf6c-d0b19c5deb25', 'x-compute-request-id': 'req-e4119a21-ce35-4bcb-bf6c-d0b19c5deb25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1851897055'} Body: b'' 2023-04-20 14:29:12,252 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c 0.139s 2023-04-20 14:29:12,252 90571 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-1f4f883b-1ad4-4f72-bb28-85050b735f26', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c'} Body: b'' 2023-04-20 14:29:12,272 90571 INFO [tempest.lib.c ommon.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c 0.019s 2023-04-20 14:29:12,272 90571 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-b7619124-1a2a-4674-b451-0f2fd6479f0e', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 515789e2-6d21-4bd2-a6bf-2fae8d64744c does not exist", "detail": ""}}' 2023-04-20 14:29:12,799 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af 0.526s 2023-04-20 14:29:12,799 90571 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-f0a19531-8921-430d-af3d-6eb34f7ad639', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af'} Body: b'' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.795412s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6a7c02ea-7de8-4fe5-a730-30a89ca9e853 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:18,078 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types 0.150s 2023-04-20 14:29:18,078 90571 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-298402380"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77aab6e-d328-44f0-b5e5-ebb62e54a4d0', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77aab6e-d328-44f0-b5e5-ebb62e54a4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types'} Body: b'{"volume_type": {"id": "8d613f46-785c-4b81-af24-bbc24cbd9e00", "name": "tempest-GroupSnapshotsV319Test-volume-type-298402380", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:18,137 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types 0.055s 2023-04-20 14:29:18,137 90571 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-1808047072"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2ec0f3-5b3b-49ca-a7f1-59f8ebe7e9f8', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2ec0f3-5b3b-49ca-a7f1-59f8ebe7e9f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types'} Body: b'{"group_type": {"id": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "name": "tempest-GroupSnapshotsV319Test-group-type-1808047072", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:18,360 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups 0.219s 2023-04-20 14:29:18,360 90571 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": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "name": "tempest-GroupSnapshotsV319Test-Group-807712405"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb69945-5276-427a-b3cc-f7cd37aa3edc', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb69945-5276-427a-b3cc-f7cd37aa3edc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "name": "tempest-GroupSnapshotsV319Test-Group-807712405"}}' 2023-04-20 14:29:18,396 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.033s 2023-04-20 14:29:18,396 90571 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': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079beb82-3306-4a15-aac4-97f886d6d19f', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079beb82-3306-4a15-aac4-97f886d6d19f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:18.000000", "name": "tempest-GroupSnapshotsV319Test-Group-807712405", "description": null, "group_type": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:29:19,445 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.044s 2023-04-20 14:29:19,446 90571 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': 'Thu, 20 Apr 2023 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f559950-b077-4b4f-b200-c00022b5e1d6', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f559950-b077-4b4f-b200-c00022b5e1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:18.000000", "name": "tempest-GroupSnapshotsV319Test-Group-807712405", "description": null, "group_type": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:29:19,522 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/volumes/detail 0.068s 2023-04-20 14:29:19,523 90571 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': 'Thu, 20 Apr 2023 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55d96cc-09a7-4e8f-aaee-eacd10ac84ee', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55d96cc-09a7-4e8f-aaee-eacd10ac84ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:19,607 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853/action 0.062s 2023-04-20 14:29:19,608 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-a6c98844-c9af-4027-a980-25d584b886fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853/action'} Body: b'' 2023-04-20 14:29:19,625 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.017s 2023-04-20 14:29:19,625 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-66c32917-6edb-429d-a251-539b79b029dc', 'x-openstack-request-id': 'req-66c32917-6edb-429d-a251-539b79b029dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6a7c02ea-7de8-4fe5-a730-30a89ca9e853 could not be found."}}' 2023-04-20 14:29:19,654 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types/25d00b38-ed92-4d21-bf27-4eb7180e39b0 0.028s 2023-04-20 14:29:19,654 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-619a11b8-4688-4976-9694-b53eae8737a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types/25d00b38-ed92-4d21-bf27-4eb7180e39b0'} Body: b'' 2023-04-20 14:29:19,703 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00 0.049s 2023-04-20 14:29:19,703 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-c7abce5b-fab3-44e9-9f7c-b78be2346721', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00'} Body: b'' 2023-04-20 14:29:19,720 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00 0.016s 2023-04-20 14:29:19,721 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:19 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-59174ade-68dc-48bd-97b8-50de63b2f52b', 'x-openstack-request-id': 'req-59174ade-68dc-48bd-97b8-50de63b2f52b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8d613f46-785c-4b81-af24-bbc24cbd9e00 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.753677s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3e3e5e9b-1820-457e-870f-b1eefb6515da failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:22,771 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types 0.162s 2023-04-20 14:29:22,772 90575 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-1852408243"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0214404-a4f7-4590-97c5-6cd3d99b64ca', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0214404-a4f7-4590-97c5-6cd3d99b64ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types'} Body: b'{"volume_type": {"id": "261e8179-9277-49ae-8602-6cc764c675ca", "name": "tempest-GroupsTest-volume-type-1852408243", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:22,819 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types 0.044s 2023-04-20 14:29:22,819 90575 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-1675054876"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07039404-ac1c-41c9-b626-bcc575073a72', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07039404-ac1c-41c9-b626-bcc575073a72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types'} Body: b'{"group_type": {"id": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "name": "tempest-GroupsTest-group-type-1675054876", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:22,992 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups 0.170s 2023-04-20 14:29:22,992 90575 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": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"], "name": "tempest-Group1-1070744149"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ccb280-02e0-439f-87e9-24ec3a64806a', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ccb280-02e0-439f-87e9-24ec3a64806a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "name": "tempest-Group1-1070744149"}}' 2023-04-20 14:29:23,027 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.032s 2023-04-20 14:29:23,027 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b83d92-5fbb-4e79-9546-eace9f476afc', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b83d92-5fbb-4e79-9546-eace9f476afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:23.000000", "name": "tempest-Group1-1070744149", "description": null, "group_type": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"]}}' 2023-04-20 14:29:24,063 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.031s 2023-04-20 14:29:24,064 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7d20b0-6ee8-4989-9422-5ff6c40252b3', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7d20b0-6ee8-4989-9422-5ff6c40252b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:23.000000", "name": "tempest-Group1-1070744149", "description": null, "group_type": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"]}}' 2023-04-20 14:29:24,135 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail 0.066s 2023-04-20 14:29:24,135 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1172e8bf-48d4-4505-9c9e-208719567ef8', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1172e8bf-48d4-4505-9c9e-208719567ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:24,214 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da/action 0.068s 2023-04-20 14:29:24,214 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-d7c584c5-1eef-4335-8873-bf3996888535', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da/action'} Body: b'' 2023-04-20 14:29:24,231 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.016s 2023-04-20 14:29:24,231 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-724fb732-6331-41a2-b5af-7ae84ff301bd', 'x-openstack-request-id': 'req-724fb732-6331-41a2-b5af-7ae84ff301bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3e3e5e9b-1820-457e-870f-b1eefb6515da could not be found."}}' 2023-04-20 14:29:24,269 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/302cba62-5455-4815-b67c-ba2cd4ad67fc 0.036s 2023-04-20 14:29:24,269 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e878e4-89a9-47e1-ae32-ea754408898b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/302cba62-5455-4815-b67c-ba2cd4ad67fc'} Body: b'' 2023-04-20 14:29:24,338 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca 0.068s 2023-04-20 14:29:24,338 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfe8f30-ff5b-491b-9641-b6090979295e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca'} Body: b'' 2023-04-20 14:29:24,361 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca 0.021s 2023-04-20 14:29:24,361 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-303b05c1-42f0-4a1c-8eff-34e83e25c7ef', 'x-openstack-request-id': 'req-303b05c1-42f0-4a1c-8e ff-34e83e25c7ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 261e8179-9277-49ae-8602-6cc764c675ca could not be found."}}' {4} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2598b3f2-66b4-439b-bc0a-973c057d4aac failed to build and is in ERROR status {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.527562s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group dacf53cb-4490-4041-9ba7-74f62ca2f32e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:24,399 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types 0.033s 2023-04-20 14:29:24,399 90575 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-1896090090"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5700f685-a486-4206-8d13-0af7af92de81', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5700f685-a486-4206-8d13-0af7af92de81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types'} Body: b'{"volume_type": {"id": "a78bf856-3ef4-44d9-a4f7-23e4997f17ab", "name": "tempest-GroupsTest-volume-type-1896090090", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:24,438 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types 0.034s 2023-04-20 14:29:24,438 90575 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-1278388968"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec41f568-73bb-4235-bd81-d93042e98a20', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec41f568-73bb-4235-bd81-d93042e98a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types'} Body: b'{"group_type": {"id": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "name": "tempest-GroupsTest-group-type-1278388968", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:24,531 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups 0.090s 2023-04-20 14:29:24,532 90575 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": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"], "name": "tempest-GroupsTest-Group-357020583"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7233a5-f2fe-4ba9-84b0-02a414298558', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7233a5-f2fe-4ba9-84b0-02a414298558', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "name": "tempest-GroupsTest-Group-357020583"}}' 2023-04-20 14:29:24,577 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.042s 2023-04-20 14:29:24,577 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b76720-39b2-44ad-80b9-bbcadefd1afe', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90b76720-39b2-44ad-80b9-bbcadefd1afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:24.000000", "name": "tempest-GroupsTest-Group-357020583", "description": null, "group_type": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"]}}' 2023-04-20 14:29:25,615 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.032s 2023-04-20 14:29:25,615 90575 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': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8778bda-09f8-48f8-a3cc-a036930ef47c', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8778bda-09f8-48f8-a3cc-a036930ef47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:24.000000", "name": "tempest-GroupsTest-Group-357020583", "description": null, "group_type": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"]}}' 2023-04-20 14:29:25,688 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail 0.068s 2023-04-20 14:29:25,688 90575 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': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a341f463-b84d-4c7e-baf6-cbd46745f515', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a341f463-b84d-4c7e-baf6-cbd46745f515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:25,762 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e/action 0.063s 2023-04-20 14:29:25,763 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-783d6584-e09d-4b3a-93c1-329a2d5 10f96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e/action'} Body: b'' 2023-04-20 14:29:25,780 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.017s 2023-04-20 14:29:25,781 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-1e3b1b5b-e020-45a1-9452-9513b211b894', 'x-openstack-request-id': 'req-1e3b1b5b-e020-45a1-9452-9513b211b894', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dacf53cb-4490-4041-9ba7-74f62ca2f32e could not be found."}}' 2023-04-20 14:29:25,812 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/48093cfb-7e0e-424a-aaf9-6bf7ca4beda0 0.030s 2023-04-20 14:29:25,812 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-57518d30-957d-44d7-adb3-f0944e74fde7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/48093cfb-7e0e-424a-aaf9-6bf7ca4beda0'} Body: b'' 2023-04-20 14:29:25,873 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab 0.060s 2023-04-20 14:29:25,873 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560935b1-dd40-45d9-9aa7-901413f0bb82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab'} Body: b'' 2023-04-20 14:29:25,891 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab 0.017s 2023-04-20 14:29:25,891 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:25 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-920f7503-9492-454f-b070-ece05d541219', 'x-openstack-request-id': 'req-920f7503-9492-454f-b070-ece05d541219', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a78bf856-3ef4-44d9-a4f7-23e4997f17ab could not be found."}}' {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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2ea95055-bcf6-44ea-a85d-a05a8cfe7416 failed to build and is in ERROR status {6} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {6} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.167302s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.895517s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1bbf4a04-b05e-4d58-993a-56b1ab249d78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:37,790 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes 0.482s 2023-04-20 14:29:37,790 90575 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-1664176823"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2c51fe-bd99-446f-9de2-400abce690d5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2c51fe-bd99-446f-9de2-400abce690d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:37.702755", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:37,854 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.054s 2023-04-20 14:29:37,855 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9d6d9d-fa05-4798-8ac7-e95c7dd2f50f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9d6d9d-fa05-4798-8ac7-e95c7dd2f50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:38,940 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.072s 2023-04-20 14:29:38,940 90575 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da0b999-5b1f-43a1-ac32-efbf4495b498', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da0b999-5b1f-43a1-ac32-efbf4495b498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": "2023-04-20T14:29:38.000000", "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:39,000 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.048s 2023-04-20 14:29:39,001 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f116b4d-7871-4450-ab89-166325eaf995', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f116b4d-7871-4450-ab89-166325eaf995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": "2023-04-20T14:29:38.000000", "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:39,175 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.163s 2023-04-20 14:29:39,175 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481c496f-797e-445a-9d68-7ca0c5af4e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'' 2023-04-20 14:29:39,201 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.025s 2023-04-20 14:29:39,201 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7101a0-f79c-4f8d-9d53-d78da5e2f129', 'x-openstack-request-id': 'req-4b7101a0-f79c-4f8d-9d53-d78da5e2f129', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bbf4a04-b05e-4d58-993a-56b1ab249d78 could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.671032s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:39,432 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes 0.227s 2023-04-20 14:29:39,432 90575 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-1485400948"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba22122-7cc4-4aa4-a6ec-8c7cf01da106', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ba22122-7cc4-4aa4-a6ec-8c7cf01da106', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.368434", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:39,541 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.097s 2023-04-20 14:29:39,541 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d4cd1f-b6dd-4387-8aac-953c7119625b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d4cd1f-b6dd-4387-8aac-953c7119625b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,624 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.070s 2023-04-20 14:29:40,624 90575 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f31eba-221e-4dbf-9f0a-59b84bb27d09', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f31eba-221e-4dbf-9f0a-59b84bb27d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": "2023-04-20T14:29:40.000000", "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,701 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.064s 2023-04-20 14:29:40,702 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad5c144-48d4-44bb-bcad-105c150702eb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad5c144-48d4-44bb-bcad-105c150702eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": "2023-04-20T14:29:40.000000", "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,848 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.128s 2023-04-20 14:29:40,848 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14: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-0ab4aafe-adbc-4353-a17f-89d1e6f08ee8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'' 2023-04-20 14:29:40,874 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.025s 2023-04-20 14:29:40,874 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-df7c9bb2-78f6-4c9e-9e70-c0bfa90da370', 'x-openstack-request-id': 'req-df7c9bb2-78f6-4c9e-9e70-c0bfa90da370', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e could not be found."}}' {2} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.027129s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.075985s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.031136s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.040147s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.037741s] ... ok {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.188419s] ... ok {2} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58afc58c-1eb6-436c-9466-e4636fa9e7d9 failed to build and is in ERROR status {6} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.466618s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8f649f56-0ecd-49ee-8856-8cf4aa43eb21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:00,945 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.281s 2023-04-20 14:30:00,945 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1738385767", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4my/DYEz8VtUkVXs+QZRKjLHVap4vmHS4DDRHLROKPdMUQHwPI6HaN8FvBYujOIODCiuDUgaSdQUQU6wza0YBgEpccQsggPWPugDD7L321Mbb4uTSNkwd8GS1tAQ/URQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5f0a2d6-fcd7-4a86-ac55-ec091a286125', 'x-compute-request-id': 'req-e5f0a2d6-fcd7-4a86-ac55-ec091a286125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1738385767", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4my/DYEz8VtUkVXs+QZRKjLHVap4vmHS4DDRHLROKPdMUQHwPI6HaN8FvBYujOIODCiuDUgaSdQUQU6wza0YBgEpccQsggPWPugDD7L321Mbb4uTSNkwd8GS1tAQ/URQ==", "fingerprint": "3a:52:3b:5c:79:94:bc:f2:43:ef:5c:d5:66:47:26:12", "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a"}}' 2023-04-20 14:30:01,097 90575 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.150s 2023-04-20 14:30:01,098 90575 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-1959824728", "description": "tempest-secgroup-smoke-1959824728 description", "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-6bd5d69d-09ee-4cc9-b02a-07db2d24af32', 'date': 'Thu, 20 Apr 2023 14:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "name": "tempest-secgroup-smoke-1959824728", "stateful": true, "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "description": "tempest-secgroup-smoke-1959824728 description", "shared": false, "security_group_rules": [{"id": "928a5e10-b102-44a5-895e-1e6fa1268f82", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "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": 1023, "description": null, "tags": [], "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}, {"id": "aa24bceb-cd5c-47da-8c19-0294ffb99120", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "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": 1024, "description": null, "tags": [], "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}], "tags": [], "created_at": "2023-04-20T14:30:00Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 1, "projec t_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,256 90575 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.157s 2023-04-20 14:30:01,256 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5cecec9b-c60e-412a-82ad-2efbc8c025d7', 'date': 'Thu, 20 Apr 2023 14:30: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": "7d80a69a-4648-4a18-bfb0-5c83b32c3144", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,426 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-20 14:30:01,427 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ffccb8ae-3fbe-49a0-b134-771e685ab3e1', 'date': 'Thu, 20 Apr 2023 14:30: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": "11e7db7b-0aba-44ce-93fa-924c73510da9", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,588 90575 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.160s 2023-04-20 14:30:01,588 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-26930102-2284-49c2-a41a-0d017eae9131', 'date': 'Thu, 20 Apr 2023 14:30: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": "a379deb5-fffc-46a2-96e4-a65812920dca", "tenant_id": "84a38ff12 fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,032 90575 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.443s 2023-04-20 14:30:02,032 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1e8634ba-1339-4d50-9b15-836553d3a1b6', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5544761-6100-408a-9580-e10e03e6e131", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,208 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-20 14:30:02,208 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4ac35232-a734-438a-b354-17cca4b60f99', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a206846-7f3e-4cc2-866d-e11415f6ab6a", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:02Z", "updated_at": "2023-04-20T14:30:02Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,390 90575 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.181s 2023-04-20 14:30:02,391 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-421ceb6f-cfa2-4e62-951e-5f46c510570f', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6aabc2ae-e288-457e-bf6e-3dd85880b955", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:02Z", "updated_at": "2023-04-20T14:30:02Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,611 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes 0.219s 2023-04-20 14:30:02,611 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-22503671", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e14c951-a7f0-4aad-9307-0e6060d1f0c2', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e14c951-a7f0-4aad-9307-0e6060d1f0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:02.550511", "updated_at": null, "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:02,662 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.041s 2023-04-20 14:30:02,662 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e197316-d96e-49e0-9356-824ec933c624', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e197316-d96e-49e0-9356-824ec933c624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:03.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, " metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:03,713 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.038s 2023-04-20 14:30:03,713 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ea121e-1deb-476a-a9f8-2263fb4ec9e3', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ea121e-1deb-476a-a9f8-2263fb4ec9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:03.000000", "updated_at": "2023-04-20T14:30:03.000000", "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:03,865 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.140s 2023-04-20 14:30:03,865 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc91b70-79bb-4f84-b5e5-e6351931bf22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'' 2023-04-20 14:30:03,891 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.025s 2023-04-20 14:30:03,891 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-45369141-683d-4315-b88f-296ff2076294', 'x-openstack-request-id': 'req-45369141-683d-4315-b88f-296ff2076294', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8f649f56-0ecd-49ee-8856-8cf4aa43eb21 could not be found."}}' 2023-04-20 14:30:04,086 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b21a66e5-2a36-4231-9d3f-a0c96df91136 0.194s 2023-04-20 14:30:04,086 90575 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-2c7051f9-7f2b-4bf1-ada7-b2079dec1aba', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b21a66e5-2a36-4231-9d3f-a0c96df91136'} Body: b'' 2023-04-20 14:30:04,126 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1738385767 0.039s 2023-04-20 14:30:04,126 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca70a58-0c3b-44f1-a929-18706384c892', 'x-compute-request-id': 'req-3ca70a58-0c3b-44f1-a929-18706384c892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1738385767'} Body: b'' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.982027s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 00b74693-c7e5-46fb-b2cd-46d65e75b45d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:05,548 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes 0.642s 2023-04-20 14:30:05,548 90567 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-980001519"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8710ee47-036f-43d9-8fc8-7e499bac7d0d', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8710ee47-036f-43d9-8fc8-7e499bac7d0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.277769", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:30:05,600 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.042s 2023-04-20 14:30:05,601 90567 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': 'Thu, 20 Apr 2023 14:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4bd8e2-ce25-4e24-bc2d-5c0580aa6db5', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4bd8e2-ce25-4e24-bc2d-5c0580aa6db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,651 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.038s 2023-04-20 14:30:06,651 90567 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': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ba8b27-ccbe-4c0d-9f2a-8e7dcae617c7', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ba8b27-ccbe-4c0d-9f2a-8e7dcae617c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": "2023-04-20T14:30:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,753 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.091s 2023-04-20 14:30:06,753 90567 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': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b88f718-33fe-4071-889e-9ef53ef066af', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b88f718-33fe-4071-889e-9ef53ef066af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": "2023-04-20T14:30:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,866 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.102s 2023-04-20 14:30:06,867 90567 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': 'Thu, 20 Apr 2023 14:30:06 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-2f643c5f-4673-4b88-9789-ba9cd43d2efe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'' 2023-04-20 14:30:06,886 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.019s 2023-04-20 14:30:06,887 90567 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': 'Thu, 20 Apr 2023 14:30:06 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-4aad6c18-7627-4c43-9846-8a44e0629aa6', 'x-openstack-request-id': 'req-4aad6c18-7627-4c43-9846-8a44e0629aa6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 00b74693-c7e5-46fb-b2cd-46d65e75b45d could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.565413s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e83979cb-e992-4027-90e4-4f32b8a74e9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:07,095 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes 0.205s 2023-04-20 14:30:07,096 90567 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-1019625191"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375dc138-c02a-45a6-a8c5-d4b6ac4daacb', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375dc138-c02a-45a6-a8c5-d4b6ac4daacb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.035738", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:30:07,149 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.043s 2023-04-20 14:30:07,150 90567 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': 'Thu, 20 Apr 2023 14:30:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54f557f-223e-4886-8092-416afb136107', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54f557f-223e-4886-8092-416afb136107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,200 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.038s 2023-04-20 14:30:08,201 90567 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': 'Thu, 20 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce9df66-363e-4b35-8a56-80c097059116', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce9df66-363e-4b35-8a56-80c097059116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": "2023-04-20T14:30:07.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,254 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.043s 2023-04-20 14:30:08,255 90567 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': 'Thu, 20 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad901fbe-6b6c-41b1-a75d-925626f526d0', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad901fbe-6b6c-41b1-a75d-925626f526d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": "2023-04-20T14:30:07.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,429 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.164s 2023-04-20 14:30:08,429 90567 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': 'Thu, 20 Apr 2023 14:30:08 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-cbecd9f8-fc50-427d-9ed3-f2edf5f06abe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'' 2023-04-20 14:30:08,454 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.024s 2023-04-20 14:30:08,454 90567 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': 'Thu, 20 Apr 2023 14:30:08 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-da7d7425-2360-4c24-975e-e0083cb91be3', 'x-openstack-request-id': 'req-da7d7425-2360-4c24-975e-e0083cb91be3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e83979cb-e992-4027-90e4-4f32b8a74e9a could not be found."}}' {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.844940s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:11,584 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.129s 2023-04-20 14:30:11,584 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-31b77036-896b-4727-9cb6-2564a5e18b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:30:11,979 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes 0.394s 2023-04-20 14:30:11,980 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesCloneTest-Volume-637993050"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eebc1ee-c34f-4c93-8280-afe5f5dcd932', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eebc1ee-c34f-4c93-8280-afe5f5dcd932', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:11.923033", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:12,051 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.062s 2023-04-20 14:30:12,052 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c0464f-88a1-4867-a649-b102a351456c', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c0464f-88a1-4867-a649-b102a351456c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,103 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.039s 2023-04-20 14:30:13,103 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b64c48f-1a8b-4847-8d36-84d5617118c0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b64c48f-1a8b-4847-8d36-84d5617118c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": "2023-04-20T14:30:12.000000", "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,159 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.039s 2023-04-20 14:30:13,159 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511cc80e-678b-4337-973f-d1d01d03ea60', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511cc80e-678b-4337-973f-d1d01d03ea60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": "2023-04-20T14:30:12.000000", "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,274 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.102s 2023-04-20 14:30:13,274 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e90a78-d79b-42f0-aa67-875058ea714c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'' 2023-04-20 14:30:13,297 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.022s 2023-04-20 14:30:13,297 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-425dc266-4080-4d5b-b524-1be6893c0269', 'x-openstack-request-id': 'req-425dc266-4080-4d5b-b524-1be6893c0269', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 could not be found."}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.499387s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d05fa35c-0635-47ad-a104-cca00b2e0999 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:12,631 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes 0.378s 2023-04-20 14:30:12,632 90575 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-1310709707"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d0af3d-6d4c-4216-8b89-0e89c231de40', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d0af3d-6d4c-4216-8b89-0e89c231de40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.564944", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 14:30:12,678 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999 0.037s 2023-04-20 14:30:12,679 90575 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': 'Thu, 20 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe58212-6e46-4861-aae7-610cef18657d', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe58212-6e46-4861-aae7-610cef18657d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' 2023-04-20 14:30:13,735 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999 0.044s 2023-04-20 14:30:13,735 90575 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': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae3525e-fe3b-4344-903b-fca8c83b71e7', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae3525e-fe3b-4344-903b-fca8c83b71e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:13.000000", "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.484169s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1768a9d1-a86b-442c-87f2-19a26d054603 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:13,499 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes 0.198s 2023-04-20 14:30:13,499 90567 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-909927239"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cf2abc-27fe-4537-8454-eee9e42a2b9d', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cf2abc-27fe-4537-8454-eee9e42a2b9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.438469", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:13,550 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.041s 2023-04-20 14:30:13,550 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a5fd43-bc3e-4512-8d92-483e201315af', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a5fd43-bc3e-4512-8d92-483e201315af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,603 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.039s 2023-04-20 14:30:14,603 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b903e4c-982b-49de-9500-169dbd5d8ec6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b903e4c-982b-49de-9500-169dbd5d8ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,652 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.038s 2023-04-20 14:30:14,652 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c429da-34c7-4aa6-95f9-255ed21ecb90', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c429da-34c7-4aa6-95f9-255ed21ecb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,761 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.098s 2023-04-20 14:30:14,761 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-434ceeb6-4c8c-49f3-89d0-1be27045de4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'' 2023-04-20 14:30:14,783 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.021s 2023-04-20 14:30:14,783 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cab7cf9-67a4-44b0-878f-451da186fa07', 'x-openstack-request-id': 'req-9cab7cf9-67a4-44b0-878f-451da186fa07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1768a9d1-a86b-442c-87f2-19a26d054603 could not be found."}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.292937s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f50d6d56-03ad-43c6-98e2-d4ada5eb8afc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:13,933 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes 0.178s 2023-04-20 14:30:13,933 90575 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-1946143968"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61572587-73c6-4579-9c8d-e90df2d1e703', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61572587-73c6-4579-9c8d-e90df2d1e703', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.875122", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 14:30:13,983 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc 0.040s 2023-04-20 14:30:13,984 90575 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': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3766cc1a-05d9-4eff-a5ea-0b97dc00f880', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3766cc1a-05d9-4eff-a5ea-0b97dc00f880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:14.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' 2023-04-20 14:30:15,035 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc 0.039s 2023-04-20 14:30:15,036 90575 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': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-690fc399-e747-449a-8c2c-8d1fa26c5e3b', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-690fc399-e747-449a-8c2c-8d1fa26c5e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:14.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' {1} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.271958s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8e993d5d-d6d8-4d86-bd08-0c89481b4545 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:08,045 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.259s 2023-04-20 14:29:08,046 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-342209315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF1Iri4yOqWH5H0A/5uCGwAkYQWSpsQVQnPVchsot1WlYCx1sf3cfnkXYeXfTNbvPbKCODelDGtajjFtPbfPIOxYm4h8sa+lSamR7TIP8VrLZRNSNjpnzDB9epKPTSCVdg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc064ddb-cc0b-4c11-881d-7c8eda8e7f55', 'x-compute-request-id': 'req-cc064ddb-cc0b-4c11-881d-7c8eda8e7f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-342209315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF1Iri4yOqWH5H0A/5uCGwAkYQWSpsQVQnPVchsot1WlYCx1sf3cfnkXYeXfTNbvPbKCODelDGtajjFtPbfPIOxYm4h8sa+lSamR7TIP8VrLZRNSNjpnzDB9epKPTSCVdg==", "fingerprint": "35:57:c3:c0:43:17:c0:dd:73:11:0d:ba:41:d1:d4:cb", "user_id": "74e0eacf63674748aa6d39aca6acba30"}}' 2023-04-20 14:29:08,232 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-20 14:29:08,233 90565 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-670625780", "description": "tempest-secgroup-smoke-670625780 description", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-2a160058-7f51-4ab8-9dd8-e48d4d286991', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "deed51ee-a4d4-4306-b612-9503a831905e", "name": "tempest-secgroup-smoke-670625780", "stateful": true, "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "description": "tempest-secgroup-smoke-670625780 description", "shared": false, "security_group_rules": [{"id": "e75d1aa1-3f82-4ab0-a14a-395508f2c667", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "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": 881, "description": null, "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}, {"id": "faa56992-dc66-459b-82be-89e0fdf28c74", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "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": 880, "description": null, "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}], "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 1, " project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,421 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-20 14:29:08,422 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-26700f19-1319-4211-9366-e409a3293d69', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e41011c-0ec2-40e6-8db9-fc54c9a0e6f9", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,620 90565 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 2023-04-20 14:29:08,621 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-fb38745d-6c8a-4cfa-863b-d7d26866c953', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "404577ad-c02b-47c1-85d6-834dd476bf9e", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,784 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-20 14:29:08,784 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d720ca32-c257-4d30-8b0b-54c9b4e3dcf9', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a51309cb-aae7-4025-bfa2-723886ea0450", "tenant_id": "7a23f0c57f83 48a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,932 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-20 14:29:08,932 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c6521289-b4da-4d74-af7c-7715d263f3aa', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3b6c5994-de96-496a-827e-1eac257468f1", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,097 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 14:29:09,098 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fad3da10-03ea-47bc-a89a-f81d1df4c896', 'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "730c47dd-51d3-4342-81d6-e4b7cfcd8f6c", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:09Z", "updated_at": "2023-04-20T14:29:09Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,262 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-20 14:29:09,262 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-66da9b11-abd9-436d-84f1-5ba1b8d7130c', 'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bdd7c97e-bf3e-4024-a049-cba7e4d3171e", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:09Z", "updated_at": "2023-04-20T14:29:09Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,300 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-04-20 14:29:09,300 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 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-ba1d4bab-6d66-458a-ae0a-a352c10c3002', '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": "74e0eacf63674748aa6d39aca6acba30", "name": "tempest-SnapshotDataIntegrityTests-94505840-project-member", "password_expires_at": null}, "audit_ids": ["G2qFHjicQaSJOPM3HDFm8w"], "expires_at": "2023-04-20T15:29:09.000000Z", "issued_at": "2023-04-20T14:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a23f0c57f8348a4ae11d22c8aa6092c", "name": "tempest-SnapshotDataIntegrityTests-94505840"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "regi on": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:29:09,301 90565 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'cf7d1a00-455a-4bd8-a775-b584267204ce', 'name': 'tempest-SnapshotDataIntegrityTests-806185645-network', 'tenant_id': '7a23f0c57f8348a4ae11d22c8aa6092c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a23f0c57f8348a4ae11d22c8aa6092c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34871, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:28:53Z', 'updated_at': '2023-04-20T14:28:53Z', 'revision_number': 1} available for tenant 2023-04-20 14:29:09,946 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.643s 2023-04-20 14:29:09,946 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "networks": [{"uuid": "cf7d1a00-455a-4bd8-a775-b584267204ce"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a910cea-963d-49ad-90a3-db3cf4b775e1', 'x-compute-request-id': 'req-0a910cea-963d-49ad-90a3-db3cf4b775e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "adminPass": "Hs4e7bMqGbAx"}}' 2023-04-20 14:29:10,041 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.091s 2023-04-20 14:29:10,041 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddcddae2-f416-4f71-848d-634807c719b6', 'x-compute-request-id': 'req-ddcddae2-f416-4f71-848d-634807c719b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "BUILD", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:10Z", "updated": "2023-04-20T14:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:00,378 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.270s 2023-04-20 14:30:00,379 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fab9b555-4d69-4222-9109-ef38d4ccf2b2', 'x-compute-request-id': 'req-fab9b555-4d69-4222-9109-ef38d4ccf2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:29:17Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:00,391 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:31:00,873 90565 INFO [tempest.lib.common.rest_client] Request (Snapsh otDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.436s 2023-04-20 14:31:00,873 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f88bf7e9-5f2d-4791-a191-5ff18568f71a', 'x-compute-request-id': 'req-f88bf7e9-5f2d-4791-a191-5ff18568f71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:29:17Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:01,161 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes 0.273s 2023-04-20 14:31:01,161 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e63636-ab02-4db6-8438-15211b332607', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e63636-ab02-4db6-8438-15211b332607', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.086110", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c 89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:31:01,215 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.044s 2023-04-20 14:31:01,215 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e7bfbb-b095-4c77-83af-35f4f2fec855', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e7bfbb-b095-4c77-83af-35f4f2fec855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:31:02,279 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.051s 2023-04-20 14:31:02,279 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9191cb14-33d5-4242-87c5-faf4be7912c3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9191cb14-33d5-4242-87c5-faf4be7912c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.000000", "updated_at": "2023-04-20T14:31:01.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:31:02,399 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.108s 2023-04-20 14:31:02,400 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d7bed78-0fb2-46b4-ae6a-140d8e1f1857', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'' 2023-04-20 14:31:02,443 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.042s 2023-04-20 14:31:02,443 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ab53df-651b-46a0-9bd0-2a65f291740f', 'x-openstack-request-id': 'req-06ab53df-651b-46a0-9bd0-2a65f291740f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e993d5d-d6d8-4d86-bd08-0c89481b4545 could not be found."}}' 2023-04-20 14:31:02,568 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.124s 2023-04-20 14:31:02,568 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 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-d84ede4e-09cf-40aa-b8ae-b18d56c2ae3c', 'x-compute-request-id': 'req-d84ede4e-09cf-40aa-b8ae-b18d56c2ae3c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'' 2023-04-20 14:31:02,744 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.175s 2023-04-20 14:31:02,744 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-271c01c0-f6a9-4753-b49a-da023cc6bfec', 'x-compute-request-id': 'req-271c01c0-f6a9-4753-b49a-da023cc6bfec', 'connection': 'close', 'status': '200', 'content-location': 'http ://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:31:03Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:52,848 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.041s 2023-04-20 14:31:52,848 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:52 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-f18718b8-4e42-4158-8b80-dcbd4ca7617b', 'x-compute-request-id': 'req-f18718b8-4e42-4158-8b80-dcbd4ca7617b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dfd31c38-38f4-406d-ac45-4ba4ae6daa9c could not be found."}}' 2023-04-20 14:31:53,020 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/deed51ee-a4d4-4306-b612-9503a831905e 0.171s 2023-04-20 14:31:53,021 90565 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-8f66ee23-5ded-4b11-ac49-585e1fae4c96', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:31:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/deed51ee-a4d4-4306-b612-9503a831905e'} Body: b'' 2023-04-20 14:31:53,054 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-342209315 0.033s 2023-04-20 14:31:53,054 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:53 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-fc41cde9-4621-4b7c-9516-a34f322afb75', 'x-compute-request-id': 'req-fc41cde9-4621-4b7c-9516-a34f322afb75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-342209315'} Body: b'' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.999062s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e6b8a19e-5762-462e-9eda-0a4242a4c9fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:40,189 90571 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 14:29:41,232 90571 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 1.042s 2023-04-20 14:29:41,232 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1979317291", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-69ec4cf3-4b9f-4aa5-97c6-1d66b502fcf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1979317291", "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": "0bd913c486eb4b0d9d51acc38679f7e4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "created_at": "2023-04-20T14:29:41Z", "updated_at": "2023-04-20T14:29:41Z", "tags": [], "self": "/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "file": "/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:29:42,978 90571 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/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file 1.745s 2023-04-20 14:29:42,979 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5313547a-1bfd-483e-99a6-ecb57af8b1ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file'} Body: b'' 2023-04-20 14:29:42,979 90571 DEBUG [tempest.scenario.manager] image:b1f8aec2-0b54-4b59-97a8-5e18512f6ab9 2023-04-20 14:29:43,036 90571 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.055s 2023-04-20 14:29:43,037 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-78618344", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTU+aUH+s46hYGKfnkic4dVGumBsP/tnxMzdnSp7PKsdyl1t8vf2kD13m31ERw5SJwvfp3ItA0IXIlILULYT7aC8T2o6AC/1E5UQtXf3rzcBRwQ0LivhueDr0bKUwasbg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f62f2342-6fe7-4ecd-8cff-1940a5de5935', 'x-compute-request-id': 'req-f62f2342-6fe7-4ecd-8cff-1940a5de5935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-78618344", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTU+aUH+s46hYGKfnkic4dVGumBsP/tnxMzdnSp7PKsdyl1t8vf2kD13m31ERw5SJwvfp3ItA0IXIlILULYT7aC8T2o6AC/1E5UQtXf3rzcBRwQ0LivhueDr0bKUwasbg==", "fingerprint": "bd:e9:b9:70:df:10:06:2b:1e:ed:4a:8c:4f:04:45:db", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044"}}' 2023-04-20 14:29:43,138 90571 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.093s 2023-04-20 14:29:43,138 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 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-a0e335c0-890d-4c1d-bd69-f7c9a407675d', '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": "2f9e26b826c8432b8cfe81ebf0fbc044", "name": "tempest-TestMinimumBasicScenario-1945724772-project-member", "password_expires_at": null}, "audit_ids": ["rAdffgr0TEqqcO-5KOGn1g"], "expires_at": "2023-04-20T15:29:43.000000Z", "issued_at": "2023-04-20T14:29:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bd913c486eb4b0d9d51acc38679f7e4", "name": "tempest-TestMinimumBasicScenario-1945724772"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:29:43,139 90571 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '227a6ca9-1bcb-47d5-bd12-54713c8e4129', 'name': 'tempest-TestMinimumBasicScenario-1530839115-network', 'tenant_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31527, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:29:25Z', 'updated_at': '2023-04-20T14:29:25Z', 'revision_number': 1} available for tenant 2023-04-20 14:29:43,805 90571 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.665s 2023-04-20 14:29:43,805 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-584198477", "imageRef": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-78618344", "networks": [{"uuid": "227a6ca9-1bcb-47d5-bd12-54713c8e4129"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-474fb1d0-552e-4828-a2ec-da1e4b9debe5', 'x-compute-request-id': 'req-474fb1d0-552e-4828-a2ec-da1e4b9debe5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bixewi9GqLyG"}}' 2023-04-20 14:29:44,163 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.354s 2023-04-20 14:29:44,163 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 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-46a7cbb9-8ef1-4f7b-8f10-3ddcbfe1dbb2', 'x-compute-request-id': 'req-46a7cbb9-8ef1-4f7b-8f10-3ddcbfe1dbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "BUILD", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:44Z", "updated": "2023-04-20T14:29:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:34,477 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.273s 2023-04-20 14:30:34,478 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbbf032-e303-477a-974e-a09373314736', 'x-compute-request-id': 'req-2dbbf032-e303-477a-974e-a09373314736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:34,491 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:31:34,764 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.216s 2023-04-20 14:31:34,765 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aba1929-e8c5-4944-813d-09274b122e27', 'x-compute-request-id': 'req-4aba1929-e8c5-4944-813d-09274b122e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:34,963 90571 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.184s 2023-04-20 14:31:34,964 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 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-feeb70ab-7f05-48fd-9469-9efcbf88d522', 'x-compute-request-id': 'req-feeb70ab-7f05-48fd-9469-9efcbf88d522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}]}]}' 2023-04-20 14:31:35,114 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.146s 2023-04-20 14:31:35,115 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', '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-badbcafa-387b-40be-b414-7779f5373de9', 'x-compute-request-id': 'req-badbcafa-387b-40be-b414-7779f5373de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:35,400 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes 0.272s 2023-04-20 14:31:35,401 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1269571605", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fcea89-8f31-4e96-b06b-986350709934', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fcea89-8f31-4e96-b06b-986350709934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.321534", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:31:35,452 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.040s 2023-04-20 14:31:35,452 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f3a097-521f-4be4-a715-0c2179fdc302', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f3a097-521f-4be4-a715-0c2179fdc302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:31:36,515 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.051s 2023-04-20 14:31:36,516 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1cdcde-63ff-457f-a605-b30f2dbdea8f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1cdcde-63ff-457f-a605-b30f2dbdea8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.000000", "updated_at": "2023-04-20T14:31:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:31:36,632 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.104s 2023-04-20 14:31:36,632 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bc7f37-eae1-455d-a253-0dc62a9920fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'' 2023-04-20 14:31:36,652 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.020s 2023-04-20 14:31:36,653 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-65337263-afb7-427e-aad1-22a22cf31024', 'x-openstack-request-id': 'req-65337263-afb7-427e-aad1-22a22cf31024', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6b8a19e-5762-462e-9eda-0a4242a4c9fa could not be found."}}' 2023-04-20 14:31:36,765 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.111s 2023-04-20 14:31:36,765 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 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-bc8c69ea-6a52-4d03-96ae-59ef574dcd2c', 'x-compute-request-id': 'req-bc8c69ea-6a52-4d03-96ae-59ef574dcd2c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'' 2023-04-20 14:31:36,972 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.206s 2023-04-20 14:31:36,972 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 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-cce34e9d-6f69-4c69-96ad-bd69154ffff9', 'x-compute-request-id': 'req-cce34e9d-6f69-4c69-96ad-bd69154ffff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:31:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:32:27,039 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.049s 2023-04-20 14:32:27,039 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:26 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-6273253f-93ac-472f-aa2e-af24217bd83d', 'x-compute-request-id': 'req-6273253f-93ac-472f-aa2e-af24217bd83d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 290dde62-6e96-453b-a8d1-13a4fca70f22 could not be found."}}' 2023-04-20 14:32:27,071 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-78618344 0.031s 2023-04-20 14:32:27,071 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 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-a8d39362-b2d7-4779-99f7-93d9a8f92510', 'x-compute-request-id': 'req-a8d39362-b2d7-4779-99f7-93d9a8f92510', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-78618344'} Body: b'' 2023-04-20 14:32:27,184 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9 0.112s 2023-04-20 14:32:27,185 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a6e6db03-79f1-4f69-8afe-ef77148de6dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a 8-5e18512f6ab9'} Body: b'' {10} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.343735s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e267d799-828b-48b1-8faf-c1c439c5334d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:34:22,641 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes 0.216s 2023-04-20 14:34:22,642 90583 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-932601940"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bec47f5-74ed-43fd-ab05-72712288508e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bec47f5-74ed-43fd-ab05-72712288508e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.585817", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:22,691 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d 0.037s 2023-04-20 14:34:22,692 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9c3b76-6a37-4056-8f93-e1b96641d405', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9c3b76-6a37-4056-8f93-e1b96641d405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' 2023-04-20 14:34:23,746 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d 0.043s 2023-04-20 14:34:23,747 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3cad2d2-a996-4273-b0eb-02b9028b8875', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3cad2d2-a996-4273-b0eb-02b9028b8875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.000000", "updated_at": "2023-04-20T14:34:23.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' {10} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.369850s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ac96cfb1-71fa-4de6-8e5a-491050438942 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:34:24,020 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes 0.255s 2023-04-20 14:34:24,020 90583 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-1109470913"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6009208-0c07-4a3d-b0e7-47640aab7691', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6009208-0c07-4a3d-b0e7-47640aab7691', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.911339", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:24,073 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942 0.042s 2023-04-20 14:34:24,073 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8943d7b-f335-47b0-8c24-3c1c814838d3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8943d7b-f335-47b0-8c24-3c1c814838d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:24.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' 2023-04-20 14:34:25,123 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942 0.038s 2023-04-20 14:34:25,123 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c20806-aee0-4ea0-82d8-0b733e638906', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c20806-aee0-4ea0-82d8-0b733e638906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:24.000000", "updated_at": "2023-04-20T14:34:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' {4} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.828171s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:32:27,191 90571 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 14:32:27,891 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.700s 2023-04-20 14:32:27,892 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1579057277", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-422b44c0-5408-4bee-baab-e18ff6d8d2ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1579057277", "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": "0bd913c486eb4b0d9d51acc38679f7e4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "created_at": "2023-04-20T14:32:28Z", "updated_at": "2023-04-20T14:32:28Z", "tags": [], "self": "/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e", "file": "/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:32:29,455 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file 1.562s 2023-04-20 14:32:29,455 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-624bddda-19e9-4190-82a1-e83ffa4e557f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file'} Body: b'' 2023-04-20 14:32:29,456 90571 DEBUG [tempest.scenario.manager] image:13ca9b94-d31b-4284-bd3a-9f187164068e 2023-04-20 14:32:29,513 90571 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.053s 2023-04-20 14:32:29,514 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1967716609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIGA2lEiDka980Ml6vcNz4jNbBJ/3lbYzormBTGL0TuZ2vUi9eah/YKCeDhqdGRjR8bffVmIBMFdt7kqYcDC2ixQ4OCdDhfdzrf8r9otBo2GnYFVNGJLq2e80Yx9PozGw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 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-6feb291a-1add-48e1-9324-e54fed709057', 'x-compute-request-id': 'req-6feb291a-1add-48e1-9324-e54fed709057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-196 7716609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIGA2lEiDka980Ml6vcNz4jNbBJ/3lbYzormBTGL0TuZ2vUi9eah/YKCeDhqdGRjR8bffVmIBMFdt7kqYcDC2ixQ4OCdDhfdzrf8r9otBo2GnYFVNGJLq2e80Yx9PozGw==", "fingerprint": "04:a1:5f:8c:4b:14:3a:58:3c:cf:21:8d:21:f4:d3:b2", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044"}}' 2023-04-20 14:32:29,624 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-04-20 14:32:29,625 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 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-ab848a0c-9af8-4702-84ab-3cd9ddc0d0fb', '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": "2f9e26b826c8432b8cfe81ebf0fbc044", "name": "tempest-TestMinimumBasicScenario-1945724772-project-member", "password_expires_at": null}, "audit_ids": ["ZkY8UpLLTUec6UbXGS5G4w"], "expires_at": "2023-04-20T15:32:29.000000Z", "issued_at": "2023-04-20T14:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bd913c486eb4b0d9d51acc38679f7e4", "name": "tempest-TestMinimumBasicScenario-1945724772"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:32:29,625 90571 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '227a6ca9-1bcb-47d5-bd12-54713c8e4129', 'name': 'tempest-TestMinimumBasicScenario-1530839115-network', 'tenant_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31527, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:29:25Z', 'updated_at': '2023-04-20T14:29:25Z', 'revision_number': 1} available for tenant 2023-04-20 14:32:30,384 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.757s 2023-04-20 14:32:30,384 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-986352612", "imageRef": "13ca9b94-d31b-4284-bd3a-9f187164068e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "networks": [{"uuid": "227a6ca9-1bcb-47d5-bd12-54713c8e4129"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-424722eb-eff9-40f8-92b6-6d45f531ad2f', 'x-compute-request-id': 'req-424722eb-eff9-40f8-92b6-6d45f531ad2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DpfKd42gmnBF"}}' 2023-04-20 14:32:30,464 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.073s 2023-04-20 14:32:30,464 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b82401-784c-4d0a-8c5d-8a37a1dbbfc2', 'x-compute-request-id': 'req-02b82401-784c-4d0a-8c5d-8a37a1dbbfc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "BUILD", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:30Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:33:21,133 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.615s 2023-04-20 14:33:21,134 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b018d11d-873e-4210-8748-010f9c7a9792', 'x-compute-request-id': 'req-b018d11d-873e-4210-8748-010f9c7a9792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:33:21,147 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:34:21,404 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.235s 2023-04-20 14:34:21,404 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-i d': 'req-be817835-0244-4518-8b1d-98e2a1ac7ad4', 'x-compute-request-id': 'req-be817835-0244-4518-8b1d-98e2a1ac7ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:34:21,622 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.204s 2023-04-20 14:34:21,622 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-8ec00302-9102-4dad-91b7-d0c24674626a', 'x-compute-request-id': 'req-8ec00302-9102-4dad-91b7-d0c24674626a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}]}]}' 2023-04-20 14:34:21,859 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.232s 2023-04-20 14:34:21,859 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-4b5832c4-f2e0-489f-aed8-4910dbf92b29', 'x-compute-request-id': 'req-4b5832c4-f2e0-489f-aed8-4910dbf92b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907 -47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:34:22,107 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes 0.235s 2023-04-20 14:34:22,107 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-31217444", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e10ebbd-f82b-44ea-93fd-3abc83677ad1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e10ebbd-f82b-44ea-93fd-3abc83677ad1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.026569", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:22,164 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.047s 2023-04-20 14:34:22,164 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-5e744838-74a9-4528-8dfd-986c5d1c74a0', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e744838-74a9-4528-8dfd-986c5d1c74a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:34:23,215 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.039s 2023-04-20 14:34:23,215 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd9c6de-d20c-4d42-a61b-818764e1ed24', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dd9c6de-d20c-4d42-a61b-818764e1ed24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.000000", "updated_at": "2023-04-20T14:34:22.000000", "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:34:23,331 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.106s 2023-04-20 14:34:23,332 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d728e39e-a182-4ecb-86f7-4c9802b1aec9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c4 86eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'' 2023-04-20 14:34:23,354 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.022s 2023-04-20 14:34:23,354 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ce5456-0e27-4397-9432-bdb20a848e49', 'x-openstack-request-id': 'req-58ce5456-0e27-4397-9432-bdb20a848e49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 could not be found."}}' 2023-04-20 14:34:23,468 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.113s 2023-04-20 14:34:23,469 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 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-c80aaa7b-41dd-4487-8068-a07f6eb93d52', 'x-compute-request-id': 'req-c80aaa7b-41dd-4487-8068-a07f6eb93d52', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'' 2023-04-20 14:34:23,670 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.200s 2023-04-20 14:34:23,670 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f8f7b71-c787-4511-b2d5-921bc82948c4', 'x-compute-request-id': 'req-7f8f7b71-c787-4511-b2d5-921bc82948c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:34:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessI Pv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:35:13,880 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.175s 2023-04-20 14:35:13,880 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0763d0fc-09ba-455b-8b78-a40e3780d493', 'x-compute-request-id': 'req-0763d0fc-09ba-455b-8b78-a40e3780d493', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 13b11321-2907-47d1-a42a-087bd55dd11c could not be found."}}' 2023-04-20 14:35:13,912 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1967716609 0.031s 2023-04-20 14:35:13,912 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8797e6c-890e-4a21-9864-6da300c6e10f', 'x-compute-request-id': 'req-a8797e6c-890e-4a21-9864-6da300c6e10f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1967716609'} Body: b'' 2023-04-20 14:35:14,017 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e 0.104s 2023-04-20 14:35:14,017 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24b3f4f2-ce6e-4884-a4bc-f505039d1970', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e'} Body: b'' {4} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.757214s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e8bccbcb-7c93-4e23-a842-68643a136341 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:35:22,097 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes 0.363s 2023-04-20 14:35:22,097 90571 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-1298982696"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e0a202-a1d2-4721-b552-e0ab38668859', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e0a202-a1d2-4721-b552-e0ab38668859', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.039694", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:35:22,146 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341 0.039s 2023-04-20 14:35:22,146 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32223816-d572-464c-8e67-f51b0b6ad640', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32223816-d572-464c-8e67-f51b0b6ad640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9ca8361c6f434d98a37ee698f24223"}}' 2023-04-20 14:35:23,478 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccb cb-7c93-4e23-a842-68643a136341 0.320s 2023-04-20 14:35:23,479 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf587c3c-0105-4d52-ab20-1e67afc63dfb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf587c3c-0105-4d52-ab20-1e67afc63dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.000000", "updated_at": "2023-04-20T14:35:22.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9ca8361c6f434d98a37ee698f24223"}}' {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.209472s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.019027s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015517s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.176653s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.011181s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008117s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.040788s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.157252s] ... ok {10} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.017144s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.017592s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.033081s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.018397s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.024385s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.019963s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.019793s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.017836s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015944s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.031389s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.065450s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.033936s] ... ok {10} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 705228c6-97d1-4960-b1d6-e0b6e0155bcc failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled ============================== Failed 96 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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:34,684 90573 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.671s 2023-04-20 14:19:34,684 90573 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-479805198"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5a4983-6e2b-4974-a131-b53f720257e3', 'x-compute-request-id': 'req-5b5a4983-6e2b-4974-a131-b53f720257e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:19:34.261244", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 14:19:35,121 90573 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/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f 0.429s 2023-04-20 14:19:35,122 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:34 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-4e3e9b4c-defe-4243-b13a-c86fbf5927cc', 'x-compute-request-id': 'req-4e3e9b4c-defe-4243-b13a-c86fbf5927cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:19:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 14:19:36,415 90573 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/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f 0.288s 2023-04-20 14:19:36,416 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:36 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-fb1b293d-ccbf-43b1-a640-4b2f9be43729', 'x-compute-request-id': 'req-fb1b293d-ccbf-43b1-a640-4b2f9be43729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f'} Body: b'{"volume": {"id": "bdbd1d7e-90d1-48d0-a9e7-2c3b6b9dea3f", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T1 4:19:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-479805198", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e067f5bb-9d46-4031-b6f8-772e4fe16d08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:41,085 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes 0.689s 2023-04-20 14:19:41,086 90573 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-223929264"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7add54-3776-4160-9d0b-01c7a9dd222f', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7add54-3776-4160-9d0b-01c7a9dd222f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:40.995219", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:41,134 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.037s 2023-04-20 14:19:41,134 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70642efe-984f-467c-9c1c-77ead044a9ed', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70642efe-984f-467c-9c1c-77ead044a9ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,200 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16 d08 0.054s 2023-04-20 14:19:42,201 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7354f552-f810-4cbb-b0ab-ac4f95cd511c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7354f552-f810-4cbb-b0ab-ac4f95cd511c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": "2023-04-20T14:19:41.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,275 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.055s 2023-04-20 14:19:42,275 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2237732d-e0af-412b-9966-e94af9b4fb33', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2237732d-e0af-412b-9966-e94af9b4fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"volume": {"id": "e067f5bb-9d46-4031-b6f8-772e4fe16d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:41.000000", "updated_at": "2023-04-20T14:19:41.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-223929264", "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/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08"}], "user_id": "d4e5bd33f031460dade19f9718e52b4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2ed646ef98ab424cb0da90eaf053ca10"}}' 2023-04-20 14:19:42,400 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.114s 2023-04-20 14:19:42,400 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-3789407c-2b86-40c0-a443-6673aad076c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'' 2023-04-20 14:19:42,419 90573 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08 0.019s 2023-04-20 14:19:42,420 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-350ed962-4ed4-492f-92ff-fcc8484b1c31', 'x-openstack-request-id': 'req-350ed962-4ed4-492f-92ff-fcc8484b1c31', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2ed646ef98ab424cb0da90eaf053ca10/volumes/e067f5bb-9d46-4031-b6f8-772e4fe16d08'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e067f5bb-9d46-4031-b6f8-772e4fe16d08 could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e898b4c9-4fa6-4004-9857-f522415633a8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:42,213 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types 0.135s 2023-04-20 14:19:42,213 90577 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-1627773079", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20b6edac-8755-41d8-9cba-f843fee1de73', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20b6edac-8755-41d8-9cba-f843fee1de73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types'} Body: b'{"volume_type": {"id": "6cb9aa82-0450-4eff-8bba-12dd467abfa4", "name": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-20 14:19:42,361 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes 0.143s 2023-04-20 14:19:42,362 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "6cb9aa82-0450-4eff-8bba-12dd467abfa4", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 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-859d603a-6841-481f-be74-fcf8a15ab8d6', 'x-openstack-request-id': 'req-859d603a-6841-481f-be74-fcf8a15ab8d6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6cb9aa82-0450-4eff-8bba-12dd467abfa4 could not be found."}}' 2023-04-20 14:19:42,362 90577 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-20 14:19:42,392 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action 0.028s 2023-04-20 14:19:42,392 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "a5a251b0ee85490e8e9762ad6011dde6"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-51692c42-e848-401e-ab58-c1d6cc10c47f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action'} Body: b'' 2023-04-20 14:19:42,893 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes 0.499s 2023-04-20 14:19:42,894 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "6cb9aa82-0450-4eff-8bba-12dd467a bfa4", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-817876026"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32dcff13-23e8-48b4-bc32-a9614439eb09', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32dcff13-23e8-48b4-bc32-a9614439eb09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:42.813757", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:42,952 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.047s 2023-04-20 14:19:42,953 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af68ef41-6f9f-4ad4-90bb-8a9249a15ab6', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af68ef41-6f9f-4ad4-90bb-8a9249a15ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:43,999 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.034s 2023-04-20 14:19:44,000 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c8c5dc-8032-4391-9083-dda66a1d5532', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c8c5dc-8032-4391-9083-dda66a1d5532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": "2023-04-20T14:19:43.000000", "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:44,055 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.043s 2023-04-20 14:19:44,056 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f761ad21-b0b1-4066-9202-23c948be70bb', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f761ad21-b0b1-4066-9202-23c948be70bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"volume": {"id": "e898b4c9-4fa6-4004-9857-f522415633a8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:43.000000", "updated_at": "2023-04-20T14:19:43.000000", "name": "tempest-VolumeTypesAccessTest-Volume-817876026", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1627773079", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8"}], "user_id": "6391c9000d0b45d9b147c465b80a500c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a5a251b0ee85490e8e9762ad6011dde6"}}' 2023-04-20 14:19:44,189 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.122s 2023-04-20 14:19:44,189 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e48288-28c3-4a70-82e7-a462235d8339', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490 e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'' 2023-04-20 14:19:44,213 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8 0.023s 2023-04-20 14:19:44,213 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a307f7f-1976-4d16-a040-3e5ff302a8f5', 'x-openstack-request-id': 'req-5a307f7f-1976-4d16-a040-3e5ff302a8f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a5a251b0ee85490e8e9762ad6011dde6/volumes/e898b4c9-4fa6-4004-9857-f522415633a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e898b4c9-4fa6-4004-9857-f522415633a8 could not be found."}}' 2023-04-20 14:19:44,291 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action 0.077s 2023-04-20 14:19:44,292 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "a5a251b0ee85490e8e9762ad6011dde6"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a8f83f-dc14-4199-ab87-52fe555dc0dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4/action'} Body: b'' 2023-04-20 14:19:44,336 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4 0.043s 2023-04-20 14:19:44,336 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33520099-ae4d-4bbe-a648-9ecd357d9978', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4'} Body: b'' 2023-04-20 14:19:44,360 90577 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4 0.023s 2023-04-20 14:19:44,360 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa9cf2e-29ab-4cf4-8f8c-4036f41bebc5', 'x-openstack-request-id': 'req-0aa9cf2e-29ab-4cf4-8f8c-4036f41bebc5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ab737c8895b945b7868bf1dc3e 15ee2b/types/6cb9aa82-0450-4eff-8bba-12dd467abfa4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6cb9aa82-0450-4eff-8bba-12dd467abfa4 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a074f09-6fb3-4691-a65b-379a56b5b110 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,161 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/6c569d03ce334c818edd33e4f11cd4b3/os-quota-sets/36d244298727403eb6f232c2fa2bebc3?usage=True 0.074s 2023-04-20 14:19:54,162 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2394ae8f-bb26-4374-83b4-54b58e3de45b', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2394ae8f-bb26-4374-83b4-54b58e3de45b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6c569d03ce334c818edd33e4f11cd4b3/os-quota-sets/36d244298727403eb6f232c2fa2bebc3?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": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:54,660 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes 0.488s 2023-04-20 14:19:54,660 90581 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-217570402"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8a9cda-f53a-48c4-ade6-abe82df13b40', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8a9cda-f53a-48c4-ade6-abe82df13b40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:54.593774", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:54,720 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.047s 2023-04-20 14:19:54,720 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a80bd5-258e-45e6-95e1-3cb6005824b7', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a80bd5-258e-45e6-95e1-3cb6005824b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:55,787 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.055s 2023-04-20 14:19:55,787 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfcf3c9-e9ab-4d1d-befe-a61ab2d3e5a8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfcf3c9-e9ab-4d1d-befe-a61ab2d3e5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": "2023-04-20T14:19:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:55,855 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.055s 2023-04-20 14:19:55,855 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-d35c015b-7340-4802-b000-c9097a128136', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35c015b-7340-4802-b000-c9097a128136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"volume": {"id": "5a074f09-6fb3-4691-a65b-379a56b5b110", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.000000", "updated_at": "2023-04-20T14:19:55.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-217570402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:56,011 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.144s 2023-04-20 14:19:56,011 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-a8747b18-88c9-45c2-a2a4-e3b8052010bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'' 2023-04-20 14:19:56,033 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110 0.021s 2023-04-20 14:19:56,033 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-f6fd9fb2-e7cd-4fbe-9ffe-2fa5f1ad4596', 'x-openstack-request-id': 'req-f6fd9fb2-e7cd-4fbe-9ffe-2fa5f1ad4596', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/5a074f09-6fb3-4691-a65b-379a56b5b110'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a074f09-6fb3-4691-a65b-379a56b5b110 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0da520d7-7178-4e57-8cd6-e9945ec0b683 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,999 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.204s 2023-04-20 14:19:55,000 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7c8c89e-3777-459d-bad9-6ef3b87e6351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:19:55,680 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes 0.679s 2023-04-20 14:19:55,681 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1241919235"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111bfaf1-c506-4be3-baf6-65124a7457a2', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111bfaf1-c506-4be3-baf6-65124a7457a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:55.601277", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:55,757 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.066s 2023-04-20 14:19:55,757 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4918ba7-2e1b-41f8-8469-b6956b9d5528', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4918ba7-2e1b-41f8-8469-b6956b9d5528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,810 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.041s 2023-04-20 14:19:56,810 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a33c54-a35d-4334-a2be-84eeb1f694eb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a33c54-a35d-4334-a2be-84eeb1f694eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,868 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.045s 2023-04-20 14:19:56,868 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b756f19-5bbb-4c63-be02-dd3831c3b3ce', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-0b756f19-5bbb-4c63-be02-dd3831c3b3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"volume": {"id": "0da520d7-7178-4e57-8cd6-e9945ec0b683", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumesExtendTest-Volume-1241919235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:56,976 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.097s 2023-04-20 14:19:56,977 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-916ef150-9fb9-43d3-a97e-e532bdb2a761', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'' 2023-04-20 14:19:56,995 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683 0.018s 2023-04-20 14:19:56,996 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-08918458-8a28-499e-8c02-220371b2efbf', 'x-openstack-request-id': 'req-08918458-8a28-499e-8c02-220371b2efbf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/0da520d7-7178-4e57-8cd6-e9945ec0b683'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0da520d7-7178-4e57-8cd6-e9945ec0b683 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9da77bb3-286f-4f9d-b18a-5e28e4165e5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:56,265 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes 0.227s 2023-04-20 14:19:56,265 90581 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-1172954698"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4655e9cb-fc1c-491d-b391-2e37df5652cf', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4655e9cb-fc1c-491d-b391-2e37df5652cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.188337", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:56,325 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.050s 2023-04-20 14:19:56,325 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b927609e-d994-4d92-a50c-1be81d1569dc', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b927609e-d994-4d92-a50c-1be81d1569dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,377 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.037s 2023-04-20 14:19:57,378 90581 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6de3c4-75aa-4a58-bf48-3cf8a9a50b80', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6de3c4-75aa-4a58-bf48-3cf8a9a50b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,432 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.043s 2023-04-20 14:19:57,432 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29e5cbd-af13-412d-9157-7a84330de421', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29e5cbd-af13-412d-9157-7a84330de421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"volume": {"id": "9da77bb3-286f-4f9d-b18a-5e28e4165e5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:56.000000", "updated_at": "2023-04-20T14:19:56.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1172954698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e"}], "user_id": "2145407db42b4fb1b4de34457acf2ffd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "36d244298727403eb6f232c2fa2bebc3"}}' 2023-04-20 14:19:57,568 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.126s 2023-04-20 14:19:57,569 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6c94fe-1714-4703-af53-72de0bc3c0fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'' 2023-04-20 14:19:57,592 90581 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e 0.023s 2023-04-20 14:19:57,593 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3490f573-5560-4018-80c6-6ee65c5e3a49', 'x-openstack-request-id': 'req-3490f573-5560-4018-80c6-6ee65c5e3a49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/36d244298727403eb6f232c2fa2bebc3/volumes/9da77bb3-286f-4f9d-b18a-5e28e4165e5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9da77bb3-286f-4f9d-b18a-5e28e4165e5e could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b124e45-547a-4018-a28f-dbfce6ca65b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:57,220 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes 0.221s 2023-04-20 14:19:57,220 90577 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-1717233074"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0de9c590-7b21-4fa5-b41a-39db9a81d508', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de9c590-7b21-4fa5-b41a-39db9a81d508', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.155934", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:19:57,287 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.056s 2023-04-20 14:19:57,287 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda93e20-58dd-4b04-bad1-39be3e7382f2', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda93e20-58dd-4b04-bad1-39be3e7382f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,345 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.046s 2023-04-20 14:19:58,345 90577 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599c1c97-0682-4983-a1aa-52a65dd1900d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599c1c97-0682-4983-a1aa-52a65dd1900d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": "2023-04-20T14:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,399 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.042s 2023-04-20 14:19:58,399 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293eb5fe-b04f-4204-8ead-cfeadf4e0802', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293eb5fe-b04f-4204-8ead-cfeadf4e0802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"volume": {"id": "8b124e45-547a-4018-a28f-dbfce6ca65b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:19:57.000000", "updated_at": "2023-04-20T14:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-1717233074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0"}], "user_id": "c2e4ec4fb5804b5584b12063ec4bfce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "139958afeaf9411bab6b5618a45140e9"}}' 2023-04-20 14:19:58,518 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.108s 2023-04-20 14:19:58,518 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-9cab9ff3-44d5-429e-afc3-9f53fe1c873a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'' 2023-04-20 14:19:58,542 90577 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0 0.023s 2023-04-20 14:19:58,542 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19: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-b102b2d6-5737-4f8f-81ff-076cf16381ff', 'x-openstack-request-id': 'req-b102b2d6-5737-4f8f-81ff-076cf16381ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/139958afeaf9411bab6b5618a45140e9/volumes/8b124e45-547a-4018-a28f-dbfce6ca65b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b124e45-547a-4018-a28f-dbfce6ca65b0 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c674df8-9e3b-498d-8321-55f0e1a71904 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 02ed6868-b3eb-4bf2-85da-f2edf9cc2ff0 failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a95c2180-1e0f-4557-b4a0-ddf343465609 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:04,780 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes 0.648s 2023-04-20 14:20:04,780 90573 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-20335855"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac98da9-b43a-441f-8b41-ade3b0bab277', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac98da9-b43a-441f-8b41-ade3b0bab277', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:04.675223", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:04,839 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.049s 2023-04-20 14:20:04,839 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4367122a-7b82-44bd-b7e9-8a9e5dba16d3', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4367122a-7b82-44bd-b7e9-8a9e5dba16d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:05,917 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.064s 2023-04-20 14:20:05,917 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95547733-7b4e-41b4-91d6-7faccd604063', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95547733-7b4e-41b4-91d6-7faccd604063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": "2023-04-20T14:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:05,978 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.048s 2023-04-20 14:20:05,978 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a73e44-966b-40ab-9af4-6ebf52530753', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a73e44-966b-40ab-9af4-6ebf52530753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"volume": {"id": "a95c2180-1e0f-4557-b4a0-ddf343465609", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:05.000000", "updated_at": "2023-04-20T14:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-20335855", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:06,093 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.105s 2023-04-20 14:20:06,094 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78258eb3-36fc-4d1c-8fc2-87dab3d2a4d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'' 2023-04-20 14:20:06,122 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609 0.027s 2023-04-20 14:20:06,122 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ba9b2e-effc-4934-9b1b-7f149c135148', 'x-openstack-request-id': 'req-a1ba9b2e-effc-4934-9b1b-7f149c135148', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/a95c2180-1e0f-4557-b4a0-ddf343465609'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a95c2180-1e0f-4557-b4a0-ddf343465609 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 86f0b07a-a26a-434e-8a4a-80655a8f29f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:06,382 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes 0.257s 2023-04-20 14:20:06,382 90573 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-1488792706"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db378d6-1c9e-40b4-9cee-bf3b57d3743b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db378d6-1c9e-40b4-9cee-bf3b57d3743b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.292620", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:06,456 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.063s 2023-04-20 14:20:06,456 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c83cd150-6475-4388-aada-e0a14f172f63', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c83cd150-6475-4388-aada-e0a14f172f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,510 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.042s 2023-04-20 14:20:07,510 90573 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c309c0-80cb-4969-b3ca-92d9210d866c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c309c0-80cb-4969-b3ca-92d9210d866c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": "2023-04-20T14:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,571 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.049s 2023-04-20 14:20:07,571 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4704a68c-3c66-40d6-b2f4-4268aa2ae4b7', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4704a68c-3c66-40d6-b2f4-4268aa2ae4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"volume": {"id": "86f0b07a-a26a-434e-8a4a-80655a8f29f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:06.000000", "updated_at": "2023-04-20T14:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1488792706", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1"}], "user_id": "cd3d093f05904c31b9a2c6de387c0388", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "03f266cb16c241b690852e2ba8c8eddb"}}' 2023-04-20 14:20:07,772 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.189s 2023-04-20 14:20:07,772 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035ce369-aaff-48bd-8638-6796821b52d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'' 2023-04-20 14:20:07,809 90573 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1 0.036s 2023-04-20 14:20:07,809 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8acc894-3944-438a-b1c6-bd967bb9e33a', 'x-openstack-request-id': 'req-b8acc894-3944-438a-b1c6-bd967bb9e33a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/03f266cb16c241b690852e2ba8c8eddb/volumes/86f0b07a-a26a-434e-8a4a-80655a8f29f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 86f0b07a-a26a-434e-8a4a-80655a8f29f1 could not be found."}}' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 90c76792-3203-4618-82a4-03aa6c37f3dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:07,811 90577 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/57debbf472b44d66b992356d1459845e/types 0.222s 2023-04-20 14:20:07,811 90577 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': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eae3e38-a109-4d9f-beb1-a25427685863', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eae3e38-a109-4d9f-beb1-a25427685863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57debbf472b44d66b992356d1459845e/types'} Body: b'{"volume_type": {"id": "efaee6f4-467e-496f-a97a-2bd52730ea65", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-20 14:20:08,961 90577 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 1.146s 2023-04-20 14:20:08,962 90577 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': 'Thu, 20 Apr 2023 14:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-fee2cd98-2af7-4092-adff-3504c578911a', '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": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:09Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,818 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e/file 1.854s 2023-04-20 14:20:10,819 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d340ff9f-57f1-42fa-9fce-bfcd5be6e5a7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file'} Body: b'' 2023-04-20 14:20:10,846 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.026s 2023-04-20 14:20:10,846 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-430c8887-b3dd-4058-bf2f-8aecf5c1d4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,889 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.042s 2023-04-20 14:20:10,890 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-72814639-88a5-452f-a09b-2fa9c683ee8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:10,928 90577 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/07c791fc-8191-4b4c-bbcf-121a612d134e 0.036s 2023-04-20 14:20:10,928 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c8f793c5-a23f-42c3-a12a-381982c984ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e'} 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": "cf7ef1241e77a95362567e6a34400000", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b7e56041725d4ea085d2430b68a7591d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5a280a9082c28fe18965f691b0475a8e0fc180abba332a1c31430d085bf14eb8c0b090a2c56aa67f7985ce25d2cee8f138afcc01ca88d0b6484a1bfdd1a8f3f4", "id": "07c791fc-8191-4b4c-bbcf-121a612d134e", "created_at": "2023-04-20T14:20:09Z", "updated_at": "2023-04-20T14:20:11Z", "tags": [], "self": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e", "file": "/v2/images/07c791fc-8191-4b4c-bbcf-121a612d134e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:11,497 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes 0.568s 2023-04-20 14:20:11,498 90577 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": "07c791fc-8191-4b4c-bbcf-121a612d134e", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c60e4a7-e641-4ae7-b9b6-51f91b37e56c', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c60e4a7-e641-4ae7-b9b6-51f91b37e56c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.404890", "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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:11,563 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd 0.055s 2023-04-20 14:20:11,564 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22befe1-a97b-4c14-9bb1-e8801ff79616', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22befe1-a97b-4c14-9bb1-e8801ff79616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b7e56041725d4ea085d2430b68a7591d"}}' 2023-04-20 14:20:12,690 90577 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/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd 0.113s 2023-04-20 14:20:12,690 90577 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a412c37-bb80-4d96-be8a-1e7fb2ac92e7', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a412c37-bb80-4d96-be8a-1e7fb2ac92e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd'} Body: b'{"volume": {"id": "90c76792-3203-4618-82a4-03aa6c37f3dd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:11.000000", "updated_at": "2023-04-20T14:20:12.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b7e56041725d4ea085d2430b68a7591d/volumes/90c76792-3203-4618-82a4-03aa6c37f3dd"}], "user_id": "0df86355ddb147db85ef797bc99452ff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b7e56041725d4ea085d2430b68a7591d"}}' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05477e6c-c01c-44b0-bf9c-ee2ba107a921 failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b143e16e-8456-45e0-8e46-ad982c41a2b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:25,433 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes 0.327s 2023-04-20 14:20:25,433 90573 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-2116303214"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af7f4c5-6140-4454-b347-76c1951d895a', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af7f4c5-6140-4454-b347-76c1951d895a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.325379", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:25,537 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.093s 2023-04-20 14:20:25,538 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a579f32-8cb5-4dc6-9a81-407056c6e99a', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a579f32-8cb5-4dc6-9a81-407056c6e99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,644 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a 2b0 0.094s 2023-04-20 14:20:26,645 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16979514-02d6-4833-a1c0-0930a8060151', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16979514-02d6-4833-a1c0-0930a8060151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:26.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,745 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.076s 2023-04-20 14:20:26,745 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b774d7ea-c963-47e8-8b18-9b83d21830ec', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b774d7ea-c963-47e8-8b18-9b83d21830ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"volume": {"id": "b143e16e-8456-45e0-8e46-ad982c41a2b0", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:26.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-2116303214", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0"}], "user_id": "58c8ecbcb56c406f94434c2c621d304e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c5aebf3397c14ae28dc9c0967c38809e"}}' 2023-04-20 14:20:26,936 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.180s 2023-04-20 14:20:26,936 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1135d138-7624-409f-b673-bf60323308f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'' 2023-04-20 14:20:26,965 90573 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0 0.028s 2023-04-20 14:20:26,965 90573 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54dc029-157d-4b44-b920-025dbf406310', 'x-openstack-request-id': 'req-d54dc029-157d-4b44-b920-025dbf406310', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5aebf3397c14ae28dc9c0967c38809e/volumes/b143e16e-8456-45e0-8e46-ad982c41a2b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b143e16e-8456-45e0-8e46-ad982c41a2b0 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:21,385 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.691s 2023-04-20 14:20:21,386 90563 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-728567973"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-37c529e4-6123-4a2a-a7aa-2e9b0d040ef6', 'date': 'Thu, 20 Apr 2023 14:20:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"457b93e8-ed0d-468e-a13b-1f3653141cfb","name":"tempest-tagged-attachments-test-net-728567973","tenant_id":"d6d6c587ad124812a626c3c5e0a400d2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d6d6c587ad124812a626c3c5e0a400d2","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-20T14:20:20Z","updated_at":"2023-04-20T14:20:20Z","revision_number":1}}' 2023-04-20 14:20:24,118 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.731s 2023-04-20 14:20:24,118 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "457b93e8-ed0d-468e-a13b-1f3653141cfb", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-5abeab95-9b5a-4391-9781-416a359362f4', 'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"682afc4a-ef4e-48e3-9f62-be2bf763fdf3","name":"","tenant_id":"d6d6c587ad124812a626c3c5e0a400d2","network_id":"457b93e8-ed0d-468e-a13b-1f3653141cfb","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-20T14:20:22Z","updated_at":"2023-04-20T14:20:22Z","revision_number":0,"project_id":"d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:24,754 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes 0.633s 2023-04-20 14:20:24,755 90563 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-349415768"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75f6a36-bc08-4785-b426-68dadf19d08d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75f6a36-bc08-4785-b426-68dadf19d08d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:24.607449", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:24,845 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 0.072s 2023-04-20 14:20:24,845 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c0ba3f-2f57-4c66-9587-99644d5c05b3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c0ba3f-2f57-4c66-9587-99644d5c05b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:25,985 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8 0.126s 2023-04-20 14:20:25,985 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df544839-02f9-4ae6-8113-f89e1f185afb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df544839-02f9-4ae6-8113-f89e1f185afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8'} Body: b'{"volume": {"id": "6b629ef1-d5ad-4c1e-ace3-ace23c019ce8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:25.000000", "updated_at": "2023-04-20T14:20:25.000000", "name": "tempest-TaggedAttachmentsTest-volume-349415768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-ace3-ace23c019ce8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d6c587ad124812a626c3c5e0a400d2/volumes/6b629ef1-d5ad-4c1e-a ce3-ace23c019ce8"}], "user_id": "432a74aa99b14042b6e7db0a770e50b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d6c587ad124812a626c3c5e0a400d2"}}' 2023-04-20 14:20:26,360 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/682afc4a-ef4e-48e3-9f62-be2bf763fdf3 0.361s 2023-04-20 14:20:26,360 90563 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-29405743-7d39-4ac8-bee5-ba34ceea3572', 'date': 'Thu, 20 Apr 2023 14:20:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/682afc4a-ef4e-48e3-9f62-be2bf763fdf3'} Body: b'' 2023-04-20 14:20:27,699 90563 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/457b93e8-ed0d-468e-a13b-1f3653141cfb 1.337s 2023-04-20 14:20:27,699 90563 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-1951e4e0-2087-4594-98a4-dbda6ad81b4b', 'date': 'Thu, 20 Apr 2023 14:20:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/457b93e8-ed0d-468e-a13b-1f3653141cfb'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 85593d8d-050b-4838-888e-72df14808024 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:52,043 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes 0.580s 2023-04-20 14:20:52,044 90563 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-437962029", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c00dfb-0b70-451b-845b-4857de5c1fd6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c00dfb-0b70-451b-845b-4857de5c1fd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:51.980498", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:20:52,095 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024 0.041s 2023-04-20 14:20:52,095 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc973337-ad07-402b-85e6-112a5fb444f0', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc973337-ad07-402b-85e6-112a5fb444f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:52.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ce40fb17b15451fb7566d314e246bd0"}}' 2023-04-20 14:20:53,158 90563 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024 0.049s 2023-04-20 14:20:53,158 90563 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd208f9b-8c48-4582-aff2-1955d514196d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd208f9b-8c48-4582-aff2-1955d514196d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024'} Body: b'{"volume": {"id": "85593d8d-050b-4838-888e-72df14808024", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:20:52.000000", "updated_at": "2023-04-20T14:20:52.000000", "name": "tempest-TaggedBootDevicesTest-volume-437962029", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0ce40fb17b15451fb7566d314e246bd0/volumes/85593d8d-050b-4838-888e-72df14808024"}], "user_id": "2488ca1a81bd4ef9a8f8464d67226412", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ce40fb17b15451fb7566d314e246bd0"}}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:19,796 90563 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools?detail=True 0.229s 2023-04-20 14:21:19,796 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8b4307-7626-44c3-8a24-07566a49380a', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8b4307-7626-44c3-8a24-07566a49380a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:19,854 90563 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools 0.047s 2023-04-20 14:21:19,854 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5749e7e-0275-44ed-a882-918a7c921423', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5749e7e-0275-44ed-a882-918a7c921423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c3c7b81754b45c1b01a0c391c27b132/scheduler-stats/get_pools'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 03f99aad-ebb6-43eb-bbce-a00f63549f63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:23,300 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes 0.331s 2023-04-20 14:21:23,300 90563 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-1597375954"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7951c71a-4494-433e-b3af-b533ceefd3ce', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7951c71a-4494-433e-b3af-b533ceefd3ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.229718", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:23,369 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.058s 2023-04-20 14:21:23,369 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30be93a8-45f8-495a-a613-2eb13eb42c0e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30be93a8-45f8-495a-a613-2eb13eb42c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,423 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.042s 2023-04-20 14:21:24,423 90563 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7756b7ea-81d1-434b-8b10-c35ae81567e3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7756b7ea-81d1-434b-8b10-c35ae81567e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": "2023-04-20T14:21:23.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,472 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.038s 2023-04-20 14:21:24,473 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00dfe4f2-7305-482f-97c8-e2e9c083a7e5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00dfe4f2-7305-482f-97c8-e2e9c083a7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"volume": {"id": "03f99aad-ebb6-43eb-bbce-a00f63549f63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:23.000000", "updated_at": "2023-04-20T14:21:23.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1597375954", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63"}], "user_id": "dec26d29ccab46979cdaed56911f6cc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4175674e3c354352836deeffc9fbced0"}}' 2023-04-20 14:21:24,583 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.099s 2023-04-20 14:21:24,583 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70e2cf1-b971-4b36-96ec-be507c4ec006', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'' 2023-04-20 14:21:24,604 90563 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63 0.020s 2023-04-20 14:21:24,605 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c023d36-61e8-4434-bf86-3ad13ea5e8de', 'x-openstack-request-id': 'req-7c023d36-61e8-4434-bf86-3ad13ea5e8de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4175674e3c354352836deeffc9fbced0/volumes/03f99aad-ebb6-43eb-bbce-a00f63549f63'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03f99aad-ebb6-43eb-bbce-a00f63549f63 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 743663a9-9c79-4419-a193-beb993b14e61 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 749ae700-7503-4cd8-a0d0-d9a67fd12291 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:30,404 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes 0.336s 2023-04-20 14:21:30,404 90563 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-84351809"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cfd574-ee4c-4850-8f36-dfd6a9be11f1', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cfd574-ee4c-4850-8f36-dfd6a9be11f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.347101", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:30,466 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291 0.052s 2023-04-20 14:21:30,466 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce03f8d4-20a7-420b-9a45-e39738955ae0', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce03f8d4-20a7-420b-9a45-e39738955ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50332d99ea9e489fae5683e548f337de"}}' 2023-04-20 14:21:31,530 90563 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291 0.052s 2023-04 -20 14:21:31,530 90563 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43938bc1-8f0b-439a-8221-83ade4416509', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43938bc1-8f0b-439a-8221-83ade4416509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291'} Body: b'{"volume": {"id": "749ae700-7503-4cd8-a0d0-d9a67fd12291", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:30.000000", "updated_at": "2023-04-20T14:21:30.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-84351809", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/50332d99ea9e489fae5683e548f337de/volumes/749ae700-7503-4cd8-a0d0-d9a67fd12291"}], "user_id": "9493c8aca0c24818b82617b626aded6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "50332d99ea9e489fae5683e548f337de"}}' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5a5d85a-f0a0-4d4f-9d92-5330277eb33b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:52,317 90565 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.120s 2023-04-20 14:19:52,318 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:52 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-08367144-478d-4cf4-be88-7f97bbd273a1', '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": "d6519111f1e04f3c8738e85080fba954", "name": "tempest-DeleteServersTestJSON-1903070774-project-member", "password_expires_at": null}, "audit_ids": ["Ive2xWN9Rfu_yke5byZkbw"], "expires_at": "2023-04-20T15:19:52.000000Z", "issued_at": "2023-04-20T14:19:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2175826867a47099fa45ddcdb7a1d7d", "name": "tempest-DeleteServersTestJSON-1903070774"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:19:52,319 90565 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'e6a9986e-46cf-408f-921d-2e9a0226e0a7', 'name': 'tempest-DeleteServersTestJSON-959189107-network', 'tenant_id': 'd2175826867a47099fa45ddcdb7a1d7d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd2175826867a47099fa45ddcdb7a1d7d', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33734, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:19:54,494 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.174s 2023-04-20 14:19:54,494 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-56820748", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "e6a9986e-46cf-408f-921d-2e9a0226e0a7"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c3954f6-8e38-4e83-a508-0dd9b28c676c', 'x-compute-request-id': 'req-8c3954f6-8e38-4e83-a508-0dd9b28c676c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZvcM4z4jE3cq"}}' 2023-04-20 14:19:54,817 90565 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/92753ea9-7498-4043-84a9-e6641cb28ad2 0.317s 2023-04-20 14:19:54,817 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3976c8ed-11a2-43ca-a7e7-83e049f32042', 'x-compute-request-id': 'req-3976c8ed-11a2-43ca-a7e7-83e049f32042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "name": "tempest-DeleteServersTestJSON-server-56820748", "status": "BUILD", "tenant_id": "d2175826867a47099fa45ddcdb7a1d7d", "user_id": "d6519111f1e04f3c8738e85080fba954", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:54Z", "updated": "2023-04-20T14:19:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:45,229 90565 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/92753ea9-7498-4043-84a9-e6641cb28ad2 0.336s 2023-04-20 14:20:45,229 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fccf4d9-fe1b-4c61-9267-912f99a14a01', 'x-compute-request-id': 'req-6fccf4d9-fe1b-4c61-9267-912f99a14a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2'} Body: b'{"server": {"id": "92753ea9-7498-4043-84a9-e6641cb28ad2", "name": "tempest-DeleteServersTestJSON-server-56820748", "status": "ACTIVE", "tenant_id": "d2175826867a47099fa45ddcdb7a1d7d", "user_id": "d6519111f1e04f3c8738e85080fba954", "metadata": {}, "hostId": "2c1b677f0d6caef417d9d6fa032d7f5c45a267cec1019b239df6e48f", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:54Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-DeleteServersTestJSON-959189107-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:af:de"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/92753ea9-7498-4043-84a9-e6641cb28ad2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:45,242 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:21:45,545 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes 0.243s 2023-04-20 14:21:45,546 90565 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-737956146"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5594ec81-0908-4859-97f6-3f698f90bda9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5594ec81-0908-4859-97f6-3f698f90bda9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.480139" , "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:45,597 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b 0.041s 2023-04-20 14:21:45,597 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b76199d-8023-45b2-9758-8410693b0a53', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b76199d-8023-45b2-9758-8410693b0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d2175826867a47099fa45ddcdb7a1d7d"}}' 2023-04-20 14:21:46,646 90565 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b 0.038s 2023-04-20 14:21:46,647 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29dc6e31-c40f-4bd6-b941-6df05b3052ca', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29dc6e31-c40f-4bd6-b941-6df05b3052ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b'} Body: b'{"volume": {"id": "b5a5d85a-f0a0-4d4f-9d92-5330277eb33b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:45.000000", "updated_at": "2023-04-20T14:21:46.000000", "name": "tempest-DeleteServersTestJSON-volume-737956146", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d 85a-f0a0-4d4f-9d92-5330277eb33b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d2175826867a47099fa45ddcdb7a1d7d/volumes/b5a5d85a-f0a0-4d4f-9d92-5330277eb33b"}], "user_id": "d6519111f1e04f3c8738e85080fba954", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d2175826867a47099fa45ddcdb7a1d7d"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 10689ecf-8fae-4d2e-b31f-a81bf738d03e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:19,580 90579 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:20:19,953 90579 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.369s 2023-04-20 14:20:19,953 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1083136482", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:19 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-dd107e01-b9d3-4a48-a329-2fb35327a238', 'x-compute-request-id': 'req-dd107e01-b9d3-4a48-a329-2fb35327a238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1083136482", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g==", "fingerprint": "ef:6c:c0:1f:e1:40:27:58:45:0e:22:33:cd:70:ac:60", "user_id": "f8d2f5b7cbee40e49014248d10905816"}}' 2023-04-20 14:20:19,960 90579 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1083136482 created 2023-04-20 14:20:20,350 90579 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.389s 2023-04-20 14:20:20,350 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2110546202", "description": "tempest-description--1976540240"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f25055d6-a884-4674-b040-12347dab1510', 'date': 'Thu, 20 Apr 2023 14:20:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a041a735-8008-4632-af83-61306f4d67ec", "name": "tempest-securitygroup--2110546202", "stateful": true, "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "description": "tempest-description--1976540240", "shared": false, "security_group_rules": [{"id": "21ec8f92-b157-4fd7-a74e-50297e0853c9", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "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": 359, "description": null, "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}, {"id": "a18562e1-2358-488a-a5cc-3cca048b3c8c", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 3 58, "description": null, "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}], "tags": [], "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 1, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:20,919 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.568s 2023-04-20 14:20:20,919 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92f0d436-60af-410a-b2ed-431e20d17d24', 'date': 'Thu, 20 Apr 2023 14:20: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": "cecbb033-daa2-4e64-8120-b1d6e3a102a8", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:20Z", "updated_at": "2023-04-20T14:20:20Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:21,475 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.554s 2023-04-20 14:20:21,476 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ef72e783-b5a2-4404-9987-d7ad8d5c8073', 'date': 'Thu, 20 Apr 2023 14:20:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a9b3f1eb-1c29-458f-8746-58c068f5fad1", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "security_group_id": "a041a735-8008-4632-af83-61306f4d67ec", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:21Z", "updated_at": "2023-04-20T14:20:21Z", "revision_number": 0, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:20:21,476 90579 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2110546202 created 2023-04-20 14:20:23,795 90579 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.318s 2023-04-20 14:20:23,795 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903" }} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-099f711c-abf5-466a-af3f-4ecee4278d98', 'date': 'Thu, 20 Apr 2023 14:20:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "82c4436b-cf9f-457e-ae6c-4f1d41b3175b", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "floating_ip_address": "172.24.4.44", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd9e706614fb4311bea8d8e67cb55b7b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:23Z", "updated_at": "2023-04-20T14:20:23Z", "revision_number": 0}}' 2023-04-20 14:20:23,796 90579 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '82c4436b-cf9f-457e-ae6c-4f1d41b3175b', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'floating_ip_address': '172.24.4.44', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:23Z', 'updated_at': '2023-04-20T14:20:23Z', 'revision_number': 0, 'ip': '172.24.4.44'} created 2023-04-20 14:20:24,173 90579 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.367s 2023-04-20 14:20:24,173 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:23 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-f2fae197-7fc6-42ba-a535-d93992bc28c1', '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": "f8d2f5b7cbee40e49014248d10905816", "name": "tempest-VolumesAdminNegativeTest-2145726321-project-member", "password_expires_at": null}, "audit_ids": ["jxKf-GDXQfqfzjsnwYW0Fg"], "expires_at": "2023-04-20T15:20:23.000000Z", "issued_at": "2023-04-20T14:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd9e706614fb4311bea8d8e67cb55b7b", "name": "tempest-VolumesAdminNegativeTest-2145726321"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875 ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:24,174 90579 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'caaed6ce-b174-4cd1-94ee-735b74871add', 'name': 'tempest-VolumesAdminNegativeTest-748666632-network', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57091, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:24,174 90579 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1083136482', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOE2ZsivHtmM1hla3Pnj9jlEa9LFDq4uPD3ddq625gB4Ae88rXU8uZOGUXyY7RbYWipvWUKvtbrPMjE99Zb+pPrPr0M3l7+L46pvnF7n5emGptQN/d2ZadfL4s/Du8U14g==', 'fingerprint': 'ef:6c:c0:1f:e1:40:27:58:45:0e:22:33:cd:70:ac:60', 'user_id': 'f8d2f5b7cbee40e49014248d10905816', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBFF3u02wHzHOQepb7FM/72pCRW8pAmZCCTSa5BD+QgbAQt95D9J51z\nEkM8gcmF7OWgBwYFK4EEACKhZANiAAThNmbIrx7ZjNYZWtz54/Y5RGvSxQ6uLjw9\n3XautuYAeAHvPK11PLmThlF8mO0W2Foqb1lCr7W6zzIxPfWW/qT6z69DN5e/i+Oq\nb5xe5+XphqbUDf3dmWnXy+LPw7vFNeI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a041a735-8008-4632-af83-61306f4d67ec', 'name': 'tempest-securitygroup--2110546202', 'stateful': True, 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': 'tempest-description--1976540240', 'shared': False, 'security_group_rules': [{'id': '21ec8f92-b157-4fd7-a74e-50297e0853c9', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'security_group_id': 'a041a735-8008-4632-af83-61306f4d67ec', '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': 359, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 0, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}, {'id': 'a18562e1-2358-488a-a5cc-3cca048b3c8c', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'security_group_id': 'a041a735-8008-4632-af83-61306f4d67ec', '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': 358, 'description': None, 'tags': [], 'created_at': '202 3-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 0, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}], 'tags': [], 'created_at': '2023-04-20T14:20:20Z', 'updated_at': '2023-04-20T14:20:20Z', 'revision_number': 1, 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b'}, 'floating_ip': {'id': '82c4436b-cf9f-457e-ae6c-4f1d41b3175b', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'floating_ip_address': '172.24.4.44', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:23Z', 'updated_at': '2023-04-20T14:20:23Z', 'revision_number': 0, 'ip': '172.24.4.44'}} 2023-04-20 14:20:25,859 90579 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 1.683s 2023-04-20 14:20:25,859 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-678409334", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "caaed6ce-b174-4cd1-94ee-735b74871add"}], "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "key_name": "tempest-keypair-1083136482", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf96f2d3-017a-4c51-b842-17032a563459', 'x-compute-request-id': 'req-cf96f2d3-017a-4c51-b842-17032a563459', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "adminPass": "fgvdbwRie6Rs"}}' 2023-04-20 14:20:26,021 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22 0.158s 2023-04-20 14:20:26,021 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb838654-747a-410d-bef6-96da8be109d0', 'x-compute-request-id': 'req-eb838654-747a-410d-bef6-96da8be109d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "name": "tempest-VolumesAdminNegativeTest-server-678409334", "status": "BUILD", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:26Z", "updated": "2023-04-20T14:20:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1083136482", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:16,308 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22 0.237s 2023-04-20 14:21:16,308 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc90561-9a22-4c96-8cfe-d11c6c43ace2', 'x-compute-request-id': 'req-cdc90561-9a22-4c96-8cfe-d11c6c43ace2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22'} Body: b'{"server": {"id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "name": "tempest-VolumesAdminNegativeTest-server-678409334", "status": "ACTIVE", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "6294656975c7ae8b0e576fd43f24699a9d95bf9360617c16f95eae82", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:25Z", "updated": "2023-04-20T14:20:36Z", "addresses": {"tempest-VolumesAdminNegativeTest-748666632-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:61:20"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1083136482", "OS-SRV-USG:launched_at": "2023-04-20T14:20:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2110546202"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:16,320 90579 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:22:16,565 90579 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/8cbb3219-57ce-46d2-9f94-de53543e4a22/os-interface 0.217s 2023-04-20 14:22:16,566 90579 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb9d009e-a479-4038-a896-236f4b327d36', 'x-compute-request-id': 'req-bb9d009e-a479-4038-a896-236f4b327d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8cbb3219-57ce-46d2-9f94-de53543e4a22/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "caaed6ce-b174-4cd1-94ee-735b74871add", "port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5", "mac_addr": "fa:16:3e:e3:61:20", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6b4c7a32-5703-4fb4-8d1b-e1f66baa31b6", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 14:22:17,300 90579 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/82c4436b-cf9f-457e-ae6c-4f1d41b3175b 0.729s 2023-04-20 14:22:17,300 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6ff71241-984e-46d5-a9f1-9a23666567c8', 'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/82c4436b-cf9f-457e-ae6c-4f1d41b3175b'} Body: b'{"floatingip": {"id": "82c4436b-cf9f-457e-ae6c-4f1d41b3175b", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "floating_ip_address": "172.24.4.44", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "e3546ba8-640a-4f12-92e9-348083b22045", "port_id": "fa2eee4e-a0e4-43b8-8a0f-e21163d102d5", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "caaed6ce-b174-4cd1-94ee-735b74871add", "mac_address": "fa:16:3e:e3:61:20", "admin_state_up": true, "status": "ACTIVE", "device_id": "8cbb3219-57ce-46d2-9f94-de53543e4a22", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:23Z", "updated_at": "2023-04-20T14:22:16Z", "revision_number": 1, "project_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:22:17,302 90579 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2023-04-20 14:22:17,335 90579 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:22:17,359 90579 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:22:17,359 90579 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2023-04-20 14:22:17,593 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes 0.232s 2023-04-20 14:22:17,593 90579 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-797268172"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a1870d-df36-4d17-a879-2ea7151ac840', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-28a1870d-df36-4d17-a879-2ea7151ac840', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:17.526650", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:17,651 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e 0.045s 2023-04-20 14:22:17,652 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec8ff1b-c6df-4c00-a8a0-cc95e9a277db', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec8ff1b-c6df-4c00-a8a0-cc95e9a277db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:18.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:22:18,706 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e 0.042s 2023-04-20 14:22:18,706 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f65f345-4925-4895-923d-d53b6c962570', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f65f345-4925-4895-923d-d53b6c962570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e'} Body: b'{"volume": {"id": "10689ecf-8fae-4d2e-b31f-a81bf738d03e", "status": "error ", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:18.000000", "updated_at": "2023-04-20T14:22:18.000000", "name": "tempest-VolumesAdminNegativeTest-volume-797268172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/10689ecf-8fae-4d2e-b31f-a81bf738d03e"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 97d4e6bf-d39b-45ee-89ea-8d9269d343b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:54,198 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:19:54,198 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:19:54,434 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.233s 2023-04-20 14:19:54,435 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-349807314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:54 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-f7d59ec1-c0a6-4007-8d3f-f5b42a7c0456', 'x-compute-request-id': 'req-f7d59ec1-c0a6-4007-8d3f-f5b42a7c0456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-349807314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw==", "fingerprint": "3c:9d:e6:47:02:f9:a1:ff:f0:49:1a:11:49:f3:b7:29", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:19:54,440 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-349807314 created 2023-04-20 14:19:55,457 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.016s 2023-04-20 14:19:55,458 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--918936674", "description": "tempest-description--1255707410"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-dc09702b-d6a5-4a6e-a776-76d1866a9e6e', 'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "name": "tempest-securitygroup--918936674", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1255707410", "shared": false, "security_group_rules": [{"id": "9499df82-b896-43b4-8de0-f48b0282d7a2", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "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": 222, "description": null, "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "cbe6d15a-2dbf-4ff9-b34e-32d58bbb3108", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 223, "description": null, "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:19:54Z", "updated_at": "2023-04-20T14:19:54Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,065 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.606s 2023-04-20 14:19:56,065 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-258ddada-03bc-4fd5-9056-3d8739fae8b5', 'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9b1a976-56fb-4d8f-b4fd-eae950b3220f", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:55Z", "updated_at": "2023-04-20T14:19:55Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,516 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.450s 2023-04-20 14:19:56,516 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-74d806b6-7225-43ed-a096-5dd0bd61ef59', 'date': 'Thu, 20 Apr 2023 14:19:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e6bffd7-07ba-4dec-83ef-c15d4b1af2ed", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "f7f4ba2e-feda-42ba-b818-89c11a3eabb0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:19:56,516 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--918936674 created 2023-04-20 14:19:57,504 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.987s 2023-04-20 14:19:57,504 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-61bef994-7eaf-43e0-911f-8bb6539e4116', 'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "27b4cd11-a069-4ed0-812c-d40392669092", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.52", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:19:57Z", "revision_number": 0}}' 2023-04-20 14:19:57,505 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '27b4cd11-a069-4ed0-812c-d40392669092', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2023-04-20 14:19:57,656 90569 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.144s 2023-04-20 14:19:57,656 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dcc74a71-c3ac-4655-813a-ef4520ebcf6b', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["Q8fE4VRWRtijYY1zTftYwQ"], "expires_at": "2023-04-20T15:19:57.000000Z", "issued_at": "2023-04-20T14:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volu me/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:19:57,657 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:19:57,657 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-349807314', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJfYuJllBq4o/qkmSCjmq8ENLVEg31QMAszk4qt9CVaWdY0NGbjg1NTTVKgM/HLe3YX5rRFGx88ArNExvKLT1QgtHHu0WIAzWI6c3JhlMqr1sW0x3sgW4wdGjsg4xdThw==', 'fingerprint': '3c:9d:e6:47:02:f9:a1:ff:f0:49:1a:11:49:f3:b7:29', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBiglKC6TEW12MRy9JTQvW33gaV0CrTC8GiUYyWXraTc4yHXnetP3HK\nVcH9ne6cLD2gBwYFK4EEACKhZANiAATiX2LiZZQauKP6pJkgo5qvBDS1RIN9UDAL\nM5OKrfQlWlnWNDRm44NTU01SoDPxy3t2F+a0RRsfPAKzRMbyi09UILRx7tFiAM1i\nOnNyYZTKq9bFtMd7IFuMHRo7IOMXU4c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', 'name': 'tempest-securitygroup--918936674', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1255707410', 'shared': False, 'security_group_rules': [{'id': '9499df82-b896-43b4-8de0-f48b0282d7a2', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', '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': 222, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': 'cbe6d15a-2dbf-4ff9-b34e-32d58bbb3108', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'f7f4ba2e-feda-42ba-b818-89c11a3eabb0', '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': 223, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b 18a6'}], 'tags': [], 'created_at': '2023-04-20T14:19:54Z', 'updated_at': '2023-04-20T14:19:54Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '27b4cd11-a069-4ed0-812c-d40392669092', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2023-04-20 14:20:00,976 90569 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 3.317s 2023-04-20 14:20:00,976 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1497294008", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--918936674"}], "key_name": "tempest-keypair-349807314", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2243cfb-59c8-466b-ac4c-f2ebbcf6b185', 'x-compute-request-id': 'req-e2243cfb-59c8-466b-ac4c-f2ebbcf6b185', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--918936674"}], "adminPass": "password"}}' 2023-04-20 14:20:01,190 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361 0.210s 2023-04-20 14:20:01,191 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 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-61bd46e0-6d05-474e-af41-0d45a809583d', 'x-compute-request-id': 'req-61bd46e0-6d05-474e-af41-0d45a809583d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:20:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:51,758 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361 0.505s 2023-04-20 14:20:51,758 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5043618-2437-4b37-a2ea-b724c0f068c6', 'x-compute-request-id': 'req-c5043618-2437-4b37-a2ea-b724c0f068c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:00Z", "updated": "2023-04-20T14:20:16Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--918936674"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:51,771 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:21:52,042 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361/os-interface 0.213s 2023-04-20 14:21:52,042 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date ': 'Thu, 20 Apr 2023 14:21:51 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-97d0f185-b474-49c7-97fe-0c1935c9bbfd', 'x-compute-request-id': 'req-97d0f185-b474-49c7-97fe-0c1935c9bbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87", "mac_addr": "fa:16:3e:71:e8:7b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:21:53,307 90569 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/27b4cd11-a069-4ed0-812c-d40392669092 1.260s 2023-04-20 14:21:53,308 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e77ef8f2-ed21-4dd1-a93c-3f4e65871ccb', 'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092'} Body: b'{"floatingip": {"id": "27b4cd11-a069-4ed0-812c-d40392669092", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.52", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "23dae87b-0507-459e-8387-6aa1a2e5fa87", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:71:e8:7b", "admin_state_up": true, "status": "ACTIVE", "device_id": "357fd897-091a-46f9-bd47-c5d728e6d361", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:21:52Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:53,311 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.52:22' as 'cirros' with public key authentication 2023-04-20 14:21:53,350 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:21:53,376 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:21:53,377 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.52 successfully created 2023-04-20 14:21:53,422 90569 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/357fd897-091a-46f9-bd47-c5d728e6d361/ips 0.044s 2023-04-20 14:21:53,422 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d43f2c-cc3e-4a7a-917f-aea0c2faaece', 'x-compute-request-id': 'req-b0d43f2c-cc3e-4a7a-917f-aea0c2faaece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d7 28e6d361/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-20 14:21:53,667 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.241s 2023-04-20 14:21:53,667 90569 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-672182238"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f13c99-ce45-4510-b8ce-9dbb23d78131', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f13c99-ce45-4510-b8ce-9dbb23d78131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:53.604097", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:21:53,719 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4 0.042s 2023-04-20 14:21:53,720 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49c8ad6-cafa-4139-b9df-a6a8878d3324', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49c8ad6-cafa-4139-b9df-a6a8878d3324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:54.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:54,770 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_differ ent_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4 0.038s 2023-04-20 14:21:54,770 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7969f61-c025-489f-8a9c-1b15d233d989', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7969f61-c025-489f-8a9c-1b15d233d989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4'} Body: b'{"volume": {"id": "97d4e6bf-d39b-45ee-89ea-8d9269d343b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:21:54.000000", "updated_at": "2023-04-20T14:21:54.000000", "name": "tempest-AttachVolumeNegativeTest-volume-672182238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/97d4e6bf-d39b-45ee-89ea-8d9269d343b4"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:21:54,915 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.133s 2023-04-20 14:21:54,915 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 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-669f0dcd-66eb-4b15-8cb0-cb023b88a654', 'x-compute-request-id': 'req-669f0dcd-66eb-4b15-8cb0-cb023b88a654', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'' 2023-04-20 14:21:55,226 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.310s 2023-04-20 14:21:55,226 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:54 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-2d569bcb-ab0b-4a10-96b4-b843c8a6c25c', 'x-compute-request-id': 'req-2d569bcb-ab0b-4a10-96b4-b843c8a6c25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"server": {"id": "357fd897-091a-46f9-bd47-c5d728e6d361", "name": "tempest-AttachVolumeNegativeTest-server-1497294008", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c026 1db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:00Z", "updated": "2023-04-20T14:21:55Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}, {"version": 4, "addr": "172.24.4.52", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:e8:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/357fd897-091a-46f9-bd47-c5d728e6d361"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349807314", "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--918936674"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:45,313 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361 0.048s 2023-04-20 14:22:45,313 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ef7d355e-740f-4a2e-b18c-167c76519cd3', 'x-compute-request-id': 'req-ef7d355e-740f-4a2e-b18c-167c76519cd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/357fd897-091a-46f9-bd47-c5d728e6d361'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 357fd897-091a-46f9-bd47-c5d728e6d361 could not be found."}}' 2023-04-20 14:22:45,358 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-349807314 0.044s 2023-04-20 14:22:45,358 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38801f55-522d-4d84-8e3d-8f8dc87fa7c0', 'x-compute-request-id': 'req-38801f55-522d-4d84-8e3d-8f8dc87fa7c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-349807314'} Body: b'' 2023-04-20 14:22:45,505 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0 0.146s 2023-04-20 14:22:45,505 90569 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-3e6a0f15-48f6-4901-aca9-7f02feb212e1', 'content-length' : '0', 'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0'} Body: b'' 2023-04-20 14:22:45,531 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0 0.025s 2023-04-20 14:22:45,531 90569 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-309bcce5-789a-402d-b2a2-9e87bc95b8ac', 'date': 'Thu, 20 Apr 2023 14:22:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f7f4ba2e-feda-42ba-b818-89c11a3eabb0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f7f4ba2e-feda-42ba-b818-89c11a3eabb0 does not exist", "detail": ""}}' 2023-04-20 14:22:46,584 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092 1.052s 2023-04-20 14:22:46,584 90569 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-557ff834-ac49-4822-878d-36757ca8f0cb', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/27b4cd11-a069-4ed0-812c-d40392669092'} 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 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 91cf0f4b-e126-4a2a-855c-da581d04ef58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:02,833 90571 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/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.118s 2023-04-20 14:20:02,833 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d00f4eb8-78e7-4ad0-9db8-4dc1cc35f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:03,795 90571 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.940s 2023-04-20 14:20:03,796 90571 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': 'Thu, 20 Apr 2023 14:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/53722a77-e417-4a45-9e36-601b37db378f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d5870c53-bd2d-4d78-b05b-47e91f386c74', '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": "d3762b4d193e4c95994f129e9158623b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "53722a77-e417-4a45-9e36-601b37db378f", "created_at": "2023-04-20T14:20:04Z", "updated_at": "2023-04-20T14:20:04Z", "tags": [], "self": "/v2/images/53722a77-e417-4a45-9e36-601b37db378f", "file": "/v2/images/53722a77-e417-4a45-9e36-601b37db378f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:20:05,514 90571 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-20 14:20:05,514 90571 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/53722a77-e417-4a45-9e36-601b37db378f/file 1.718s 2023-04-20 14:20:05,514 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-beea1b4b-f503-4ca1-a261-4a68092a543b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f/file'} Body: b'' 2023-04-20 14:20:05,515 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:20:05,515 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:20:05,773 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-04-20 14:20:05,773 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-282662030", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:05 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-e97ba9c9-7fbf-44c8-b106-e456056510bf', 'x-compute-request-id': 'req-e97ba9c9-7fbf-44c8-b106-e456056510bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-282662030", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ==", "fingerprint": "da:e2:c8:fb:4f:9e:cc:ba:8d:46:30:73:6d:82:b8:fb", "user_id": "00b1afdd36714794943b85292ab9e1c5"}}' 2023-04-20 14:20:05,779 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-282662030 created 2023-04-20 14:20:06,833 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.054s 2023-04-20 14:20:06,834 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--618251951", "description": "tempest-description--393640706"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-898e8c66-bcd5-4419-85ae-749ef6c78194', 'date': 'Thu, 20 Apr 2023 14:20:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "name": "tempest-securitygroup--618251951", "stateful": true, "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "description": "tempest-description--393640706", "shared": false, "security_group_rules": [{"id": "511fdccd-f76e-4fac-af67-f1e022f2a9d0", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "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": 306, "description": null, "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}, {"id": "b9de73b7-f59a-4b59-9afc-3bbfc74b09ab", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "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": 305, "description": null, "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}], "tags": [], "created_at": "2023-04-20T14:20:06Z", "updated_at": "2023-04-20T14:20:06Z", "revision_number": 1, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:07,836 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.001s 2023-04-20 14:20:07,837 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0f5859bf-204f-45c2-9a7f-6ef593a971e9', 'date': 'Thu, 20 Apr 2023 14:20:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ccb2fdc-b98e-43c4-876e-2db0d793eb16", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:07Z", "updated_at": "2023-04-20T14:20:07Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:09,245 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.408s 2023-04-20 14:20:09,246 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4472d1e7-9673-4aa8-8cf4-45f55b74d2ef', 'date': 'Thu, 20 Apr 2023 14:20:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ce2b942b-d482-4a33-9c52-2d61124c0ef4", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "security_group_id": "b3f9275b-efbf-49ba-b4e9-21fb52761aef", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:20:08Z", "updated_at": "2023-04-20T14:20:08Z", "revision_number": 0, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:20:09,246 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--618251951 created 2023-04-20 14:20:12,627 90571 INFO [tempest.lib.common.rest_client] Request (Valid ationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.379s 2023-04-20 14:20:12,627 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4a4a9623-f5f1-4762-a5e7-4df5f1c58db2', 'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "68745b62-07ec-4a4a-b5e6-fb086591d8cf", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "floating_ip_address": "172.24.4.251", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b78568aecebd4cebb24d598aa87dd0cd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:11Z", "updated_at": "2023-04-20T14:20:11Z", "revision_number": 0}}' 2023-04-20 14:20:12,628 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '68745b62-07ec-4a4a-b5e6-fb086591d8cf', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:11Z', 'updated_at': '2023-04-20T14:20:11Z', 'revision_number': 0, 'ip': '172.24.4.251'} created 2023-04-20 14:20:12,801 90571 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.160s 2023-04-20 14:20:12,802 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-da54216c-5ccb-4f56-9049-7edeaee35b19', '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": "00b1afdd36714794943b85292ab9e1c5", "name": "tempest-AttachSCSIVolumeTestJSON-1777382396-project-member", "password_expires_at": null}, "audit_ids": ["4gr97urlTR-nGKDbeGuRbw"], "expires_at": "2023-04-20T15:20:12.000000Z", "issued_at": "2023-04-20T14:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b78568aecebd4cebb24d598aa87dd0cd", "name": "tempest-AttachSCSIVolumeTestJSON-1777382396"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:12,803 90571 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '7f3dcf67-024f-4831-a46b-d3c24f27cc09', 'name': 'tempest-AttachSCSIVolumeTestJSON-1725823536-network', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7724, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:12,803 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-282662030', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAanLT3olVXnaCEzL2zTj5LtqIdShn8mLp5A6Fs28V3XYd2Or6GiShSIs0nDI0vzo+CqRqoD4p/TPDIEX1L6hHzWwu1jFGTFDqRFMkY46uSa7BnC2WtHH29Cyzckm2b5hQ==', 'fingerprint': 'da:e2:c8:fb:4f:9e:cc:ba:8d:46:30:73:6d:82:b8:fb', 'user_id': '00b1afdd36714794943b85292ab9e1c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBcCf8Z34sBscHVKmsJxF+Nqzpv8iEqtBfg6i0wUMNujVFzLJwsyUnB\nA0yDOKwFKG2gBwYFK4EEACKhZANiAAQGpy096JVV52ghMy9s04+S7aiHUoZ/Ji6e\nQOhbNvFd12Hdjq+hokoUiLNJwyNL86PgqkaqA+Kf0zwyBF9S+oR81sLtYxRkxQ6k\nRTJGOOrkmuwZwtlrRx9vQss3JJtm+YU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', 'name': 'tempest-securitygroup--618251951', 'stateful': True, 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': 'tempest-description--393640706', 'shared': False, 'security_group_rules': [{'id': '511fdccd-f76e-4fac-af67-f1e022f2a9d0', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'security_group_id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', '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': 306, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 0, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}, {'id': 'b9de73b7-f59a-4b59-9afc-3bbfc74b09ab', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'security_group_id': 'b3f9275b-efbf-49ba-b4e9-21fb52761aef', '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': 305, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 0, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}], 'tags': [], 'created_at': '2023-04-20T14:20:06Z', 'updated_at': '2023-04-20T14:20:06Z', 'revision_number': 1, 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd'}, 'floating_ip': {'id': '68745b62-07ec-4a4a-b5e6-fb086591d8cf', 'tenant_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b78568aecebd4cebb24d598aa87dd0cd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:11Z', 'updated_at': '2023-04-20T14:20:11Z', 'revision_number': 0, 'ip': '172.24.4.251'}} 2023-04-20 14:20:14,794 90571 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.990s 2023-04-20 14:20:14,794 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "imageRef": "53722a77-e417-4a45-9e36-601b37db378f", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "7f3dcf67-024f-4831-a46b-d3c24f27cc09"}], "security_groups": [{"name": "tempest-securitygroup--618251951"}], "key_name": "tempest-keypair-282662030", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35bbbffe-5c10-46a0-ac5b-235ab85504a0', 'x-compute-request-id': 'req-35bbbffe-5c10-46a0-ac5b-235ab85504a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--618251951"}], "adminPass": "Eiz5KPmVcS2k"}}' 2023-04-20 14:20:15,189 90571 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/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.391s 2023-04-20 14:20:15,190 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:14 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-7d1276e0-0ff7-48c5-a6a4-a1be8a3b1cc0', 'x-compute-request-id': 'req-7d1276e0-0ff7-48c5-a6a4-a1be8a3b1cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/comput e/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "BUILD", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:15Z", "updated": "2023-04-20T14:20:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:05,494 90571 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/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.241s 2023-04-20 14:21:05,494 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:05 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-7dd28845-b657-4303-9137-418dff846573', 'x-compute-request-id': 'req-7dd28845-b657-4303-9137-418dff846573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "ACTIVE", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "1394107f924abb598776c745da8e5a56d85790290faf94938effde85", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:14Z", "updated": "2023-04-20T14:20:27Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1725823536-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": "2023-04-20T14:20:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--618251951"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:05,506 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:22:05,679 90571 INFO [tempest.lib.com mon.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7/os-interface 0.158s 2023-04-20 14:22:05,680 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:05 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-58c4761a-6dda-48ff-8ac8-aa9884a9e3ab', 'x-compute-request-id': 'req-58c4761a-6dda-48ff-8ac8-aa9884a9e3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7f3dcf67-024f-4831-a46b-d3c24f27cc09", "port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418", "mac_addr": "fa:16:3e:a2:d0:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0aeea3a5-b4e8-4f26-93e4-8e612c81ee8e", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 14:22:06,569 90571 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/68745b62-07ec-4a4a-b5e6-fb086591d8cf 0.884s 2023-04-20 14:22:06,569 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-362b9d7e-463d-40e3-be47-05ebd00e3002', 'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf'} Body: b'{"floatingip": {"id": "68745b62-07ec-4a4a-b5e6-fb086591d8cf", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "floating_ip_address": "172.24.4.251", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "2f67a749-21e7-4417-856e-790d75742df3", "port_id": "4fd019fa-df3c-44da-a3c2-f39ee0cf9418", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7f3dcf67-024f-4831-a46b-d3c24f27cc09", "mac_address": "fa:16:3e:a2:d0:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:11Z", "updated_at": "2023-04-20T14:22:06Z", "revision_number": 1, "project_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:06,571 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2023-04-20 14:22:06,608 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:22:06,630 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:22:06,631 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2023-04-20 14:22:06,855 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes 0.223s 2023-04-20 14:22:06,856 90571 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-1276980178"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'server ': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6bcda6-ac8e-4564-b751-5150bd160f8c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6bcda6-ac8e-4564-b751-5150bd160f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:06.792016", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:06,920 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58 0.045s 2023-04-20 14:22:06,920 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a27d745-c859-4ea1-b7f4-9fadac0e2b09', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a27d745-c859-4ea1-b7f4-9fadac0e2b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:07.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:08,006 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58 0.072s 2023-04-20 14:22:08,006 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f141a5-c7c5-4469-9e7d-df83cf428fbf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f141a5-c7c5-4469-9e7d-df83cf428fbf', 'connection': 'close', 'status': '200', 'content-lo cation': 'http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58'} Body: b'{"volume": {"id": "91cf0f4b-e126-4a2a-855c-da581d04ef58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:07.000000", "updated_at": "2023-04-20T14:22:07.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1276980178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b78568aecebd4cebb24d598aa87dd0cd/volumes/91cf0f4b-e126-4a2a-855c-da581d04ef58"}], "user_id": "00b1afdd36714794943b85292ab9e1c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b78568aecebd4cebb24d598aa87dd0cd"}}' 2023-04-20 14:22:08,158 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.140s 2023-04-20 14:22:08,159 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:08 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-78ec11ce-479b-4e53-9478-308274b677f7', 'x-compute-request-id': 'req-78ec11ce-479b-4e53-9478-308274b677f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'' 2023-04-20 14:22:08,323 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.163s 2023-04-20 14:22:08,324 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:08 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-2df7dd60-0939-479b-841b-ac15afc37a1a', 'x-compute-request-id': 'req-2df7dd60-0939-479b-841b-ac15afc37a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"server": {"id": "4ed27401-0152-4daa-a7ab-83a9a16b38b7", "name": "tempest-AttachSCSIVolumeTestJSON-server-528720248", "status": "ACTIVE", "tenant_id": "b78568aecebd4cebb24d598aa87dd0cd", "user_id": "00b1afdd36714794943b85292ab9e1c5", "metadata": {}, "hostId": "1394107f924abb598776c745da8e5a56d85790290faf94938effde85", "image": {"id": "53722a77-e417-4a45-9e36-601b37db378f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/53722a77-e417-4a45-9e36-601b37db378f"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:14Z", "updated": "2023-04-20T14:22:08Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1725823536-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:d0:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href" : "http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-282662030", "OS-SRV-USG:launched_at": "2023-04-20T14:20:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--618251951"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:58,415 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7 0.041s 2023-04-20 14:22:58,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d2bf2588-8a24-48ad-8ab4-41c5ef80e3e2', 'x-compute-request-id': 'req-d2bf2588-8a24-48ad-8ab4-41c5ef80e3e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4ed27401-0152-4daa-a7ab-83a9a16b38b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4ed27401-0152-4daa-a7ab-83a9a16b38b7 could not be found."}}' 2023-04-20 14:22:58,446 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-282662030 0.029s 2023-04-20 14:22:58,447 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22: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-1631dad1-b883-4c24-af73-5713645681f3', 'x-compute-request-id': 'req-1631dad1-b883-4c24-af73-5713645681f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-282662030'} Body: b'' 2023-04-20 14:22:58,590 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef 0.143s 2023-04-20 14:22:58,590 90571 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-90272296-b901-42ce-a39a-1e1740899240', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef'} Body: b'' 2023-04-20 14:22:58,613 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef 0.022s 2023-04-20 14:22:58,613 90571 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-reque st-id': 'req-3dc1e060-da3b-4bee-9a78-e72714e2fc0c', 'date': 'Thu, 20 Apr 2023 14:22:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b3f9275b-efbf-49ba-b4e9-21fb52761aef'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b3f9275b-efbf-49ba-b4e9-21fb52761aef does not exist", "detail": ""}}' 2023-04-20 14:22:59,105 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf 0.491s 2023-04-20 14:22:59,106 90571 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-0b93629b-5a26-4ca7-bc7b-8f3272c0ddea', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/68745b62-07ec-4a4a-b5e6-fb086591d8cf'} Body: b'' 2023-04-20 14:22:59,278 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f 0.171s 2023-04-20 14:22:59,278 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5de12dbd-0b5c-4c15-859f-77ec8fd0e868', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f'} Body: b'' 2023-04-20 14:22:59,301 90571 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f 0.022s 2023-04-20 14:22:59,302 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c0bed9c5-9b66-4a71-b14e-ffe0fa3ace95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/53722a77-e417-4a45-9e36-601b37db378f'} Body: b'{"message": "No image found with ID 53722a77-e417-4a45-9e36-601b37db378f

\\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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ffd490d4-9508-4c1e-bcbf-e5306e87b77d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:19,073 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.251s 2023-04-20 14:20:19,074 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:18 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-42fdc1c7-0eae-4662-9706-2ae56c9b91b6', '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": "e6122316767e4ceabf36e6debb1f66f2", "name": "tempest-VolumesActionsTest-1638315724-project-member", "password_expires_at": null}, "audit_ids": ["YWhK8tBTQy6qo1z-k_CdyA"], "expires_at": "2023-04-20T15:20:18.000000Z", "issued_at": "2023-04-20T14:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2f741e37db64a96870726def1cff910", "name": "tempest-VolumesActionsTest-1638315724"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:19,075 90581 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '0920952f-7f49-4ad5-b702-eb61d06e46de', 'name': 'tempest-VolumesActionsTest-1634585458-network', 'tenant_id': 'b2f741e37db64a96870726def1cff910', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b2f741e37db64a96870726def1cff910', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52603, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:20:08Z', 'updated_at': '2023-04-20T14:20:09Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:20,614 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.538s 2023-04-20 14:20:20,615 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1110708750", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "0920952f-7f49-4ad5-b702-eb61d06e46de"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad25f39-a225-4be0-92bc-e8184929c43c', 'x-compute-request-id': 'req-1ad25f39-a225-4be0-92bc-e8184929c43c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yxF9qeQuwEG5"}}' 2023-04-20 14:20:20,757 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.138s 2023-04-20 14:20:20,758 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141e9cff-73c2-4390-85e3-7dc84eb799d5', 'x-compute-request-id': 'req-141e9cff-73c2-4390-85e3-7dc84eb799d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "BUILD", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:21Z", "updated": "2023-04-20T14:20:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "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": "sc heduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:11,080 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.257s 2023-04-20 14:21:11,081 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a3424c-0a10-460d-9e41-87d69f401c33', 'x-compute-request-id': 'req-c7a3424c-0a10-460d-9e41-87d69f401c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "ACTIVE", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "7333579e6a3602ce0a4267737369eaee4937b499386b7357c6419465", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:20Z", "updated": "2023-04-20T14:20:30Z", "addresses": {"tempest-VolumesActionsTest-1634585458-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e8:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:11,094 90581 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:22:11,335 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes 0.217s 2023-04-20 14:22:11,335 90581 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-1865901405"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1782f7-5057-4015-a416-cf3ab4a42b46', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1782f7-5057-4015-a416-cf3ab4a42b46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.275322", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:22:11,381 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.036s 2023-04-20 14:22:11,381 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbd06b9-c6fa-430d-87d7-b68f258be285', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbd06b9-c6fa-430d-87d7-b68f258be285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,436 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.043s 2023-04-20 14:22:12,436 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a615fd5-ddb2-46a6-a9a5-f82a7d9e0e17', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a615fd5-ddb2-46a6-a9a5-f82a7d9e0e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": "2023-04-20T14:22:11.000000", "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4cea bf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,484 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.036s 2023-04-20 14:22:12,484 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707131ab-a38a-43b0-a469-2c87aa38eb16', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707131ab-a38a-43b0-a469-2c87aa38eb16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"volume": {"id": "ffd490d4-9508-4c1e-bcbf-e5306e87b77d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:22:11.000000", "updated_at": "2023-04-20T14:22:11.000000", "name": "tempest-VolumesActionsTest-Volume-1865901405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:22:12,598 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.103s 2023-04-20 14:22:12,599 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1af456-d2d0-4dac-941b-a2e8046cd673', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'' 2023-04-20 14:22:12,619 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d 0.020s 2023-04-20 14:22:12,619 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a71bd0-cc1e-420b-9b4c-21ea21a7c1a2', 'x-openstack-request-id': 'req-a2a71bd0-cc1e-420b-9b4c-21ea21a7c1a2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ffd490d4-9508-4c1e-bcbf-e5306e87b77d'} Body: b'{"itemNotFound" : {"code": 404, "message": "Volume ffd490d4-9508-4c1e-bcbf-e5306e87b77d could not be found."}}' 2023-04-20 14:22:12,746 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.126s 2023-04-20 14:22:12,747 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d5db9a4-1bea-434e-a398-8a9a01e34b49', 'x-compute-request-id': 'req-9d5db9a4-1bea-434e-a398-8a9a01e34b49', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'' 2023-04-20 14:22:13,018 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.271s 2023-04-20 14:22:13,018 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:12 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-b6eb29c9-c4fe-4b5f-9df2-0fbe802dec2c', 'x-compute-request-id': 'req-b6eb29c9-c4fe-4b5f-9df2-0fbe802dec2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"server": {"id": "dcd59de6-5867-41c8-8648-18539e2a26f0", "name": "tempest-VolumesActionsTest-instance-1110708750", "status": "ACTIVE", "tenant_id": "b2f741e37db64a96870726def1cff910", "user_id": "e6122316767e4ceabf36e6debb1f66f2", "metadata": {}, "hostId": "7333579e6a3602ce0a4267737369eaee4937b499386b7357c6419465", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:20Z", "updated": "2023-04-20T14:22:13Z", "addresses": {"tempest-VolumesActionsTest-1634585458-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e8:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dcd59de6-5867-41c8-8648-18539e2a26f0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:03,114 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0 0.037s 2023-04-20 14:23:03,114 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-be8095b6-a55c-414e-980b-0a75667b69cf', 'x-compute-request-id': 'req-be8095b6-a55c-414e-980b-0a75667b69cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dcd59de6-5867-41c8-8648-18539e2a26f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dcd59de6-5867-41c8-8648-18539e2a26f0 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ef414b06-4151-46a0-ae71-af4484e731d9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:03,490 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.371s 2023-04-20 14:23:03,490 90581 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-1954780819"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da1156c-a547-4be5-b6e0-9b4553743c7a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da1156c-a547-4be5-b6e0-9b4553743c7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.260359", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:03,543 90581 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/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.044s 2023-04-20 14:23:03,544 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1c5224-2759-419a-a7e0-858be3f0d733', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1c5224-2759-419a-a7e0-858be3f0d733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,597 90581 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/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.042s 2023-04-20 14:23:04,598 90581 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856a76dd-47cd-44c6-bc43-7707b2d589b8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856a76dd-47cd-44c6-bc43-7707b2d589b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": "2023-04-20T14:23:04.000000", "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,654 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.045s 2023-04-20 14:23:04,655 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99878224-0a29-4465-81a9-4467bd40ff04', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99878224-0a29-4465-81a9-4467bd40ff04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"volume": {"id": "ef414b06-4151-46a0-ae71-af4484e731d9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:03.000000", "updated_at": "2023-04-20T14:23:04.000000", "name": "tempest-VolumesActionsTest-Volume-1954780819", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:04,780 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.115s 2023-04-20 14:23:04,781 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9957d4fa-3f57-41b0-98ca-15371db76b91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'' 2023-04-20 14:23:04,802 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9 0.020s 2023-04-20 14:23:04,802 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-f511dc05-a041-435f-a6bd-8cc7cba2e0aa', 'x-openstack-request-id': 'req-f511dc05-a041-435f-a6bd-8cc7cba2e0aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/ef414b06-4151-46a0-ae71-af4484e731d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef414b06-4151-46a0-ae71-af4484e731d9 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0e66ba3d-6c33-44ea-a83e-55e3f38070db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:05,036 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.231s 2023-04-20 14:23:05,037 90581 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-1082135037"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2ceb44-b0e8-432d-bcf3-a065fc323d61', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2ceb44-b0e8-432d-bcf3-a065fc323d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:04.974489", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:05,089 90581 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/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.042s 2023-04-20 14:23:05,089 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0719c55-a469-4d68-b612-60a30383197e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0719c55-a469-4d68-b612-60a30383197e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,148 90581 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/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.044s 2023-04-20 14:23:06,149 90581 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35bf7592-9dee-4f26-bc6a-bb421148d1b3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35bf7592-9dee-4f26-bc6a-bb421148d1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": "2023-04-20T14:23:05.000000", "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,200 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.039s 2023-04-20 14:23:06,201 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6b5fe6-a0ea-4766-8743-f500795bc0d1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6b5fe6-a0ea-4766-8743-f500795bc0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"volume": {"id": "0e66ba3d-6c33-44ea-a83e-55e3f38070db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:05.000000", "updated_at": "2023-04-20T14:23:05.000000", "name": "tempest-VolumesActionsTest-Volume-1082135037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:06,376 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.165s 2023-04-20 14:23:06,376 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275c73f3-4f83-4951-a04d-79ae8a2dd99e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'' 2023-04-20 14:23:06,401 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db 0.024s 2023-04-20 14:23:06,401 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5259d0-9611-4f05-9763-90c0ea52e5ac', 'x-openstack-request-id': 'req-1c5259d0-9611-4f05-9763-90c0ea52e5ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/0e66ba3d-6c33-44ea-a83e-55e3f38070db'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e66ba3d-6c33-44ea-a83e-55e3f38070db could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9bd0b64a-1161-4dda-932f-7ff171daa93d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:06,644 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.239s 2023-04-20 14:23:06,645 90581 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-947247456"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42692aa-d65f-4dc8-830c-5db9a0819226', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42692aa-d65f-4dc8-830c-5db9a0819226', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:06.533868", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:06,707 90581 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/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.052s 2023-04-20 14:23:06,708 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eaa4ebd-de04-4e23-ab86-b519e3ff0968', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eaa4ebd-de04-4e23-ab86-b519e3ff0968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,766 90581 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/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.046s 2023-04-20 14:23:07,767 90581 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c89fac83-3836-428b-8474-332e9bb187fc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c89fac83-3836-428b-8474-332e9bb187fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": "2023-04-20T14:23:07.000000", "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,814 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.037s 2023-04-20 14:23:07,815 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa94679-866b-4705-9c71-1047717c3245', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa94679-866b-4705-9c71-1047717c3245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"volume": {"id": "9bd0b64a-1161-4dda-932f-7ff171daa93d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:07.000000", "updated_at": "2023-04-20T14:23:07.000000", "name": "tempest-VolumesActionsTest-Volume-947247456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:07,928 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.102s 2023-04-20 14:23:07,928 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7edeacdb-2fc8-40ff-9e76-72607a70b7dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'' 2023-04-20 14:23:07,949 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d 0.020s 2023-04-20 14:23:07,949 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a3f48f-f761-4a05-931b-d817c4f22fec', 'x-openstack-request-id': 'req-09a3f48f-f761-4a05-931b-d817c4f22fec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/9bd0b64a-1161-4dda-932f-7ff171daa93d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9bd0b64a-1161-4dda-932f-7ff171daa93d could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:08,219 90581 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/b2f741e37db64a96870726def1cff910/volumes 0.264s 2023-04-20 14:23:08,219 90581 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-1612570451"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122bd458-79c9-49d2-9f5e-9a18533b258f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122bd458-79c9-49d2-9f5e-9a18533b258f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.144975", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:08,271 90581 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/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.043s 2023-04-20 14:23:08,272 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe39bdf-6302-47c8-8744-64823323c869', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe39bdf-6302-47c8-8744-64823323c869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,337 90581 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/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.054s 2023-04-20 14:23:09,338 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a625f491-6aef-4274-9ec5-f599d7d32921', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a625f491-6aef-4274-9ec5-f599d7d32921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": "2023-04-20T14:23:08.000000", "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,414 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.065s 2023-04-20 14:23:09,415 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5860016-93dc-4b06-9f9f-552a3c5f3166', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5860016-93dc-4b06-9f9f-552a3c5f3166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"volume": {"id": "936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:08.000000", "updated_at": "2023-04-20T14:23:08.000000", "name": "tempest-VolumesActionsTest-Volume-1612570451", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:09,548 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.120s 2023-04-20 14:23:09,549 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 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-693da9a9-f927-4bf8-a925-3c3fc55584e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'' 2023-04-20 14:23:09,574 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 0.025s 2023-04-20 14:23:09,575 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-ef386d3f-6041-40b4-9ea0-494cebc6992e', 'x-openstack-request-id': 'req-ef386d3f-6041-40b4-9ea0-494cebc6992e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 936b2cf0-c0e8-4f08-a1f3-ce9f9998f5c7 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 77f2f373-28ed-43c6-9b51-f49f2dd8b57a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:09,829 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes 0.251s 2023-04-20 14:23:09,830 90581 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-396002885"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c563f99-4728-4f0e-af2d-4d512565cccd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c563f99-4728-4f0e-af2d-4d512565cccd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:09.724606", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:09,883 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.044s 2023-04-20 14:23:09,884 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28adb510-897d-4d22-8d28-ce0d43fda6f7', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28adb510-897d-4d22-8d28-ce0d43fda6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:10,976 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.079s 2023-04-20 14:23:10,976 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5950954-1597-4fb0-8d20-8eb22fd3fb94', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5950954-1597-4fb0-8d20-8eb22fd3fb94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": "2023-04-20T14:23:10.000000", "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:11,038 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.046s 2023-04-20 14:23:11,038 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7fa813-46b4-43ff-bcc7-1a8e6dab8bbb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7fa813-46b4-43ff-bcc7-1a8e6dab8bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"volume": {"id": "77f2f373-28ed-43c6-9b51-f49f2dd8b57a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:10.000000", "updated_at": "2023-04-20T14:23:10.000000", "name": "tempest-VolumesActionsTest-Volume-396002885", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a"}], "user_id": "e6122316767e4ceabf36e6debb1f66f2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2f741e37db64a96870726def1cff910"}}' 2023-04-20 14:23:11,164 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.115s 2023-04-20 14:23:11,164 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23: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-24020334-026a-4d9c-83b8-74accbfd2887', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'' 2023-04-20 14:23:11,188 90581 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a 0.023s 2023-04-20 14:23:11,188 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-131dc0ed-466c-408d-874c-c101df98f3be', 'x-openstack-request-id': 'req-131dc0ed-466c-408d-874c-c101df98f3be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b2f741e37db64a96870726def1cff910/volumes/77f2f373-28ed-43c6-9b51-f49f2dd8b57a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 77f2f373-28ed-43c6-9b51-f49f2dd8b57a could not be found."}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 09f9e584-d691-46af-b8e7-6e75b4719b86 failed to build and is in ERROR status tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76c20680-9b58-4212-ace9-af9b040911b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:20,947 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes 0.352s 2023-04-20 14:23:20,948 90571 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-540670381"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1119913e-f501-4ed6-9fc5-ca269657121e', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1119913e-f501-4ed6-9fc5-ca269657121e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:20.889246", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:21,001 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1 0.043s 2023-04-20 14:23:21,001 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abea06bf-9b07-4f86-97a7-c7cc16109428', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abea06bf-9b07-4f86-97a7-c7cc16109428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:21.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3916ce75d398400287f99bfd70931258"}}' 2023-04-20 14:23:22,100 90571 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1 0.087s 2023-04-20 14:23:22,100 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1facf21e-e875-4ab8-88ae-625900184632', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1facf21e-e875-4ab8-88ae-625900184632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1'} Body: b'{"volume": {"id": "76c20680-9b58-4212-ace9-af9b040911b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:21.000000", "updated_at": "2023-04-20T14:23:21.000000", "name": "tempest-TestVolumeSwap-volume-540670381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3916ce75d398400287f99bfd70931258/volumes/76c20680-9b58-4212-ace9-af9b040911b1"}], "user_id": "65108434958844ef9d416b1dc8eff4f8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3916ce75d398400287f99bfd70931258"}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2de0250a-3536-49ed-b8af-d4da44c4c872 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:41,410 90581 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.200s 2023-04-20 14:23:41,410 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1669388557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAeNCZHo4mxffmNmPriGshqAhny+1MfrPA60tbtoWmIN9PjYfsqnJxnel2MQrEvxAStnmSGfVcvmuO5zU0A4XO51o9zr8IS9iQHjE0m5nySRfdg3ahRT52M2LrsgGoipEg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:41 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-a58c1ad9-d62b-4f77-ae05-c3c7e9e474a3', 'x-compute-request-id': 'req-a58c1ad9-d62b-4f77-ae05-c3c7e9e474a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1669388557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAeNCZHo4mxffmNmPriGshqAhny+1MfrPA60tbtoWmIN9PjYfsqnJxnel2MQrEvxAStnmSGfVcvmuO5zU0A4XO51o9zr8IS9iQHjE0m5nySRfdg3ahRT52M2LrsgGoipEg==", "fingerprint": "10:b0:bb:e8:7f:a2:5c:96:50:8a:bc:c8:1e:63:19:f0", "user_id": "c9e5c8ab1ed643e687c3460d50003115"}}' 2023-04-20 14:23:41,565 90581 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.152s 2023-04-20 14:23:41,566 90581 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-2010694677", "description": "tempest-secgroup-smoke-2010694677 description", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-634de35a-2865-4327-820f-aef01433f916', 'date': 'Thu, 20 Apr 2023 14:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "name": "tempest-secgroup-smoke-2010694677", "stateful": true, "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "description": "tempest-secgroup-smoke-2010694677 description", "shared": false, "security_group_rules": [{"id": "ae4d73db-936d-4f83-9ada-92ae284f64c0", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "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": 604, "description": null, "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}, {"id": "fe1ee93b-e6d5-406b-8cc9-6c74cdf140cb", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "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": 605, "description": null, "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}], "tags": [], "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14: 23:41Z", "revision_number": 1, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:41,722 90581 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.155s 2023-04-20 14:23:41,722 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d2b3b4c7-3a33-4ff0-87bc-38093971eef4', 'date': 'Thu, 20 Apr 2023 14: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": "a06f10f2-47c9-4390-b0a1-03ef75700f5e", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,035 90581 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.312s 2023-04-20 14:23:42,035 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-d8e88b07-be00-450a-b486-78bb4831e7eb', 'date': 'Thu, 20 Apr 2023 14: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": "3dc180c0-8729-4cc3-858c-c2403970121b", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:41Z", "updated_at": "2023-04-20T14:23:41Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,219 90581 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.184s 2023-04-20 14:23:42,220 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aaec978a-57e4-4897-a46d-8bf8ca2e686e', 'date': 'Thu, 20 Apr 2023 14: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": "ccd41ba7-f383-45ea-9c72-6f3076200b7a", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,389 90581 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.168s 2023-04-20 14:23:42,390 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-afe8c287-b949-41a6-932e-2894f2330f75', 'date': 'Thu, 20 Apr 2023 14: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": "b95f8c1d-e1ce-465e-bb51-5145aa2e3893", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,566 90581 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.176s 2023-04-20 14:23:42,566 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf1ae1cc-e45a-4549-8775-a8336919315b', 'date': 'Thu, 20 Apr 2023 14: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": "b6ceb896-46e5-40fa-ad17-ba26832df370", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,750 90581 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.183s 2023-04-20 14:23:42,750 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c6 4", "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-16c166a3-0abc-4283-9c37-9e22525ab0c6', 'date': 'Thu, 20 Apr 2023 14: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": "1bc1f7b0-e8af-43dc-84bd-9d211edca254", "tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a", "security_group_id": "c8cfffdd-a75d-4252-879a-3c4a9bf30c64", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:42Z", "updated_at": "2023-04-20T14:23:42Z", "revision_number": 0, "project_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:42,788 90581 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.031s 2023-04-20 14:23:42,789 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:42 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-f44107d6-4cdd-4643-b7a1-7f9c079f9111', '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": "c9e5c8ab1ed643e687c3460d50003115", "name": "tempest-TestShelveInstance-1292630780-project-member", "password_expires_at": null}, "audit_ids": ["rdiEzwQXQpa_FysZMhkhRw"], "expires_at": "2023-04-20T15:23:42.000000Z", "issued_at": "2023-04-20T14:23:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ac4f1e55fe490aa320186d8af2ec0a", "name": "tempest-TestShelveInstance-1292630780"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoin ts": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:42,789 90581 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '312834d9-ded7-4b9b-ab6f-53d0e0b5210d', 'name': 'tempest-TestShelveInstance-408784675-network', 'tenant_id': 'c8ac4f1e55fe490aa320186d8af2ec0a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c8ac4f1e55fe490aa320186d8af2ec0a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4006, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:28Z', 'updated_at': '2023-04-20T14:23:28Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:43,214 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes 0.423s 2023-04-20 14:23:43,214 90581 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-1052022740", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b666002d-9c57-4b44-aa21-9dc3eb0b1580', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b666002d-9c57-4b44-aa21-9dc3eb0b1580', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.132338", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:43,293 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.069s 2023-04-20 14:23:43,293 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae05221b-ffc4-430a-bdfc-123bdef4160b', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-ae05221b-ffc4-430a-bdfc-123bdef4160b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:44,351 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.047s 2023-04-20 14:23:44,352 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04628b6c-7d5e-4553-83e6-d60b3a658153', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04628b6c-7d5e-4553-83e6-d60b3a658153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"volume": {"id": "2de0250a-3536-49ed-b8af-d4da44c4c872", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:43.000000", "updated_at": "2023-04-20T14:23:43.000000", "name": "tempest-tempest.common.compute-volume-1052022740", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872"}], "user_id": "c9e5c8ab1ed643e687c3460d50003115", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8ac4f1e55fe490aa320186d8af2ec0a"}}' 2023-04-20 14:23:44,476 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.107s 2023-04-20 14:23:44,476 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7997ec70-3142-4faf-a592-07067de23fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'' 2023-04-20 14:23:44,495 90581 INFO [tempest.lib.common.rest_cl ient] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872 0.019s 2023-04-20 14:23:44,496 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8b360c-3599-44fb-805c-ed88dd30dcc4', 'x-openstack-request-id': 'req-1a8b360c-3599-44fb-805c-ed88dd30dcc4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c8ac4f1e55fe490aa320186d8af2ec0a/volumes/2de0250a-3536-49ed-b8af-d4da44c4c872'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2de0250a-3536-49ed-b8af-d4da44c4c872 could not be found."}}' 2023-04-20 14:23:44,648 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c8cfffdd-a75d-4252-879a-3c4a9bf30c64 0.150s 2023-04-20 14:23:44,648 90581 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-d59f1930-5efe-4119-bbe8-f0f14f92be19', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:23:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c8cfffdd-a75d-4252-879a-3c4a9bf30c64'} Body: b'' 2023-04-20 14:23:44,674 90581 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1669388557 0.025s 2023-04-20 14:23:44,674 90581 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:44 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-ac7bb99e-670b-417a-a363-2575fe40f1c3', 'x-compute-request-id': 'req-ac7bb99e-670b-417a-a363-2575fe40f1c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1669388557'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:19:55,507 90585 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:19:55,763 90585 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.253s 2023-04-20 14:19:55,763 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1332981866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6b7171f-ef91-49ba-8168-124aa2ee15e0', 'x-compute-request-id': 'req-c6b7171f-ef91-49ba-8168-124aa2ee15e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1332981866", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw==", "fingerprint": "a8:ea:4c:83:78:7d:f9:8a:ba:60:de:f9:c0:5e:4c:05", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}}' 2023-04-20 14:19:55,768 90585 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1332981866 created 2023-04-20 14:19:57,522 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.753s 2023-04-20 14:19:57,523 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--476406995", "description": "tempest-description--1009617909"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-dd6408c5-7613-4330-81e5-b07f6ddfcbd7', 'date': 'Thu, 20 Apr 2023 14:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "name": "tempest-securitygroup--476406995", "stateful": true, "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "description": "tempest-description--1009617909", "shared": false, "security_group_rules": [{"id": "8b29833b-10dc-44bd-aed7-e0995b3f23a9", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "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": 234, "description": null, "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}, {"id": "b42a972a-e303-4c20-9e49-c1f6736a0de9", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "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 ": 235, "description": null, "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}], "tags": [], "created_at": "2023-04-20T14:19:56Z", "updated_at": "2023-04-20T14:19:56Z", "revision_number": 1, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,088 90585 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.564s 2023-04-20 14:19:58,089 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a5456a43-1664-4286-8b13-aed8ab8975e3', 'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a0b73956-e811-469f-aace-86e8a2d42556", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:57Z", "updated_at": "2023-04-20T14:19:57Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,553 90585 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.464s 2023-04-20 14:19:58,553 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-106b1b82-ce21-40d7-a173-a2e76e635f69', 'date': 'Thu, 20 Apr 2023 14:19:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a91667c-a51e-4a13-9dbb-c47230d29d15", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "security_group_id": "801b4e5c-a529-4de1-bd1b-01ff036f7e5d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:19:58Z", "updated_at": "2023-04-20T14:19:58Z", "revision_number": 0, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:19:58,554 90585 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--476406995 created 2023-04-20 14:20:01,832 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.277s 2023-04-20 14:20:01,832 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-1 11cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7fba04c5-e78f-4a45-b93e-70af5aa72a27', 'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cace0eae-380a-4aa1-9f01-9d6e7dbd150b", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "floating_ip_address": "172.24.4.19", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7e7fe9eef2024c50bf5b410604c5e987", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:00Z", "updated_at": "2023-04-20T14:20:00Z", "revision_number": 0}}' 2023-04-20 14:20:01,832 90585 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cace0eae-380a-4aa1-9f01-9d6e7dbd150b', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-04-20 14:20:01,940 90585 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.102s 2023-04-20 14:20:01,940 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4d2a0635-3d8a-4923-81ed-87c750db2343', '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": "a6e39f2774844ac8b5ddc3e4960a5f81", "name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "password_expires_at": null}, "audit_ids": ["G2NjQMfpQQiHbZ2flkeecQ"], "expires_at": "2023-04-20T15:20:01.000000Z", "issued_at": "2023-04-20T14:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e7fe9eef2024c50bf5b410604c5e987", "name": "tempest-ServerStableDeviceRescueTest-810628911"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endp oints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:01,941 90585 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c', 'name': 'tempest-ServerStableDeviceRescueTest-962791381-network', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53182, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:01,942 90585 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1332981866', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFRFwcWtq5LQJifQRpRHejarDgOC7HJBx519oWJY24lIEO+uBNidQWslLCGmZLCKps52flwbnLIcctJSbJ/GFAPBNUsyfzUS2nO9EdNK53nD6ogQi84kOtzwf0HXrxhGXw==', 'fingerprint': 'a8:ea:4c:83:78:7d:f9:8a:ba:60:de:f9:c0:5e:4c:05', 'user_id': 'a6e39f2774844ac8b5ddc3e4960a5f81', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJUaFXw2RrCK5rw3seoGwbIG84GT5L8Pty03/ooxu9FBUYOTtqhvIW\ncy2H60ewyvugBwYFK4EEACKhZANiAARURcHFrauS0CYn0EaUR3o2qw4DguxyQced\nfaFiWNuJSBDvrgTYnUFrJSwhpmSwiqbOdn5cG5yyHHLSUmyfxhQDwTVLMn81Etpz\nvRHTSud5w+qIEIvOJDrc8H9B168YRl8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', 'name': 'tempest-securitygroup--476406995', 'stateful': True, 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': 'tempest-description--1009617909', 'shared': False, 'security_group_rules': [{'id': '8b29833b-10dc-44bd-aed7-e0995b3f23a9', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'security_group_id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', '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': 234, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 0, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}, {'id': 'b42a972a-e303-4c20-9e49-c1f6736a0de9', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'security_group_id': '801b4e5c-a529-4de1-bd1b-01ff036f7e5d', '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': 235, 'description': None, 'ta gs': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 0, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}], 'tags': [], 'created_at': '2023-04-20T14:19:56Z', 'updated_at': '2023-04-20T14:19:56Z', 'revision_number': 1, 'project_id': '7e7fe9eef2024c50bf5b410604c5e987'}, 'floating_ip': {'id': 'cace0eae-380a-4aa1-9f01-9d6e7dbd150b', 'tenant_id': '7e7fe9eef2024c50bf5b410604c5e987', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7e7fe9eef2024c50bf5b410604c5e987', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-04-20 14:20:04,556 90585 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.613s 2023-04-20 14:20:04,556 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c"}], "security_groups": [{"name": "tempest-securitygroup--476406995"}], "key_name": "tempest-keypair-1332981866", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbfe27e-7806-431a-8051-d9ac57c63100', 'x-compute-request-id': 'req-2dbfe27e-7806-431a-8051-d9ac57c63100', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--476406995"}], "adminPass": "qX7vKLQsQCkQ"}}' 2023-04-20 14:20:04,739 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.179s 2023-04-20 14:20:04,739 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d442fb3-5240-4abd-95f1-5c696a8ecd74', 'x-compute-request-id': 'req-2d442fb3-5240-4abd-95f1-5c696a8ecd74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "BUILD", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f 2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:05Z", "updated": "2023-04-20T14:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:55,033 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.232s 2023-04-20 14:20:55,033 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0dc917-cec7-4c7b-9ddd-3adabaf06102', 'x-compute-request-id': 'req-df0dc917-cec7-4c7b-9ddd-3adabaf06102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:20:20Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:20:55,045 90585 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:21:55,411 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b/os-interface 0.306s 2023-04-20 14:21:55,411 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 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-3de3ddc9-9eef-4fac-ba66-6121e3f450b6', 'x-compute-request-id': 'req-3de3ddc9-9eef-4fac-ba66-6121e3f450b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c", "port_id": "61405d8c-1a67-4f22-b00f-dd6141695815", "mac_addr": "fa:16:3e:84:3b:2e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "34f438c6-dd3c-4524-b951-569ee120ed37", "ip_address": "10.0.0.9"}]}]}' 2023-04-20 14:21:57,211 90585 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/cace0eae-380a-4aa1-9f01-9d6e7dbd150b 1.795s 2023-04-20 14:21:57,211 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "61405d8c-1a67-4f22-b00f-dd6141695815"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-741d4db3-b14c-4c61-b44f-a83b26ca3254', 'date': 'Thu, 20 Apr 2023 14:21:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cace0eae-380a-4aa1-9f01-9d6e7dbd150b'} Body: b'{"floatingip": {"id": "cace0eae-380a-4aa1-9f01-9d6e7dbd150b", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "floating_ip_address": "172.24.4.19", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "ceffc953-cb2a-450f-9799-79e5430e8016", "port_id": "61405d8c-1a67-4f22-b00f-dd6141695815", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "22fbe305-0bb2-49d7-9f0a-ad5f7bb3772c", "mac_address": "fa:16:3e:84:3b:2e", "admin_state_up": true, "status": "ACTIVE", "device_id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:20:00Z", "updated_at": "2023-04-20T14:21:56Z", "revision_number": 1, "project_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:21:57,214 90585 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication 2023-04-20 14:21:57,243 90585 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:21:57,267 90585 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:21:57,268 90585 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created 2023-04-20 14:21:58,119 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b/action 0.850s 2023-04-20 14:21:58,119 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-94401160"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:57 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/b2a82b52-562e-42e4-9138-ce2dbca467c9', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f6f5155-d757-4904-b9a8-63aa1204052a', 'x-compute-request-id': 'req-5f6f5155-d757-4904-b9a8-63aa1204052a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b/action'} Body: b'' 2023-04-20 14:21:58,185 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.063s 2023-04-20 14:21:58,185 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:58 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-e1394a6a-44de-43d9-b332-e67beda1af20', 'x-compute-request-id': 'req-e1394a6a-44de-43d9-b332-e67beda1af20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:21:58Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,304 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.063s 2023-04-20 14:22:48,305 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 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-3099763a-c66f-4135-aadd-0599fcf888fc', 'x-compute-request-id': 'req-3099763a-c66f-4135-aadd-0599fcf888fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:22:03Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,363 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.053s 2023-04-20 14:22:48,364 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 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-e1c62148-ee1e-4418-9ff8-09b2183828e5', 'x-compute-request-id': 'req-e1c62148-ee1e-4418-9ff8-09b2183828e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"image": {"id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81"}, "created": "2023-04-20T14:21:58Z", "updated": "2023-04-20T14:22:03Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b2a82b52-562e-42e4-9138-ce2dbca467c9"}], "server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}]}}}' 2023-04-20 14:22:48,735 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.365s 2023-04-20 14:22:48,735 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-628c8fbe-f16f-437a-a505-697dd5475ab2', 'x-compute-request-id': 'req-628c8fbe-f16f-437a-a505-697dd5475ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:49,043 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.234s 2023-04-20 14:23:49,043 90585 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': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8271484e-e3b1-4473-9989-23ed1cca2e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b2a82b52-562e-42e4-9138-ce2db ca467c9'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2da566924ba8da9042e559018b98b766", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7fe9eef2024c50bf5b410604c5e987", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "49048e4f276afb6359e4ae23d4959e6dc0c8b54d6abccb425e885c18a5f66df79e7e69d3067a65ec446589881445f5a43577c6b22cc8b069923f0b476d4d3df3", "id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "created_at": "2023-04-20T14:21:58Z", "updated_at": "2023-04-20T14:23:49Z", "tags": [], "self": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9", "file": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:23:49,177 90585 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/b2a82b52-562e-42e4-9138-ce2dbca467c9 0.133s 2023-04-20 14:23:49,178 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cbfa08ac-d6e2-4316-be4a-8d0661c6df58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "owner_id": "7e7fe9eef2024c50bf5b410604c5e987", "owner_project_name": "tempest-ServerStableDeviceRescueTest-810628911", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-810628911-project-member", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-94401160", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2da566924ba8da9042e559018b98b766", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7fe9eef2024c50bf5b410604c5e987", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "49048e4f276afb6359e4ae23d4959e6dc0c8b54d6abccb425e885c18a5f66df79e7e69d3067a65ec446589881445f5a43577c6b22cc8b069923f0b476d4d3df3", "id": "b2a82b52-562e-42e4-9138-ce2dbca467c9", "created_at": "2023-04-20T14:21:58Z", "updated_at": "2023-04-20T14:23:49Z", "tags": [], "self": "/v2/images/b2a 82b52-562e-42e4-9138-ce2dbca467c9", "file": "/v2/images/b2a82b52-562e-42e4-9138-ce2dbca467c9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:23:49,454 90585 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/32c0d4af-af7c-414b-a22d-7c0d9660f11b 0.275s 2023-04-20 14:23:49,454 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35410eb7-366a-48d4-b6bc-37788cc76f73', 'x-compute-request-id': 'req-35410eb7-366a-48d4-b6bc-37788cc76f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b'} Body: b'{"server": {"id": "32c0d4af-af7c-414b-a22d-7c0d9660f11b", "name": "tempest-ServerStableDeviceRescueTest-server-1932890847", "status": "ACTIVE", "tenant_id": "7e7fe9eef2024c50bf5b410604c5e987", "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "metadata": {}, "hostId": "ac8940c4938d223e91b2fa97affed69b834090510f4d13b25596b701", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:04Z", "updated": "2023-04-20T14:22:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-962791381-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3b:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/32c0d4af-af7c-414b-a22d-7c0d9660f11b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1332981866", "OS-SRV-USG:launched_at": "2023-04-20T14:20:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--476406995"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:49,797 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes 0.329s 2023-04-20 14:23:49,797 90585 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-983211222"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abb9b33-a1fd-495b-9e02-4be3b624f702', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abb9b33-a1fd-495b-9e02-4be3b624f702', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23 :49.713681", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:23:49,853 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 0.045s 2023-04-20 14:23:49,854 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc586b6-ed3b-4c57-9ad9-51c7626b7b13', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc586b6-ed3b-4c57-9ad9-51c7626b7b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:50.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' 2023-04-20 14:23:50,918 90585 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/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7 0.052s 2023-04-20 14:23:50,919 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95eca38d-cf03-40d1-a784-3df5addaf3f4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95eca38d-cf03-40d1-a784-3df5addaf3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7'} Body: b'{"volume": {"id": "a87817d1-2810-499d-9fe9-c1c9a9bf5ee7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:50.000000", "updated_at": "2023-04-20T14:23:50.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-983211222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7e7fe9eef2024c50bf5b410604c5e987/volumes/a87817d1-2810-499d-9fe9-c1c9a9bf5ee7"}], "user_id": "a6e39f2774844ac8b5ddc3e4960a5f81", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7e7fe9eef2024c50bf5b410604c5e987"}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 6e3d1e18-1e07-4f00-83bf-156d95b36193 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T14:23:06Z', 'message': 'Build of instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 aborted: Volume 1b6e0ffc-9e0f-4112-a1e4-aec430a7b74a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-86ffdeea-a242-4c91-81d4-7c623dd2140b. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:20:00,085 90583 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.086s 2023-04-20 14:20:00,085 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 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-ce74a0a3-b837-4f66-926e-2b1a8a605f44', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["hbK3nQf3RIGRMZfiUAZRWg"], "expires_at": "2023-04-20T15:20:00.000000Z", "issued_at": "2023-04-20T14:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:20:00,086 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:20:01,971 90583 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.884s 2023-04-20 14:20:01,971 90583 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-1767794071", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612', '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-f4fae998-bc49-4095-8b56-290fa39cf1fa', 'x-compute-request-id': 'req-f4fae998-bc49-4095-8b56-290fa39cf1fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "agJwp9FAM9e8"}}' 2023-04-20 14:20:02,270 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.293s 2023-04-20 14:20:02,270 90583 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': 'Thu, 20 Apr 2023 14:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-974cf655-6cd1-4e08-81b8-04816252f486', 'x-compute-request-id': 'req-974cf655-6cd1-4e08-81b8-04816252f486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:02Z", "updated": "2023-04-20T14:20:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72 b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:20:52,637 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.301s 2023-04-20 14:20:52,638 90583 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': 'Thu, 20 Apr 2023 14:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a7e3568-8777-4f32-b275-34121a687138', 'x-compute-request-id': 'req-1a7e3568-8777-4f32-b275-34121a687138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:20:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:0e:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:20:52,654 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:21:53,986 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612/action 1.273s 2023-04-20 14:21:53,987 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolume StableRescueTest-image-1627327171"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:52 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-d96109eb-fb58-4516-99e6-6704d11799c5', 'x-compute-request-id': 'req-d96109eb-fb58-4516-99e6-6704d11799c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612/action'} Body: b'{"image_id": "a0a72316-b40f-4686-a526-62d35e5ee76f"}' 2023-04-20 14:21:54,011 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.022s 2023-04-20 14:21:54,011 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f19fe57b-f59a-4181-894d-91c9b9eb24bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:55,040 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.027s 2023-04-20 14:21:55,040 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4cae66c-7bd9-4f33-9033-dedf428774ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-Ser verBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:56,075 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.033s 2023-04-20 14:21:56,075 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77f18536-43ae-41c2-b212-215544c2e806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:54Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:57,102 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.025s 2023-04-20 14:21:57,102 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-21bb79d0-55e7-4a11-b804-889b6197ef5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd 3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:57Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:58,132 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.029s 2023-04-20 14:21:58,133 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b947dcb6-9fb6-4fc3-aec4-697d4d284d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:58Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,160 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.025s 2023-04-20 14:21:59,160 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b462724c-48cd-4027-b74c-1eccd746fa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "1e490de1dd970bd76b6531ef97a1c40b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ce83e8a9dc722d8a6bdd7dcf153bc80aaa9c77c8065733842a9fe3ce1ca54ecb424fc282bd1e05e489b5659dd215969bd0ceaabe41b724331b978f292cadfa9", "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:59Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,199 90583 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/a0a72316-b40f-4686-a526-62d35e5ee76f 0.038s 2023-04-20 14:21:59,199 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97572ffc-21bf-4361-9074-b9a650c87112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "72b260b8-6275-406d-bb71-7c71f42fe612", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1627327171", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "1e490de1dd970bd76b6531ef97a1c40b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755 905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ce83e8a9dc722d8a6bdd7dcf153bc80aaa9c77c8065733842a9fe3ce1ca54ecb424fc282bd1e05e489b5659dd215969bd0ceaabe41b724331b978f292cadfa9", "id": "a0a72316-b40f-4686-a526-62d35e5ee76f", "created_at": "2023-04-20T14:21:54Z", "updated_at": "2023-04-20T14:21:59Z", "tags": [], "self": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f", "file": "/v2/images/a0a72316-b40f-4686-a526-62d35e5ee76f/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:21:59,677 90583 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/72b260b8-6275-406d-bb71-7c71f42fe612 0.477s 2023-04-20 14:21:59,677 90583 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': 'Thu, 20 Apr 2023 14:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed147e1d-2ae5-49e3-99a2-b9c0734582db', 'x-compute-request-id': 'req-ed147e1d-2ae5-49e3-99a2-b9c0734582db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612'} Body: b'{"server": {"id": "72b260b8-6275-406d-bb71-7c71f42fe612", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1767794071", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:20:01Z", "updated": "2023-04-20T14:21:59Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:0e:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72b260b8-6275-406d-bb71-7c71f42fe612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:22:59,860 90583 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.100s 2023-04-20 14:22:59,860 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 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-31754a74-aeae-4b04-9e36-447b917e3046', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["Rz8aVwJqQKeNqKSB81kWTg"], "expires_at": "2023-04-20T15:22:59.000000Z", "issued_at": "2023-04-20T14:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:59,861 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:00,828 90583 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.965s 2023-04-20 14:23:00,829 90583 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-578642572", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193', '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-86ffdeea-a242-4c91-81d4-7c623dd2140b', 'x-compute-request-id': 'req-86ffdeea-a242-4c91-81d4-7c623dd2140b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "tK6eWagNnz7j"}}' 2023-04-20 14:23:00,944 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.111s 2023-04-20 14:23:00,944 90583 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': 'Thu, 20 Apr 2023 14:23:00 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-ee6f451b-cbae-4dbf-92e2-b895b54c2f4c', 'x-compute-request-id': 'req-ee6f451b-cbae-4dbf-92e2-b895b54c2f4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-578642572", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:01Z", "updated": "2023-04-20T14:23:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:23:51,182 90583 INFO [tempest.lib.common.rest_client] R equest (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.171s 2023-04-20 14:23:51,183 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-53463a9a-7212-4f24-9c0a-6452d45b20e7', 'x-compute-request-id': 'req-53463a9a-7212-4f24-9c0a-6452d45b20e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"server": {"id": "6e3d1e18-1e07-4f00-83bf-156d95b36193", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-578642572", "status": "ERROR", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:00Z", "updated": "2023-04-20T14:23:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T14:23:06Z", "message": "Build of instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 aborted: Volume 1b6e0ffc-9e0f-4112-a1e4-aec430a7b74a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:23:51,198 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-20 14:23:51,993 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.794s 2023-04-20 14:23:51,994 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-7acf6337-e0c5-40d3-b2d1-26ecc392f0ed', 'x-compute-request-id': 'req-7acf6337-e0c5-40d3-b2d1-26ecc392f0ed', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'' 2023-04-20 14:23:52,035 90583 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/6e3d1e18-1e07-4f00-83bf-156d95b36193 0.040s 2023-04-20 14:23:52,035 90583 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': 'Thu, 20 Apr 2023 14:23:51 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-bb8ac0ac-65aa-4053-9a4f-3f14cda4cb06', 'x-compute-request-id': 'req-bb8ac0ac-65aa-4053-9a4f-3f14cda4cb06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6e3d1e18-1e07-4f00-83bf-156d95b36193'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6e3d1e18-1e07-4f00-83bf-156d95b36193 could not be found."}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c9ce43f-76ec-4152-a859-17f366f5d3c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:18,836 90579 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.099s 2023-04-20 14:22:18,836 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 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-e73f5024-a730-4b1f-95cc-c3bfe90d655d', '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": "f8d2f5b7cbee40e49014248d10905816", "name": "tempest-VolumesAdminNegativeTest-2145726321-project-member", "password_expires_at": null}, "audit_ids": ["nDX0YAZ5RX-LIlQYbCnS6A"], "expires_at": "2023-04-20T15:22:18.000000Z", "issued_at": "2023-04-20T14:22:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd9e706614fb4311bea8d8e67cb55b7b", "name": "tempest-VolumesAdminNegativeTest-2145726321"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:18,836 90579 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'caaed6ce-b174-4cd1-94ee-735b74871add', 'name': 'tempest-VolumesAdminNegativeTest-748666632-network', 'tenant_id': 'fd9e706614fb4311bea8d8e67cb55b7b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd9e706614fb4311bea 8d8e67cb55b7b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57091, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:33Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:19,452 90579 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.615s 2023-04-20 14:22:19,453 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-753731206", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "caaed6ce-b174-4cd1-94ee-735b74871add"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882f36d0-ec3a-409f-b15e-62a7c4742b81', 'x-compute-request-id': 'req-882f36d0-ec3a-409f-b15e-62a7c4742b81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rTj9TgGc3NM7"}}' 2023-04-20 14:22:19,529 90579 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/a5f5e813-108e-4f3c-9c85-a77da546101b 0.073s 2023-04-20 14:22:19,529 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a88b2b-18d3-4cf9-ba3d-6bf8cdfd3ca2', 'x-compute-request-id': 'req-54a88b2b-18d3-4cf9-ba3d-6bf8cdfd3ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "name": "tempest-VolumesAdminNegativeTest-server-753731206", "status": "BUILD", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:19Z", "updated": "2023-04-20T14:22:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:09,849 90579 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/a5f5e813-108e-4f3c-9c85-a77da546101b 0.261s 2023-04-20 14:23:09,850 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1494', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ca12f2-ceb9-42cb-b250-572244ade1a9', 'x-compute-request-id': 'req-41ca12f2-ceb9-42cb-b250-572244ade1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b'} Body: b'{"server": {"id": "a5f5e813-108e-4f3c-9c85-a77da546101b", "name": "tempest-VolumesAdminNegativeTest-server-753731206", "status": "ACTIVE", "tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b", "user_id": "f8d2f5b7cbee40e49014248d10905816", "metadata": {}, "hostId": "6294656975c7ae8b0e576fd43f24699a9d95bf9360617c16f95eae82", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:19Z", "updated": "2023-04-20T14:22:27Z", "addresses": {"tempest-VolumesAdminNegativeTest-748666632-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:1c:ba"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5f5e813-108e-4f3c-9c85-a77da546101b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:22:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:09,862 90579 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:24:10,103 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes 0.182s 2023-04-20 14:24:10,104 90579 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-98469620"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3861b728-08e4-4292-896d-ecbbef97f86e', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3861b728-08e4-4292-896d-ecbbef97f86e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes'} Body: b'{"volume": {"id": "9c9ce43f-7 6ec-4152-a859-17f366f5d3c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.046079", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:10,155 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5 0.042s 2023-04-20 14:24:10,155 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff667c2-3cf9-459d-8ca1-dca40173252f', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff667c2-3cf9-459d-8ca1-dca40173252f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5'} Body: b'{"volume": {"id": "9c9ce43f-76ec-4152-a859-17f366f5d3c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' 2023-04-20 14:24:11,212 90579 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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5 0.045s 2023-04-20 14:24:11,212 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c433635-7c9d-432f-8bef-3c9b3538b226', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c433635-7c9d-432f-8bef-3c9b3538b226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5'} Body: b'{"volume": {"id": "9c9ce43f-76ec-4152-a859-17f366f5d3c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:10.000000", "updated_at": "2023-04-20T14:24:10.000000", "name": "tempest-VolumesAdminNegativeTest-volume-98469620", "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/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd9e706614fb4311bea8d8e67cb55b7b/volumes/9c9ce43f-76ec-4152-a859-17f366f5d3c5"}], "user_id": "f8d2f5b7cbee40e49014248d10905816", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd9e706614fb4311bea8d8e67cb55b7b"}}' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f80f99e9-3df7-4e57-bd6b-af59cc2d907b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:48,450 90585 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.481s 2023-04-20 14:24:48,450 90585 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-368505007", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cce727b-3810-4268-be56-a968b28400f3', 'x-compute-request-id': 'req-6cce727b-3810-4268-be56-a968b28400f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.342329", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 14:24:48,510 90585 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/f80f99e9-3df7-4e57-bd6b-af59cc2d907b 0.055s 2023-04-20 14:24:48,511 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55a64de-ec88-4ea1-964d-d25bdb4878ba', 'x-compute-request-id': 'req-e55a64de-ec88-4ea1-964d-d25bdb4878ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 14:24:49,571 90585 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/f80f99e9-3df7-4e57-bd6b-af59cc2d907b 0.052s 2023-04-20 14:24:49,572 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec600e7-9f9c-4428-987c-dec3aa20228c', 'x-compute-request-id': 'req-bec600e7-9f9c-4428-987c-dec3aa20228c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f80f99e9-3df7-4e57-bd6b-af59cc2d907b'} Body: b'{"volume": {"id": "f80f99e9-3df7-4e57-bd6b-af59cc2d907b", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T14:24:48.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-368505007", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1eaeacf9-fb19-4193-baed-0a65419fda0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:21:56,266 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.311s 2023-04-20 14:21:56,266 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-682d010c-3943-4ef6-9b8a-08411ac7b5fb', 'x-compute-request-id': 'req-682d010c-3943-4ef6-9b8a-08411ac7b5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:21:56,742 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.464s 2023-04-20 14:21:56,743 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b10e626-9c5f-49dd-ab97-fd3849655d5a', 'x-compute-request-id': 'req-8b10e626-9c5f-49dd-ab97-fd3849655d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:47,351 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.547s 2023-04-20 14:22:47,352 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:46 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-94fab78e-4f12-40c1-97eb-34dc2f98366e', 'x-compute-request-id': 'req-94fab78e-4f12-40c1-97eb-34dc2f98366e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:22:48,127 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.763s 2023-04-20 14:22:48,127 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Thu, 20 Apr 2023 14:22:47 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-5af2b0e1-cf79-4e10-9a53-2eebbd32c02e', 'x-compute-request-id': 'req-5af2b0e1-cf79-4e10-9a53-2eebbd32c02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:48,565 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes 0.368s 2023-04-20 14:23:48,565 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1915051343"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a07e610-4935-4561-b970-6e0f5a996e03', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a07e610-4935-4561-b970-6e0f5a996e03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.477305", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2 023-04-20 14:23:48,622 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a 0.046s 2023-04-20 14:23:48,623 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-170775c8-9e90-4286-a747-7d2ce66d8243', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-170775c8-9e90-4286-a747-7d2ce66d8243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:23:49,695 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a 0.059s 2023-04-20 14:23:49,695 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2871ea4-3475-42d1-b263-7dd19fb45fca', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2871ea4-3475-42d1-b263-7dd19fb45fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a'} Body: b'{"volume": {"id": "1eaeacf9-fb19-4193-baed-0a65419fda0a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:23:48.000000", "updated_at": "2023-04-20T14:23:49.000000", "name": "tempest-ServerActionsTestJSON-volume-1915051343", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/1eaeacf9-fb19-4193-baed-0a65419fda0a"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:23:50,086 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.377s 2023-04-20 14:23:50,086 90567 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:49 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-2ad3700f-589b-4361-b432-184676f4d142', 'x-compute-request-id': 'req-2ad3700f-589b-4361-b432-184676f4d142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 741fb6a3-f411-429f-b7d8-0da2bda27712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:55,085 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types 0.273s 2023-04-20 14:24:55,085 90585 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-846554550"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742004a9-dd85-4657-9357-082ee18dac30', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742004a9-dd85-4657-9357-082ee18dac30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types'} Body: b'{"volume_type": {"id": "cfe5d828-8eda-4057-b61b-a45fa7fa01bd", "name": "tempest-GroupsV320Test-volume-type-846554550", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:24:55,129 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types 0.040s 2023-04-20 14:24:55,129 90585 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-1030991741"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f993eb66-7904-4c12-93e2-4f0cc009db1d', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f993eb66-7904-4c12-93e2-4f0cc009db1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types'} Body: b'{"group_type": {"id": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "name": "tempest-GroupsV320Test-group-type-1030991741", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:24:55,356 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups 0.224s 2023-04-20 14:24:55,357 90585 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": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "name": "tempest-GroupsV320Test-Group-554988337"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f75242-9e57-477f-bf3d-e857e07df4a2', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f75242-9e57-477f-bf3d-e857e07df4a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "name": "tempest-GroupsV320Test-Group-554988337"}}' 2023-04-20 14:24:55,414 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.055s 2023-04-20 14:24:55,414 90585 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': 'Thu, 20 Apr 2023 14:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8516555c-c831-49a5-8a99-25ac7b153cf6', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8516555c-c831-49a5-8a99-25ac7b153cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:24:55.000000", "name": "tempest-GroupsV320Test-Group-554988337", "description": null, "group_type": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:24:56,463 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.043s 2023-04-20 14:24:56,463 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a5dbf9-e882-4ad2-b67d-31eb5b23f846', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a5dbf9-e882-4ad2-b67d-31eb5b23f846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"group": {"id": "741fb6a3-f411-429f-b7d8-0da2bda27712", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:24:55.000000", "name": "tempest-GroupsV320Test-Group-554988337", "description": null, "group_type": "154145fe-b964-48e3-8ad1-4db86a7bbaea", "volume_types": ["cfe5d828-8eda-4057-b61b-a45fa7fa01bd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:24:56,570 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/volumes/detail 0.077s 2023-04-20 14:24:56,573 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97c1a81-394b-45e9-a64c-600cc69ccaca', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97c1a81-394b-45e9-a64c-600cc69ccaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:24:56,663 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712/action 0.078s 2023-04-20 14:24:56,664 90585 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': 'Thu, 20 Apr 2023 14:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-leng th': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02706d2b-7dff-4552-b503-acb4476ace0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712/action'} Body: b'' 2023-04-20 14:24:56,680 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712 0.015s 2023-04-20 14:24:56,680 90585 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': 'Thu, 20 Apr 2023 14:24:56 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-c5e0f294-6681-4f0e-bc1e-b4826ad31500', 'x-openstack-request-id': 'req-c5e0f294-6681-4f0e-bc1e-b4826ad31500', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a0a822f540c466f9ab0029fcb224db4/groups/741fb6a3-f411-429f-b7d8-0da2bda27712'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 741fb6a3-f411-429f-b7d8-0da2bda27712 could not be found."}}' 2023-04-20 14:24:56,715 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types/154145fe-b964-48e3-8ad1-4db86a7bbaea 0.034s 2023-04-20 14:24:56,716 90585 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': 'Thu, 20 Apr 2023 14:24:56 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-3aeee9f8-5b15-40fd-9dfc-90dd4b1fb848', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/group_types/154145fe-b964-48e3-8ad1-4db86a7bbaea'} Body: b'' 2023-04-20 14:24:56,767 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd 0.051s 2023-04-20 14:24:56,768 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24: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-f0183c38-7a8a-43a0-8786-0b2e6051e458', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd'} Body: b'' 2023-04-20 14:24:56,784 90585 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd 0.015s 2023-04-20 14:24:56,784 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24: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-9910a72d-0754-4dbb-bc10-7f215f90d41e', 'x-openstack-request-id': 'req-9910a72d-0754-4dbb-bc10-7f215f90d41e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80469de435424012943ce222912d3658/types/cfe5d828-8eda-4057-b61b-a45fa7fa01bd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cfe5d828-8eda-4057-b61b-a45fa7fa01bd could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fa50ac28-fdb6-4dab-ad54-a04af43371b8 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 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5bff782-14da-4bd6-9ea4-6b1105491195 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:04,743 90585 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/d3e693c862e04b68939cbceae6e6df40/types 0.198s 2023-04-20 14:25:04,743 90585 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-1359321224", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54355a0-575a-49ef-8f9b-b50008ca0c78', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54355a0-575a-49ef-8f9b-b50008ca0c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types'} Body: b'{"volume_type": {"id": "0d41f5d1-7651-42f0-8e38-fa43c3ce8943", "name": "tempest-VolumeTypesTest-volume-type-1359321224", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:25:04,794 90585 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/d3e693c862e04b68939cbceae6e6df40/types 0.046s 2023-04-20 14:25:04,794 90585 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-1123631104", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb2f006-1b9c-43b1-8c4f-6b18779836d6', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb2f006-1b9c-43b1-8c4f-6b18779836d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types'} Body: b'{"volume_type": {"id": "a6227b9c-af82-4cdd-a502-630cc6b3598e", "name": "tempest-VolumeTypesTest-volume-type-1123631104", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:25:05,118 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes 0.321s 2023-04-20 14:25:05,118 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-291916984", "volume_type": "0d41f5d1-7651-42f0-8e38-fa43c3ce8943", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694d2b14-ad55-43f9-be55-6aa26b79aff1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694d2b14-ad55-43f9-be55-6aa26b79aff1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.058418", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:05,182 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.053s 2023-04-20 14:25:05,182 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe51c95c-f79e-4e57-a2f1-fcc93f3c73b0', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe51c95c-f79e-4e57-a2f1-fcc93f3c73b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,232 90585 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/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.038s 2023-04-20 14:25:06,233 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7608bbfb-3727-4d24-8eba-d4246ce5d802', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7608bbfb-3727-4d24-8eba-d4246ce5d802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": "2023-04-20T14:25:05.000000", "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd 6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,305 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.062s 2023-04-20 14:25:06,306 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e88c77d-dc71-4189-b275-77c06c004b2f', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e88c77d-dc71-4189-b275-77c06c004b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"volume": {"id": "f5bff782-14da-4bd6-9ea4-6b1105491195", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:05.000000", "updated_at": "2023-04-20T14:25:05.000000", "name": "tempest-VolumeTypesTest-volume-291916984", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1359321224", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195"}], "user_id": "9f3543b58d94483a8c96c391f4ef8f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f989ec67682f4171ac7ce48a9c356d98"}}' 2023-04-20 14:25:06,430 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.113s 2023-04-20 14:25:06,430 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-172d484a-0f85-4e2f-94ee-7426244d0ab1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'' 2023-04-20 14:25:06,453 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195 0.022s 2023-04-20 14:25:06,453 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-457ee95f-ef8d-4460-a264-65676b3591af', 'x-openstack-request-id': 'req-457ee95f-ef8d-4460-a264-65676b 3591af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f989ec67682f4171ac7ce48a9c356d98/volumes/f5bff782-14da-4bd6-9ea4-6b1105491195'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5bff782-14da-4bd6-9ea4-6b1105491195 could not be found."}}' 2023-04-20 14:25:06,508 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e 0.054s 2023-04-20 14:25:06,509 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844d3324-0ca6-45f3-be67-b82cb80eb713', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e'} Body: b'' 2023-04-20 14:25:06,525 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e 0.016s 2023-04-20 14:25:06,525 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-438566db-bef6-45f3-a810-0d4c1796eeb2', 'x-openstack-request-id': 'req-438566db-bef6-45f3-a810-0d4c1796eeb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/a6227b9c-af82-4cdd-a502-630cc6b3598e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a6227b9c-af82-4cdd-a502-630cc6b3598e could not be found."}}' 2023-04-20 14:25:06,581 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943 0.054s 2023-04-20 14:25:06,581 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4857d136-3d10-4e60-b13d-df84b6c1772d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943'} Body: b'' 2023-04-20 14:25:06,597 90585 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943 0.015s 2023-04-20 14:25:06,597 90585 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-471bf0ea-6b3d-4cf6-8db8-804ffc7e9418', 'x-openstack-request-id': 'req-471bf0ea-6b3d-4cf6-8db8-804ffc7e941 8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3e693c862e04b68939cbceae6e6df40/types/0d41f5d1-7651-42f0-8e38-fa43c3ce8943'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0d41f5d1-7651-42f0-8e38-fa43c3ce8943 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 60298c68-0e0c-41c6-8e9b-feb2716c416c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:47,643 90565 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:22:47,643 90565 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:22:48,010 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.364s 2023-04-20 14:22:48,010 90565 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-1886317234", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:47 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-cf5c7617-274f-4174-8f9e-f8b2f7cf3b59', 'x-compute-request-id': 'req-cf5c7617-274f-4174-8f9e-f8b2f7cf3b59', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1886317234", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA==", "fingerprint": "24:4f:2e:9c:b9:b5:fa:ce:da:61:b0:99:48:c0:3c:35", "user_id": "ef55e8cb08a34ebfac506763058c973c"}}' 2023-04-20 14:22:48,013 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1886317234 created 2023-04-20 14:22:48,243 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.229s 2023-04-20 14:22:48,243 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1709795716", "description": "tempest-description--1580597043"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-abfd54c8-7563-426c-b1a1-9cba91e87ff8', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "name": "tempest-securitygroup--1709795716", "stateful": true, "tenant_id": "94870c5ddc404720ac156d360c35927d", "description": "tempest-description--1580597043", "shared": false, "security_group_rules": [{"id": "39749498-cfd3-420d-b4d4-cddc8146aed1", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "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": 494, "description": null, "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}, {"id": "a4c3324f-6cef-472d-b200-f245d921b71f", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 493, "description": null, "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}], "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,405 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-20 14:22:48,406 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a7bab6cb-dad8-4558-b537-e577a23139ab', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ea758f61-efc6-4a5d-b096-997477799a68", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,559 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-20 14:22:48,559 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-60c17e14-0cc1-4edf-9479-87a4685988cf', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "851aaf16-abab-43c1-ad22-42b22a1ffb27", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "d21cd9ee-1780-4a9c-8c3a-e2a908535a2f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:22:48,559 90565 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1709795716 created 2023-04-20 14:22:49,366 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.806s 2023-04-20 14:22:49,367 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-be4ef475-203f-4ee0-a852-d270abcc18df', 'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a49687cd-5845-401b-8f19-ba29e850bd08", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.106", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94870c5ddc404720ac156d360c35927d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:49Z", "updated_at": "2023-04-20T14:22:49Z", "revision_number": 0}}' 2023-04-20 14:22:49,367 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a49687cd-5845-401b-8f19-ba29e850bd08', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.106', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:49Z', 'updated_at': '2023-04-20T14:22:49Z', 'revision_number': 0, 'ip': '172.24.4.106'} created 2023-04-20 14:22:49,403 90565 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.031s 2023-04-20 14:22:49,403 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 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-ae86d1e2-dd94-47cd-811e-80078f6283bb', '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": "ef55e8cb08a34ebfac506763058c973c", "name": "tempest-AttachVolumeShelveTestJSON-1029589658-project-member", "password_expires_at": null}, "audit_ids": ["crVRdMRETr2td-6VqEq-jA"], "expires_at": "2023-04-20T15:22:49.000000Z", "issued_at": "2023-04-20T14:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94870c5ddc404720ac156d360c35927d", "name": "tempest-AttachVolumeShelveTestJSON-1029589658"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:49,404 90565 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '39cf9d00-dd90-46a4-8c2c-814a3a06f970', 'name': 'tempest-AttachVolumeShelveTestJSON-1948031171-network', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94870c5ddc404720ac156d360c35927d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54577, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:22:41Z', 'updated_at': '2023-04-20T14:22:41Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:49,404 90565 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1886317234', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEM8x7o++9aN2uoWcxLOMOc1RO4RFhVHhEQ6QTyoRLhmjf6N8w6SS2zcCC5+mbhrU6EGC1IgDWS4ZQmczUnffwuD/vIgK2CINePHTbgRL2gJuhMUaqnBvxYn/RawULfvvA==', 'fingerprint': '24:4f:2e:9c:b9:b5:fa:ce:da:61:b0:99:48:c0:3c:35', 'user_id': 'ef55e8cb08a34ebfac506763058c973c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDA6uY3k1zulajSPb6uzeiBQ5CRyXoUd2f+Pn03C0hm2X+cVT/IPHDA\nrESVugo1+K+gBwYFK4EEACKhZANiAARDPMe6PvvWjdrqFnMSzjDnNUTuERYVR4RE\nOkE8qES4Zo3+jfMOkkts3Agufpm4a1OhBgtSIA1kuGUJnM1J338Lg/7yICtgiDXj\nx024ES9oCboTFGqpwb8WJ/0WsFC377w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', 'name': 'tempest-securitygroup--1709795716', 'stateful': True, 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'description': 'tempest-description--1580597043', 'shared': False, 'security_group_rules': [{'id': '39749498-cfd3-420d-b4d4-cddc8146aed1', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', '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': 494, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}, {'id': 'a4c3324f-6cef-472d-b200-f245d921b71f', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': 'd21cd9ee-1780-4a9c-8c3a-e2a908535a2f', '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': 493, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at' : '2023-04-20T14:22:48Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}], 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 1, 'project_id': '94870c5ddc404720ac156d360c35927d'}, 'floating_ip': {'id': 'a49687cd-5845-401b-8f19-ba29e850bd08', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.106', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:49Z', 'updated_at': '2023-04-20T14:22:49Z', 'revision_number': 0, 'ip': '172.24.4.106'}} 2023-04-20 14:22:50,064 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.659s 2023-04-20 14:22:50,065 90565 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-1973271032", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "39cf9d00-dd90-46a4-8c2c-814a3a06f970"}], "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "key_name": "tempest-keypair-1886317234", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2', '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-92546dca-b3dd-48b9-8d7b-04b75f79e7b4', 'x-compute-request-id': 'req-92546dca-b3dd-48b9-8d7b-04b75f79e7b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "adminPass": "password"}}' 2023-04-20 14:22:50,139 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.071s 2023-04-20 14:22:50,139 90565 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': 'Thu, 20 Apr 2023 14:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b1f8bf-fcdb-4b80-97e4-120c324680c6', 'x-compute-request-id': 'req-02b1f8bf-fcdb-4b80-97e4-120c324680c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "BUILD", "tenant_id": "94870c5ddc404720ac156d360c35927d", "use r_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:23:40,468 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.266s 2023-04-20 14:23:40,468 90565 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': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1589', '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-4e283757-1548-4e9e-a990-b18a1a4a98d3', 'x-compute-request-id': 'req-4e283757-1548-4e9e-a990-b18a1a4a98d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:8b:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:23:40,484 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:24:40,790 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v 2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/os-interface 0.293s 2023-04-20 14:24:40,791 90565 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': 'Thu, 20 Apr 2023 14:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b1b42b-4cfb-4b72-a74f-52ec13aa6c73', 'x-compute-request-id': 'req-b3b1b42b-4cfb-4b72-a74f-52ec13aa6c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1", "mac_addr": "fa:16:3e:1e:8b:5f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d5f8b065-1ac7-426f-91b1-ce77a167fb92", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 14:24:42,287 90565 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/a49687cd-5845-401b-8f19-ba29e850bd08 1.491s 2023-04-20 14:24:42,287 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-7de8825d-1e10-4066-a813-1e49ac4e520a', 'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08'} Body: b'{"floatingip": {"id": "a49687cd-5845-401b-8f19-ba29e850bd08", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.106", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "54f4a5bf-1f7a-4648-9151-a93968a3ccf0", "port_id": "f6151290-9cdc-4af5-bf6a-26c7894568c1", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "mac_address": "fa:16:3e:1e:8b:5f", "admin_state_up": true, "status": "ACTIVE", "device_id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:49Z", "updated_at": "2023-04-20T14:24:41Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:42,289 90565 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.106:22' as 'cirros' with public key authentication 2023-04-20 14:24:42,350 90565 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:24:42,375 90565 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:24:42,375 90565 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.106 successfully created 2023-04-20 14:24:42,415 90565 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/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/ips 0.039s 2023-04-20 14:24:42,416 90565 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': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15566b72-da47-4062-ae72-77782bec5e94', 'x-compute-request-id': 'req-15566b72-da47-4062-ae72-77782bec5e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 14:24:42,645 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes 0.226s 2023-04-20 14:24:42,646 90565 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-772449534"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe97137c-deb4-4aba-920c-c5f03434a8af', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe97137c-deb4-4aba-920c-c5f03434a8af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.585540", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:42,706 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c 0.051s 2023-04-20 14:24:42,707 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1496f262-26d8-4eae-8021-3b185e42c8f4', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1496f262-26d8-4eae-8021-3b185e42c8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:43.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "us er_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:43,772 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c 0.053s 2023-04-20 14:24:43,772 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b795456a-6500-4ed8-8d44-5572c65071a5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b795456a-6500-4ed8-8d44-5572c65071a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c'} Body: b'{"volume": {"id": "60298c68-0e0c-41c6-8e9b-feb2716c416c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:43.000000", "updated_at": "2023-04-20T14:24:43.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-772449534", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/60298c68-0e0c-41c6-8e9b-feb2716c416c"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:24:43,924 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.141s 2023-04-20 14:24:43,925 90565 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': 'Thu, 20 Apr 2023 14:24:43 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-2514648f-9f91-4ee3-a869-48da34885e13', 'x-compute-request-id': 'req-2514648f-9f91-4ee3-a869-48da34885e13', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'' 2023-04-20 14:24:44,353 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.427s 2023-04-20 14:24:44,353 90565 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': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1595', '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-720c0902-0964-4c37-87ba-81699a0719e0', 'x-compute- request-id': 'req-720c0902-0964-4c37-87ba-81699a0719e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"server": {"id": "512f6db6-1dd2-43e2-a6c5-6b712ec665e2", "name": "tempest-AttachVolumeShelveTestJSON-server-1973271032", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:24:44Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:8b:5f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1886317234", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1709795716"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:25:34,451 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2 0.034s 2023-04-20 14:25:34,452 90565 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': 'Thu, 20 Apr 2023 14:25:34 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-b8096355-3393-45ce-867b-5b5e676608a6', 'x-compute-request-id': 'req-b8096355-3393-45ce-867b-5b5e676608a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/512f6db6-1dd2-43e2-a6c5-6b712ec665e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 512f6db6-1dd2-43e2-a6c5-6b712ec665e2 could not be found."}}' 2023-04-20 14:25:34,481 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1886317234 0.029s 2023-04-20 14:25:34,482 90565 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': 'Thu, 20 Apr 2023 14:25:34 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-4a742f30-b59f-4c04-aba7-08f4528ec6aa', 'x-compute-request-id': 'req-4a742f30-b59f-4c04-aba7-08f4528ec6aa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1886317234'} Body: b'' 2023-04-20 14:25:34,669 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f 0.186s 2023-04-20 14:25:34,669 90565 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-6476089b-13fd-44f8-b9f2-9a63ed6fbd48', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f'} Body: b'' 2023-04-20 14:25:34,687 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f 0.017s 2023-04-20 14:25:34,688 90565 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-1ff54ff5-7193-4f18-9684-fd2c0ca2db01', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d21cd9ee-1780-4a9c-8c3a-e2a908535a2f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d21cd9ee-1780-4a9c-8c3a-e2a908535a2f does not exist", "detail": ""}}' 2023-04-20 14:25:35,139 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08 0.450s 2023-04-20 14:25:35,139 90565 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-382bda2a-b331-45bc-a8d3-eb1019a40974', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a49687cd-5845-401b-8f19-ba29e850bd08'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c5333653-b882-48c9-b292-486e738d3f07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:22:46,591 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:22:46,591 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:22:46,657 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-20 14:22:46,658 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-971569629", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:46 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-2afa880a-1ddb-4242-bf2a-cd074c70d729', 'x-compute-request-id': 'req-2afa880a-1ddb-4242-bf2a-cd074c70d729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-971569629", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA==", "fingerprint": "01:b7:04:0d:f9:a0:2b:53:04:ce:f3:05:14:a5:70:5e", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:22:46,661 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-971569629 created 2023-04-20 14:22:46,957 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.296s 2023-04-20 14:22:46,957 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1343540342", "description": "tempest-description--1547313635"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-548b4e6b-a28f-44ef-9565-2955c6fae4d8', 'date': 'Thu, 20 Apr 2023 14:22:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42873a3d-fd62-4044-877b-7469bc116a5e", "name": "tempest-securitygroup--1343540342", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1547313635", "shared": false, "security_group_rules": [{"id": "304f0fe8-9d9c-4d04-a82f-e1e763d7f112", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "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": 487, "description": null, "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "cbe63c2c-1435-4a8d-86cb-e185d20ddb25", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 488, "description": null, "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:22:46Z", "updated_at": "2023-04-20T14:22:46Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,149 90569 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 2023-04-20 14:22:47,149 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-866b9ce1-41bb-400a-a71d-0c1f27a51a08', 'date': 'Thu, 20 Apr 2023 14:22: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": "c7c2abab-a449-40ac-ac4c-c5bc8d7c5581", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:47Z", "updated_at": "2023-04-20T14:22:47Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,331 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.181s 2023-04-20 14:22:47,331 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-81ef6756-c8dc-45c3-a0bb-ef8facfe2481', 'date': 'Thu, 20 Apr 2023 14:22: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": "b34b349c-d56e-4d70-907b-f69b11070b72", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "42873a3d-fd62-4044-877b-7469bc116a5e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:22:47Z", "updated_at": "2023-04-20T14:22:47Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:22:47,332 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1343540342 created 2023-04-20 14:22:48,645 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.313s 2023-04-20 14:22:48,645 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-f90cd932-fecd-45a4-b94d-d394fd84fb2f', 'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83039064-65bb-4e47-a788-5b42e1e2fe6d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.54", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:22:48Z", "revision_number": 0}}' 2023-04-20 14:22:48,646 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83039064-65bb-4e47-a788-5b42e1e2fe6d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-04-20 14:22:48,736 90569 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.084s 2023-04-20 14:22:48,736 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1927c12d-7c69-40e8-b9f1-9ee74f023748', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["alLuYs7lTwGC_Z2XF7jrBg"], "expires_at": "2023-04-20T15:22:48.000000Z", "issued_at": "2023-04-20T14:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume /v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:22:48,737 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:22:48,737 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-971569629', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOowT5o5LLt4gkjoH655cD3Rm7fJy+8gcToNBxKpTZ9Fm+NRfJUGrFOwJTcZHiN6teBWcqoSDVQtgPG+nWbJeWv4ppRyTyWGpepb7uF3uxCPBqKren4OtlR2wYiMFexphA==', 'fingerprint': '01:b7:04:0d:f9:a0:2b:53:04:ce:f3:05:14:a5:70:5e', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAguwkoCNYxenep7QhhlMD77aPSnSnUBlOoC4Sb0UmCeNwmVZE/7NKA\ntSFac+UDTuKgBwYFK4EEACKhZANiAATqME+aOSy7eIJI6B+ueXA90Zu3ycvvIHE6\nDQcSqU2fRZvjUXyVBqxTsCU3GR4jerXgVnKqEg1ULYDxvp1myXlr+KaUck8lhqXq\nW+7hd7sQjwaiq3p+DrZUdsGIjBXsaYQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '42873a3d-fd62-4044-877b-7469bc116a5e', 'name': 'tempest-securitygroup--1343540342', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1547313635', 'shared': False, 'security_group_rules': [{'id': '304f0fe8-9d9c-4d04-a82f-e1e763d7f112', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': '42873a3d-fd62-4044-877b-7469bc116a5e', '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': 487, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': 'cbe63c2c-1435-4a8d-86cb-e185d20ddb25', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': '42873a3d-fd62-4044-877b-7469bc116a5e', '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': 488, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'} ], 'tags': [], 'created_at': '2023-04-20T14:22:46Z', 'updated_at': '2023-04-20T14:22:46Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '83039064-65bb-4e47-a788-5b42e1e2fe6d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:22:48Z', 'updated_at': '2023-04-20T14:22:48Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-04-20 14:22:49,757 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.019s 2023-04-20 14:22:49,758 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-520306968", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "key_name": "tempest-keypair-971569629", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b063ec43-b1c7-4e89-9378-ae67c2de8d48', 'x-compute-request-id': 'req-b063ec43-b1c7-4e89-9378-ae67c2de8d48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "adminPass": "password"}}' 2023-04-20 14:22:49,862 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.098s 2023-04-20 14:22:49,862 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1548d468-8f7a-4dd4-998a-53de85839ea1', 'x-compute-request-id': 'req-1548d468-8f7a-4dd4-998a-53de85839ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:50Z", "updated": "2023-04-20T14:22:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:40,147 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.221s 2023-04-20 14:23:40,147 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c461ed1-c8fc-4016-92b5-1bd597d1bd8f', 'x-compute-request-id': 'req-8c461ed1-c8fc-4016-92b5-1bd597d1bd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:49Z", "updated": "2023-04-20T14:22:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:23:40,158 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:24:40,562 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f/os-interface 0.369s 2023-04-20 14:24:40,563 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24 :40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45622d5b-2807-45c2-972a-0232278d698b', 'x-compute-request-id': 'req-45622d5b-2807-45c2-972a-0232278d698b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "89041476-26db-43cd-b49d-c2a1f804133d", "mac_addr": "fa:16:3e:4f:71:05", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.10"}]}]}' 2023-04-20 14:24:42,126 90569 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/83039064-65bb-4e47-a788-5b42e1e2fe6d 1.558s 2023-04-20 14:24:42,127 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "89041476-26db-43cd-b49d-c2a1f804133d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-75be1b8c-ce9d-407a-8881-e66b16cf0511', 'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d'} Body: b'{"floatingip": {"id": "83039064-65bb-4e47-a788-5b42e1e2fe6d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.54", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "89041476-26db-43cd-b49d-c2a1f804133d", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:4f:71:05", "admin_state_up": true, "status": "ACTIVE", "device_id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:22:48Z", "updated_at": "2023-04-20T14:24:40Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:42,128 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.54:22' as 'cirros' with public key authentication 2023-04-20 14:24:42,163 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:24:42,184 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:24:42,185 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.54 successfully created 2023-04-20 14:24:42,230 90569 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/3a6bad29-26db-4bc2-8e80-3c0f1993694f/ips 0.044s 2023-04-20 14:24:42,230 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2abee16f-b8fe-4b06-900a-52fe7c799457', 'x-compute-request-id': 'req-2abee16f-b8fe-4b06-900a-52fe7c799457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-20 14:24:42,430 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.196s 2023-04-20 14:24:42,430 90569 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-1299682997"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a3fd62-6a19-45e3-9b9d-157baa3a4831', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a3fd62-6a19-45e3-9b9d-157baa3a4831', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.366565", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:24:42,481 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07 0.040s 2023-04-20 14:24:42,482 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96759a01-a761-4c14-ad0c-3eb6b9cba233', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96759a01-a761-4c14-ad0c-3eb6b9cba233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:43,535 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3 /048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07 0.040s 2023-04-20 14:24:43,536 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca1730e-8d10-4760-9fc7-fb0a6d980146', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca1730e-8d10-4760-9fc7-fb0a6d980146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07'} Body: b'{"volume": {"id": "c5333653-b882-48c9-b292-486e738d3f07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:24:42.000000", "updated_at": "2023-04-20T14:24:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1299682997", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/c5333653-b882-48c9-b292-486e738d3f07"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:24:43,664 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.115s 2023-04-20 14:24:43,665 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf6faf4-e618-4890-a2e2-315645703a10', 'x-compute-request-id': 'req-edf6faf4-e618-4890-a2e2-315645703a10', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'' 2023-04-20 14:24:44,137 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.472s 2023-04-20 14:24:44,138 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:43 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-12f16be8-cfa6-4532-9093-e08ad727db66', 'x-compute-request-id': 'req-12f16be8-cfa6-4532-9093-e08ad727db66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"server": {"id": "3a6bad29-26db-4bc2-8e80-3c0f1993694f", "name": "tempest-AttachVolumeNegativeTest-server-520306968", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:22:49Z", "updated": "2023-04-20T14:24:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}, {"version": 4, "addr": "172.24.4.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:71:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-971569629", "OS-SRV-USG:launched_at": "2023-04-20T14:22:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1343540342"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:34,418 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f 0.221s 2023-04-20 14:25:34,419 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 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-25ceff6a-be55-457a-906c-3e00fc263148', 'x-compute-request-id': 'req-25ceff6a-be55-457a-906c-3e00fc263148', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3a6bad29-26db-4bc2-8e80-3c0f1993694f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3a6bad29-26db-4bc2-8e80-3c0f1993694f could not be found."}}' 2023-04-20 14:25:34,448 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-971569629 0.028s 2023-04-20 14:25:34,448 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 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-b46e9464-c6ed-4fdf-bee5-baa3787392d8', 'x-compute-request-id': 'req-b46e9464-c6ed-4fdf-bee5-baa3787392d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-971569629'} Body: b'' 2023-04-20 14:25:34,599 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e 0.151s 2023-04-20 14:25:34,600 90569 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-a1b02f58-a221-492d-8150-3ddfc30a484d', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e'} Body: b'' 2023-04-20 14:25:34,625 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e 0.024s 2023-04-20 14:25:34,625 90569 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-e100be6f-2128-44b3-a81c-22f1d29e056d', 'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42873a3d-fd62-4044-877b-7469bc116a5e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 42873a3d-fd62-4044-877b-7469bc116a5e does not exist", "detail": ""}}' 2023-04-20 14:25:35,637 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d 1.012s 2023-04-20 14:25:35,638 90569 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-67fee8c3-2164-4cfc-b333-3cc95975b45a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83039064-65bb-4e47-a788-5b42e1e2fe6d'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 05c9e787-871d-4776-bb2e-e5f5e027057b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:14,582 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes 0.639s 2023-04-20 14:26:14,583 90579 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-1559026655", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4cfb3-19d1-4d67-a419-f486e46cc6cb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4cfb3-19d1-4d67-a419-f486e46cc6cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.475727", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:26:14,635 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b 0.042s 2023-04-20 14:26:14,635 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcaad388-ed2c-4073-8513-480b9481ee9b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcaad388-ed2c-4073-8513-480b9481ee9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7143b0bccfdc432ebd21a12b662cfe1a"}}' 2023-04-20 14:26:15,694 90579 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b 0.046s 2023-04-20 14:26:15,694 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ff11cd-296a-4dd2-9836-062d2d8d1416', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ff11cd-296a-4dd2-9836-062d2d8d1416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b'} Body: b'{"volume": {"id": "05c9e787-871d-4776-bb2e-e5f5e027057b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:26:14.000000", "updated_at": "2023-04-20T14:26:15.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1559026655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7143b0bccfdc432ebd21a12b662cfe1a/volumes/05c9e787-871d-4776-bb2e-e5f5e027057b"}], "user_id": "05c4fdbeda4f4853a5b1f0a58af915a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7143b0bccfdc432ebd21a12b662cfe1a"}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 659e433d-20c5-491f-9bda-c37528c95bbd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:22,941 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.565s 2023-04-20 14:24:22,942 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328d7b1b-e70b-4700-8a49-8297276aa1d2', 'x-compute-request-id': 'req-328d7b1b-e70b-4700-8a49-8297276aa1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:23,478 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes 0.457s 2023-04-20 14:25:23,478 90575 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-1740364555"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7bab4b-e608-4de7-8a7b-7adbd510fa05', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7bab4b-e608-4de7-8a7b-7adbd510fa05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.415043", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0. 0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:23,536 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd 0.045s 2023-04-20 14:25:23,536 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1521266-8e08-4033-af8b-0eae934e42dd', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1521266-8e08-4033-af8b-0eae934e42dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:25:24,606 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd 0.054s 2023-04-20 14:25:24,606 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b24774-728e-4121-b046-433d9132259f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b24774-728e-4121-b046-433d9132259f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd'} Body: b'{"volume": {"id": "659e433d-20c5-491f-9bda-c37528c95bbd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:23.000000", "updated_at": "2023-04-20T14:25:24.000000", "name": "tempest-ServersNegativeTestJSON-volume-1740364555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/659e433d-20c5-491f-9bda-c37528c95bbd"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol- tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:25:24,878 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.251s 2023-04-20 14:25:24,878 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf52115f-efcc-4b40-bb56-b0625e262281', 'x-compute-request-id': 'req-bf52115f-efcc-4b40-bb56-b0625e262281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.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.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 04a9ec8a-2366-4d5c-997b-afa12652baf0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:37,802 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:23:37,802 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:23:38,074 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.268s 2023-04-20 14:23:38,075 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-844171239", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:37 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-098a1b56-bbb0-44f3-967a-8d8f822986c9', 'x-compute-request-id': 'req-098a1b56-bbb0-44f3-967a-8d8f822986c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-844171239", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ==", "fingerprint": "cd:f6:69:fb:b2:26:21:dc:f9:5c:ef:04:ee:8c:42:ea", "user_id": "c33ee066995e446e95627e797016b2a0"}}' 2023-04-20 14:23:38,079 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-844171239 created 2023-04-20 14:23:38,307 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.227s 2023-04-20 14:23:38,307 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--593276460", "description": "tempest-description--1722834963"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5dd84cb0-2990-41b9-8dfb-056fc84fb4c5', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "name": "tempest-securitygroup--593276460", "stateful": true, "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "tempest-description--1722834963", "shared": false, "security_group_rules": [{"id": "4908a951-3968-413e-ad60-36b0369201dc", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "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": 596, "description": null, "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}, {"id": "5164ffe9-ef0a-43e3-bb7c-b02d4ef46e44", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 597, "description": null, "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}], "tags": [], "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,674 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.366s 2023-04-20 14:23:38,674 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-bb6adb15-a322-4f9c-9c09-c394c5195348', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "adcfd265-ab60-4914-a331-adf8a07fa7df", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,885 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.210s 2023-04-20 14:23:38,886 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-40065732-9e2b-4396-a70c-eae997f741e7', 'date': 'Thu, 20 Apr 2023 14:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2be8ef8-b85c-47dd-9548-b516c06b175b", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "5ab6ca73-2219-4e3b-b1eb-436e9dedc235", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:23:38Z", "updated_at": "2023-04-20T14:23:38Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:23:38,886 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--593276460 created 2023-04-20 14:23:40,051 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.164s 2023-04-20 14:23:40,051 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-f1a3800e-a85b-4243-95f0-d97a160993c7', 'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b8a75677-902b-4106-a051-221772f905cb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.58", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:23:39Z", "updated_at": "2023-04-20T14:23:39Z", "revision_number": 0}}' 2023-04-20 14:23:40,052 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b8a75677-902b-4106-a051-221772f905cb', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:23:39Z', 'updated_at': '2023-04-20T14:23:39Z', 'revision_number': 0, 'ip': '172.24.4.58'} created 2023-04-20 14:23:40,094 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-20 14:23:40,094 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 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-879920f9-0bc0-4a06-807b-25feff69d5d7', '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": "c33ee066995e446e95627e797016b2a0", "name": "tempest-AttachVolumeTestJSON-1538807884-project-member", "password_expires_at": null}, "audit_ids": ["U-kbx86WT0KnfQjCviQsFg"], "expires_at": "2023-04-20T15:23:40.000000Z", "issued_at": "2023-04-20T14:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d43ac3b3d84bc492e64f842c4bc1cc", "name": "tempest-AttachVolumeTestJSON-1538807884"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f84 2c4bc1cc", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:40,095 90571 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '9e22a844-cbb5-47c0-a2a7-34cb1744dedf', 'name': 'tempest-AttachVolumeTestJSON-1715712940-network', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16747, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:30Z', 'updated_at': '2023-04-20T14:23:30Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:40,096 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-844171239', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClWDk2AmCvotEDwaKOpk5F3oD9EncfKNjwJY6+4fKrZ/lAEGiAYw4Z+FM3xNWs/ZFherBOBF7CDanaSzlWH/O7CpbXqj4t3CltupJdYrqTPUokkXATODL/FETeXwWNZwQ==', 'fingerprint': 'cd:f6:69:fb:b2:26:21:dc:f9:5c:ef:04:ee:8c:42:ea', 'user_id': 'c33ee066995e446e95627e797016b2a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAS2gbBd8YVjXeq+Xi4YzQA0bgfKi9WHpbKrfbzn9EI24e6WyXy3B9D\n0LND41d6pQygBwYFK4EEACKhZANiAAQpVg5NgJgr6LRA8GijqZORd6A/RJ3HyjY8\nCWOvuHyq2f5QBBogGMOGfhTN8TVrP2RYXqwTgRewg2p2ks5Vh/zuwqW16o+Ldwpb\nbqSXWK6kz1KJJFwEzgy/xRE3l8FjWcE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', 'name': 'tempest-securitygroup--593276460', 'stateful': True, 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': 'tempest-description--1722834963', 'shared': False, 'security_group_rules': [{'id': '4908a951-3968-413e-ad60-36b0369201dc', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', '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': 596, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:23:38Z', 'updated_at': '2023-04-20T14:23:38Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, {'id': '5164ffe9-ef0a-43e3-bb7c-b02d4ef46e44', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '5ab6ca73-2219-4e3b-b1eb-436e9dedc235', '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': 597, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:23:38Z', 'updated_at': '2023-04-20T14:23:38Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}], 'tags': [], 'created_at': '2023-04-20T14:23:38Z', ' updated_at': '2023-04-20T14:23:38Z', 'revision_number': 1, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, 'floating_ip': {'id': 'b8a75677-902b-4106-a051-221772f905cb', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.58', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:23:39Z', 'updated_at': '2023-04-20T14:23:39Z', 'revision_number': 0, 'ip': '172.24.4.58'}} 2023-04-20 14:23:40,767 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.670s 2023-04-20 14:23:40,767 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1758542607", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf"}], "security_groups": [{"name": "tempest-securitygroup--593276460"}], "key_name": "tempest-keypair-844171239", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8779cf-2fe4-4568-9846-0e44dbab0aaf', 'x-compute-request-id': 'req-8e8779cf-2fe4-4568-9846-0e44dbab0aaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--593276460"}], "adminPass": "password"}}' 2023-04-20 14:23:40,841 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.071s 2023-04-20 14:23:40,842 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-027aeca6-a345-47da-a294-b023bda57be1', 'x-compute-request-id': 'req-027aeca6-a345-47da-a294-b023bda57be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "BUILD", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:41Z", "updated": "2023-04-20T14:23:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:31,161 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.258s 2023-04-20 14:24:31,162 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:30 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-68e7b579-af67-4b49-97ac-55c491a1a4c1', 'x-compute-request-id': 'req-68e7b579-af67-4b49-97ac-55c491a1a4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:40Z", "updated": "2023-04-20T14:23:48Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": "2023-04-20T14:23:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--593276460"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:31,184 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:25:31,501 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/os-interface 0.255s 2023-04-20 14:25:31,502 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-opens tack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-100531ed-ecfe-493c-9e5f-2bbe17ebcf67', 'x-compute-request-id': 'req-100531ed-ecfe-493c-9e5f-2bbe17ebcf67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8", "mac_addr": "fa:16:3e:05:2e:e1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5ab8bce-95d9-441b-adf1-60338b723f73", "ip_address": "10.0.0.9"}]}]}' 2023-04-20 14:25:32,386 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb 0.880s 2023-04-20 14:25:32,386 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-aabe1c8f-4771-4f84-b884-eb38661384df', 'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb'} Body: b'{"floatingip": {"id": "b8a75677-902b-4106-a051-221772f905cb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.58", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "0f7d5b31-5013-4869-a16b-23d972b710a4", "port_id": "36aa4b1f-9afb-47cd-9ba6-5d43afcc93e8", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "mac_address": "fa:16:3e:05:2e:e1", "admin_state_up": true, "status": "ACTIVE", "device_id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:23:39Z", "updated_at": "2023-04-20T14:25:31Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:32,389 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,429 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,454 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,455 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,504 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/ips 0.048s 2023-04-20 14:25:32,505 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 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-030dd009-cf6a-4721-ba8c-faa96a0d7f46', 'x-compute-request-id': 'req-030dd009-cf6a-4721-ba8c-faa96a0d7f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-20 14:25:32,509 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24 .4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,515 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,532 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,532 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,533 90571 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-20 14:25:32,533 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.58:22' as 'cirros' with public key authentication 2023-04-20 14:25:32,539 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:25:32,555 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:25:32,556 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.58 successfully created 2023-04-20 14:25:32,826 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes 0.247s 2023-04-20 14:25:32,826 90571 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-974316081"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af723a57-d8ee-47c7-a417-982901d37bdc', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af723a57-d8ee-47c7-a417-982901d37bdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:32.745823", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:32,877 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0 0.041s 2023-04-20 14:25:32,878 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7688abe2-cb8d-4910-86b7-e780d127dca0', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7688abe2-cb8d-4910-86b7-e780d127dca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:33.000000", "updated_at": null, "name": "tempest-A ttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:33,929 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0 0.039s 2023-04-20 14:25:33,929 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0076333f-9d8f-4cf8-87ab-25a1fa2d82d4', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0076333f-9d8f-4cf8-87ab-25a1fa2d82d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0'} Body: b'{"volume": {"id": "04a9ec8a-2366-4d5c-997b-afa12652baf0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:33.000000", "updated_at": "2023-04-20T14:25:33.000000", "name": "tempest-AttachVolumeTestJSON-volume-974316081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/04a9ec8a-2366-4d5c-997b-afa12652baf0"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:25:34,052 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.111s 2023-04-20 14:25:34,052 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:33 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-0ff04fb2-3cb2-45a5-8be2-8247b195fee4', 'x-compute-request-id': 'req-0ff04fb2-3cb2-45a5-8be2-8247b195fee4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'' 2023-04-20 14:25:34,319 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.266s 2023-04-20 14:25:34,319 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:34 GMT', 'server': 'Apac he/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-2c0810b0-06d7-46de-bf23-c952bcced4a1', 'x-compute-request-id': 'req-2c0810b0-06d7-46de-bf23-c952bcced4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"server": {"id": "669c1b3b-b08d-456f-af4b-fb842c40f9b0", "name": "tempest-AttachVolumeTestJSON-server-1758542607", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:23:40Z", "updated": "2023-04-20T14:25:34Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}, {"version": 4, "addr": "172.24.4.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:2e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-844171239", "OS-SRV-USG:launched_at": "2023-04-20T14:23:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--593276460"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:24,428 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0 0.046s 2023-04-20 14:26:24,428 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 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-3e7cf749-e18a-438a-9ba2-e7fc885fbc80', 'x-compute-request-id': 'req-3e7cf749-e18a-438a-9ba2-e7fc885fbc80', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/669c1b3b-b08d-456f-af4b-fb842c40f9b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 669c1b3b-b08d-456f-af4b-fb842c40f9b0 could not be found."}}' 2023-04-20 14:26:24,468 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-844171239 0.039s 2023-04-20 14:26:24,469 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 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-e3a4d33c-4522-44c4-b775-6136c578b d70', 'x-compute-request-id': 'req-e3a4d33c-4522-44c4-b775-6136c578bd70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-844171239'} Body: b'' 2023-04-20 14:26:24,631 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235 0.161s 2023-04-20 14:26:24,631 90571 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-2ef01232-0e3b-43df-a29a-cbffadab1739', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235'} Body: b'' 2023-04-20 14:26:24,649 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235 0.017s 2023-04-20 14:26:24,649 90571 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-2a8b232c-db6f-4630-9d09-4c0121329b96', 'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5ab6ca73-2219-4e3b-b1eb-436e9dedc235'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5ab6ca73-2219-4e3b-b1eb-436e9dedc235 does not exist", "detail": ""}}' 2023-04-20 14:26:25,350 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb 0.700s 2023-04-20 14:26:25,350 90571 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-dc16d136-69ed-4919-9bac-0f2d30b54e2e', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b8a75677-902b-4106-a051-221772f905cb'} 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 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:24,220 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.320s 2023-04-20 14:26:24,220 90579 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-607102720"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa939dd-316a-459c-90c1-7a95f7e86620', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa939dd-316a-459c-90c1-7a95f7e86620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "75063c42-d781-47f9-90ef-ac08e1467608", "name": "tempest-GroupSnapshotsTest-volume-type-607102720", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:24,260 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.037s 2023-04-20 14:26:24,260 90579 DEBUG [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-1481820454"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64e7629-3ca8-49b1-9ae4-61ccc4ab0a3c', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64e7629-3ca8-49b1-9ae4-61ccc4ab0a3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "775a9a9f-1c40-445e-8926-397ba8ceb949", "name": "tempest-GroupSnapshotsTest-group-type-1481820454", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:24,471 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.207s 2023-04-20 14:26:24,471 90579 DEBUG [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": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "name": "tempest-GroupSnapshotsTest-Group-1797071801"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d629a925-89fc-4893-bb36-1214c1386cdf', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d629a925-89fc-4893-bb36-1214c1386cdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "name": "tempest-GroupSnapshotsTest-Group-1797071801"}}' 2023-04-20 14:26:24,505 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.032s 2023-04-20 14:26:24,505 90579 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3329d25c-fca5-4a89-8369-1f986845c33d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3329d25c-fca5-4a89-8369-1f986845c33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:24.000000", "name": "tempest-GroupSnapshotsTest-Group-1797071801", "description": null, "group_type": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:25,547 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.036s 2023-04-20 14:26:25,547 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb5c080-8f9e-4cad-92f1-9710e117e5e0', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb5c080-8f9e-4cad-92f1-9710e117e5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"group": {"id": "a6953d7a-30f5-4b97-86d3-d39ac5bd7be8", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:24.000000", "name": "tempest-GroupSnapshotsTest-Group-1797071801", "description": null, "group_type": "775a9a9f-1c40-445e-8926-397ba8ceb949", "volume_types": ["75063c42-d781-47f9-90ef-ac08e1467608"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:25,620 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.068s 2023-04-20 14:26:25,621 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c49c89-ffc9-4e9f-a512-9ea806051c38', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c49c89-ffc9-4e9f-a512-9ea806051c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:25,693 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8/action 0.062s 2023-04-20 14:26:25,694 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 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-86a8541d-6915-4722-ad37-1dff28895ba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8/action'} Body: b'' 2023-04-20 14:26:25,711 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 0.016s 2023-04-20 14:26:25,711 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 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-573709ab-1eb9-4344-8421-f033eca6c715', 'x-openstack-request-id': 'req-573709ab-1eb9-4344-8421-f033eca6c715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/a6953d7a-30f5-4b97-86d3-d39ac5bd7be8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a6953d7a-30f5-4b97-86d3-d39ac5bd7be8 could not be found."}}' 2023-04-20 14:26:25,742 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/775a9a9f-1c40-445e-8926-397ba8ceb949 0.030s 2023-04-20 14:26:25,742 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 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-aeb7a6fe-bd71-4699-84fa-7a7a82bca104', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/775a9a9f-1c40-445e-8926-397ba8ceb949'} Body: b'' 2023-04-20 14:26:25,793 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608 0.051s 2023-04-20 14:26:25,794 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01a93d3d-d0ec-4fb8-87bc-b8f3dc4ba6fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608'} Body: b'' 2023-04-20 14:26:25,811 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608 0.017s 2023-04-20 14:26:25,812 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 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-eaf6f536-f46c-4a88-a36a-4392192253e8', 'x-openstack-request-id': 'req-eaf6f536-f46c-4a88-a36a-4392192253e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/75063c42-d781-47f9-90ef-ac08e1467608'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 75063c42-d781-47f9-90ef-ac08e1467608 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 62bf31fb-ea48-412f-875d-b9760c1a2ad0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,846 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.031s 2023-04-20 14:26:25,846 90579 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-1067268116"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a5adf0-573a-4201-9900-993a1d4bd686', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a5adf0-573a-4201-9900-993a1d4bd686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "ba5317d2-84c2-4dad-9875-9c6af86354fb", "name": "tempest-GroupSnapshotsTest-volume-type-1067268116", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:25,885 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.036s 2023-04-20 14:26:25,886 90579 DEBUG [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-1614982101"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68a1728-1f4c-41bc-9c59-884e4b02cca2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68a1728-1f4c-41bc-9c59-884e4b02cca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "name": "tempest-GroupSnapshotsTest-group-type-1614982101", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:25,993 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.104s 2023-04-20 14:26:25,993 90579 DEBUG [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": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "name": "tempest-GroupSnapshotsTest-Group-2005860036"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722bad23-f7cc-48ae-89bf-88f7d5dc900c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722bad23-f7cc-48ae-89bf-88f7d5dc900c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "name": "tempest-GroupSnapshotsTest-Group-2005860036"}}' 2023-04-20 14:26:26,036 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2 ad0 0.040s 2023-04-20 14:26:26,036 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d0ab058-0c35-4fc8-9989-21b2636816ba', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d0ab058-0c35-4fc8-9989-21b2636816ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:26.000000", "name": "tempest-GroupSnapshotsTest-Group-2005860036", "description": null, "group_type": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:27,073 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0 0.032s 2023-04-20 14:26:27,073 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7742d0cd-98b5-4c2f-accc-cd372e54313e', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7742d0cd-98b5-4c2f-accc-cd372e54313e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"group": {"id": "62bf31fb-ea48-412f-875d-b9760c1a2ad0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:26.000000", "name": "tempest-GroupSnapshotsTest-Group-2005860036", "description": null, "group_type": "93c8d2b7-b256-4dc8-8087-9e68c7bc4221", "volume_types": ["ba5317d2-84c2-4dad-9875-9c6af86354fb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:27,077 90579 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-20 14:26:27,143 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.065s 2023-04-20 14:26:27,143 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a85f07-fb77-4f53-a19c-0552d37b97ca', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a85f07-fb77-4f53-a19c-0552d37b97ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:27,217 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0/actio n 0.063s 2023-04-20 14:26:27,217 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-51d48207-22df-44ad-89fb-44628fc042d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0/action'} Body: b'' 2023-04-20 14:26:27,233 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0 0.015s 2023-04-20 14:26:27,233 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-031322d9-68ad-4373-96eb-7f82455b08fa', 'x-openstack-request-id': 'req-031322d9-68ad-4373-96eb-7f82455b08fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/62bf31fb-ea48-412f-875d-b9760c1a2ad0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 62bf31fb-ea48-412f-875d-b9760c1a2ad0 could not be found."}}' 2023-04-20 14:26:27,261 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/93c8d2b7-b256-4dc8-8087-9e68c7bc4221 0.027s 2023-04-20 14:26:27,262 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:27 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-d7aeed96-9e9b-40d1-81d2-c5d9989935f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/93c8d2b7-b256-4dc8-8087-9e68c7bc4221'} Body: b'' 2023-04-20 14:26:27,311 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb 0.048s 2023-04-20 14:26:27,311 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-0549c8db-6ba9-43f8-90d2-f32f635db2c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb'} Body: b'' 2023-04-20 14:26:27,327 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af8 6354fb 0.015s 2023-04-20 14:26:27,327 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 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-9b7bdca7-34df-4214-959e-12c0895605d5', 'x-openstack-request-id': 'req-9b7bdca7-34df-4214-959e-12c0895605d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/ba5317d2-84c2-4dad-9875-9c6af86354fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ba5317d2-84c2-4dad-9875-9c6af86354fb could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0162f116-9de0-4351-a269-8c81a6db4dc6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:27,363 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types 0.033s 2023-04-20 14:26:27,364 90579 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-1079453901"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52610615-a307-4c6f-81b7-650b14ac0f60', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52610615-a307-4c6f-81b7-650b14ac0f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types'} Body: b'{"volume_type": {"id": "6050374d-e9c7-4d36-bf86-d4623fdfb814", "name": "tempest-GroupSnapshotsTest-volume-type-1079453901", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:27,396 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types 0.029s 2023-04-20 14:26:27,396 90579 DEBUG [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-419590428"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd22f16c-ee9e-4c98-98dd-671ad08a5781', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd22f16c-ee9e-4c98-98dd-671ad08a5781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types'} Body: b'{"group_type": {"id": "3d2b5b18-daba-415d-a029-d5d95fe63934", "name": "tempest-GroupSnapshotsTest-group-type-419590428", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:27,491 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups 0.092s 2023-04-20 14:26:27,492 90579 DEBUG [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": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "name": "tempest-GroupSnapshotsTest-Group-1758430677"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce8d912-9e1c-413a-a626-a9b2fb4dddc4', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce8d912-9e1c-413a-a626-a9b2fb4dddc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "name": "tempest-GroupSnapshotsTest-Group-1758430677"}}' 2023-04-20 14:26:27,527 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.033s 2023-04-20 14:26:27,528 90579 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': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6d38b7-0f2e-4b43-94e1-2f46b843fc84', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6d38b7-0f2e-4b43-94e1-2f46b843fc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:27.000000", "name": "tempest-GroupSnapshotsTest-Group-1758430677", "description": null, "group_type": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:28,569 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.037s 2023-04-20 14:26:28,570 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d7b03d-ac6c-471a-98d2-e633d8dfacba', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d7b03d-ac6c-471a-98d2-e633d8dfacba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"group": {"id": "0162f116-9de0-4351-a269-8c81a6db4dc6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:27.000000", "name": "tempest-GroupSnapshotsTest-Group-1758430677", "description": null, "group_type": "3d2b5b18-daba-415d-a029-d5d95fe63934", "volume_types": ["6050374d-e9c7-4d36-bf86-d4623fdfb814"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:28,669 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail 0.095s 2023-04-20 14:26:28,670 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5551c519-4a15-4631-9a44-91903908d14e', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5551c519-4a15-4631-9a44-91903908d14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:28,764 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6/action 0.084s 2023-04-20 14:26:28,765 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-6575ef12-964c-4a0e-91d5-3c8438cc3453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6/action'} Body: b'' 2023-04-20 14:26:28,785 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6 0.019s 2023-04-20 14:26:28,785 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-d1ed2718-849c-478e-bd80-9e1246dd1f4d', 'x-openstack-request-id': 'req-d1ed2718-849c-478e-bd80-9e1246dd1f4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7d45a65bfea405eb35b05cb20894dab/groups/0162f116-9de0-4351-a269-8c81a6db4dc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0162f116-9de0-4351-a269-8c81a6db4dc6 could not be found."}}' 2023-04-20 14:26:28,827 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/3d2b5b18-daba-415d-a029-d5d95fe63934 0.041s 2023-04-20 14:26:28,828 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:28 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-c2807ae6-8e76-4de3-9abf-eac54ff3651b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/group_types/3d2b5b18-daba-415d-a029-d5d95fe63934'} Body: b'' 2023-04-20 14:26:28,890 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814 0.061s 2023-04-20 14:26:28,890 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acdd688-614d-4a3a-ae6c-06cb00b4bf19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814'} Body: b'' 2023-04-20 14:26:28,906 90579 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814 0.015s 2023-04-20 14:26:28,907 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 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-43a02eb9-1999-4ee6-9105-80d0734ac50b', 'x-openstack-request-id': 'req-43a02eb9-1999-4ee6-9105-80d0734ac50b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7c845ddc69d4001b5805eb95365e05a/types/6050374d-e9c7-4d36-bf86-d4623fdfb814'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6050374d-e9c7-4d36-bf86-d4623fdfb814 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4ed5f461-a661-4e4b-8313-616b5da81857 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:32,548 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types 0.227s 2023-04-20 14:26:32,548 90579 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-1359089298"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9b9f60-f4a2-4958-9729-dba0d98c5775', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9b9f60-f4a2-4958-9729-dba0d98c5775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types'} Body: b'{"volume_type": {"id": "1efe1d97-4745-4e5a-83cb-c18e038b08e7", "name": "tempest-GroupsV314Test-volume-type-1359089298", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:26:32,580 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types 0.029s 2023-04-20 14:26:32,581 90579 DEBUG [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-448164790"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ecc5aa-f6f7-4f97-86fa-26674d6e1984', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ecc5aa-f6f7-4f97-86fa-26674d6e1984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types'} Body: b'{"group_type": {"id": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "name": "tempest-GroupsV314Test-group-type-448164790", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:26:32,918 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups 0.334s 2023-04-20 14:26:32,918 90579 DEBUG [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": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "name": "tempest-GroupsV314Test-Group-17154436"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b315e4b-7760-4f90-9be0-901993375050', 'content-length': '106', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b315e4b-7760-4f90-9be0-901993375050', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "name": "tempest-GroupsV314Test-Group-17154436"}}' 2023-04-20 14:26:32,966 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.045s 2023-04-20 14:26:32,966 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563ba3c6-2dea-4669-a698-90a3d13c081e', 'content-length': '386', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563ba3c6-2dea-4669-a698-90a3d13c081e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:26:33.000000", "name": "tempest-GroupsV314Test-Group-17154436", "description": null, "group_type": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:34,005 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.034s 2023-04-20 14:26:34,006 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865d1c03-7a9c-4b9b-94ee-e707fbd7f00a', 'content-length': '383', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865d1c03-7a9c-4b9b-94ee-e707fbd7f00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"group": {"id": "4ed5f461-a661-4e4b-8313-616b5da81857", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:26:33.000000", "name": "tempest-GroupsV314Test-Group-17154436", "description": null, "group_type": "653c23ac-4265-41f6-b3fa-a20f80f7f7c4", "volume_types": ["1efe1d97-4745-4e5a-83cb-c18e038b08e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:26:34,076 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/volumes/detail 0.065s 2023-04-20 14:26:34,076 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e45ebc77-d303-4330-aa02-2caa853e34b6', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e45ebc77-d303-4330-aa02-2caa853e34b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:26:34,174 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857/action 0.078s 2023-04-20 14:26:34,175 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-fc914636-f257-4887-9d1a-a484be828363', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857/action'} Body: b'' 2023-04-20 14:26:34,189 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857 0.014s 2023-04-20 14:26:34,189 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-67151bea-180d-44c4-9825-f3217f94cfc7', 'x-openstack-request-id': 'req-67151bea-180d-44c4-9825-f3217f94cfc7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68a5da7735ac49619e9f722e9cda95bb/groups/4ed5f461-a661-4e4b-8313-616b5da81857'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4ed5f461-a661-4e4b-8313-616b5da81857 could not be found."}}' 2023-04-20 14:26:34,219 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types/653c23ac-4265-41f6-b3fa-a20f80f7f7c4 0.029s 2023-04-20 14:26:34,220 90579 DEBUG [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': 'Thu, 20 Apr 2023 14:26:34 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-6e9049e5-6bd4-4efe-b5b9-80c25be921fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/group_types/653c23ac-4265-41f6-b3fa-a20f80f7f7c4'} Body: b'' 2023-04-20 14:26:34,267 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7 0.046s 2023-04-20 14:26:34,267 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-deb66115-e676-46c8-84c2-1b0bace97d46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7'} Body: b'' 2023-04-20 14:26:34,293 90579 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7 0.026s 2023-04-20 14:26:34,294 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:34 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-f662e7c0-c817-4310-ab39-fde689ed6b53', 'x-openstack-request-id': 'req-f662e7c0-c817-4310-ab39-fde689ed6b53', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fc70b8c6974e40aebea98db50a184cda/types/1efe1d97-4745-4e5a-83cb-c18e038b08e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1efe1d97-4745-4e5a-83cb-c18e038b08e7 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bee719a5-79db-4051-a954-b40cae3e1711 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 23f17b79-154a-44c1-b892-2a30ae59a345 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:45,224 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes 0.337s 2023-04-20 14:26:45,225 90579 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-125206084"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f428cd48-4fa5-4de0-87cd-a0e3ca4a0c0f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f428cd48-4fa5-4de0-87cd-a0e3ca4a0c0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.167332", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:26:45,274 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.039s 2023-04-20 14:26:45,274 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904ae75d-b483-4474-aa18-de464d19d12b', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904ae75d-b483-4474-aa18-de464d19d12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,325 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.038s 2023-04-20 14:26:46,325 90579 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f347a10-3f90-4ebf-a51f-37aa5d5dba98', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f347a10-3f90-4ebf-a51f-37aa5d5dba98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": "2023-04-20T14:26:45.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,373 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.037s 2023-04-20 14:26:46,374 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9558870-a2c3-4103-af3e-70eb976f2672', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9558870-a2c3-4103-af3e-70eb976f2672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"volume": {"id": "23f17b79-154a-44c1-b892-2a30ae59a345", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T14:26:45.000000", "updated_at": "2023-04-20T14:26:45.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-125206084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345"}], "user_id": "8b304788ae2b4987b3930efe86076f09", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01e326e589464d828b602945c489adc7"}}' 2023-04-20 14:26:46,486 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.101s 2023-04-20 14:26:46,486 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:46 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a00f0e-e78a-45e3-8e04-6dc4dfd07db3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'' 2023-04-20 14:26:46,508 90579 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345 0.021s 2023-04-20 14:26:46,509 90579 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26: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-6308f1a1-571a-47d5-894d-2a5ad90ef5ca', 'x-openstack-request-id': 'req-6308f1a1-571a-47d5-894d-2a5ad90ef5ca', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01e326e589464d828b602945c489adc7/volumes/23f17b79-154a-44c1-b892-2a30ae59a345'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 23f17b79-154a-44c1-b892-2a30ae59a345 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 958ca6c4-8122-47f1-98f3-43a61c920d65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:24:50,469 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.303s 2023-04-20 14:24:50,469 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-fe881bfe-853b-494b-84a0-2465546a493c', 'x-compute-request-id': 'req-fe881bfe-853b-494b-84a0-2465546a493c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:50,629 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.148s 2023-04-20 14:24:50,630 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-84d0403d-ff05-42ea-9574-1b5658c4a5fb', 'x-compute-request-id': 'req-84d0403d-ff05-42ea-9574-1b5658c4a5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:24:50,954 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.311s 2023-04-20 14:24:50,954 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:24:50 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-4d0e7085-725b-4ce6-b55d-894e82ee6c9c', 'x-compute-request-id': 'req-4d0e7085-725b-4ce6-b55d-894e82ee6c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:25:51,356 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/589ef1ad ecf543d8b952b07bf6233978/volumes 0.361s 2023-04-20 14:25:51,356 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1145700093"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdadf598-810a-47db-b64f-2547ffef2a92', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdadf598-810a-47db-b64f-2547ffef2a92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.278574", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:25:51,414 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65 0.048s 2023-04-20 14:25:51,414 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615b67f0-6ce9-4aed-836c-25c31d8cb187', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615b67f0-6ce9-4aed-836c-25c31d8cb187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:25:52,465 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65 0.038s 2023-04-20 14:25:52,466 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 14:25:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d484016-54a6-48b3-8936-3f1af9d5417f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d484016-54a6-48b3-8936-3f1af9d5417f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65'} Body: b'{"volume": {"id": "958ca6c4-8122-47f1-98f3-43a61c920d65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:25:51.000000", "updated_at": "2023-04-20T14:25:51.000000", "name": "tempest-ServerActionsTestJSON-volume-1145700093", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/958ca6c4-8122-47f1-98f3-43a61c920d65"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:25:52,476 90567 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-20 14:25:52,794 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.317s 2023-04-20 14:25:52,795 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:52 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-22a1dde5-c90d-4fe2-a776-9fece16bdf4c', 'x-compute-request-id': 'req-22a1dde5-c90d-4fe2-a776-9fece16bdf4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, " security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T14:26:59Z', 'message': 'Build of instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 aborted: Volume 39737a4d-1368-424e-bf90-3b0045bfc440 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-73bca88c-306d-41a4-8724-f4090c6a8645. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:23:52,162 90583 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.104s 2023-04-20 14:23:52,162 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:52 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-7aab91d1-1241-420c-ae50-7e74809de090', '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": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["OvE08iO7TOSz_T9n-9V-XQ"], "expires_at": "2023-04-20T15:23:52.000000Z", "issued_at": "2023-04-20T14:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:23:52,163 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:23:53,641 90583 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 1.478s 2023-04-20 14:23:53,642 90583 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-1046691959", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d', '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-6b672478-f28e-46a5-89eb-ab7c9da8d00a', 'x-compute-request-id': 'req-6b672478-f28e-46a5-89eb-ab7c9da8d00a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "XEwDQmfKns3n"}}' 2023-04-20 14:23:53,807 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.159s 2023-04-20 14:23:53,807 90583 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': 'Thu, 20 Apr 2023 14:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8fc383-4f06-4a5c-a266-6137c16d049d', 'x-compute-request-id': 'req-3b8fc383-4f06-4a5c-a266-6137c16d049d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:54Z", "updated": "2023-04-20T14:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec 6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:24:44,263 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.390s 2023-04-20 14:24:44,263 90583 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': 'Thu, 20 Apr 2023 14:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0391ef4-1721-45a5-aadc-25d791bf24a5', 'x-compute-request-id': 'req-f0391ef4-1721-45a5-aadc-25d791bf24a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:53Z", "updated": "2023-04-20T14:24:00Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:1e:c4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:23:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:24:44,282 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:25:45,322 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d/action 0.981s 2023-04-20 14:25:45,323 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolume StableRescueTest-image-125531599"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:44 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-1355e3ac-0bad-4462-8ef4-e2cf3a028924', 'x-compute-request-id': 'req-1355e3ac-0bad-4462-8ef4-e2cf3a028924', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d/action'} Body: b'{"image_id": "626d696b-8373-4091-aa58-1818e9df8c87"}' 2023-04-20 14:25:45,349 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:45,349 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-55a51d51-3fd2-4e11-aac7-8fa40d3d71dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:46,378 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.027s 2023-04-20 14:25:46,379 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ddfd13ca-2d14-45aa-a6a1-9181cb997b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-Serve rBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:47,406 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.025s 2023-04-20 14:25:47,406 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aab19c65-6cce-463e-8684-d2eb595881f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:45Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:48,432 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:48,432 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bec3b8e3-91c0-47b5-9283-165a3cdc3e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:48Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:49,458 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.024s 2023-04-20 14:25:49,458 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-692825a0-ca94-4561-a1d4-f767addd756d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "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": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:49Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,486 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.026s 2023-04-20 14:25:50,487 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/j son', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-88782556-ffdb-452a-8070-ba0208bf4416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b5c033414821475b8de58ddaf82a8159", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d97924809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "783720dc7b9f8e08deceaaa8400496a23346265ef53e6417dd6e25aeea7fce0da43203ac3068d1d68378e361a85b4cfa9aa227bd5118441584c992470abe9bb6", "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:50Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,531 90583 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/626d696b-8373-4091-aa58-1818e9df8c87 0.043s 2023-04-20 14:25:50,531 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fa390182-f97d-4364-8730-f32f0912b554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/626d696b-8373-4091-aa58-1818e9df8c87'} Body: b'{"base_image_ref": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "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": "ec6a9a9b-75e9-4085-b228-632fef67737d", "owner_id": "4e7ae6d9951a4755905d97924809b739", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "user_id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-125531599", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b5c033414821475b8de58ddaf82a8159", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4e7ae6d9951a4755905d9792 4809b739", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "783720dc7b9f8e08deceaaa8400496a23346265ef53e6417dd6e25aeea7fce0da43203ac3068d1d68378e361a85b4cfa9aa227bd5118441584c992470abe9bb6", "id": "626d696b-8373-4091-aa58-1818e9df8c87", "created_at": "2023-04-20T14:25:45Z", "updated_at": "2023-04-20T14:25:50Z", "tags": [], "self": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87", "file": "/v2/images/626d696b-8373-4091-aa58-1818e9df8c87/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:25:50,833 90583 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/ec6a9a9b-75e9-4085-b228-632fef67737d 0.301s 2023-04-20 14:25:50,833 90583 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': 'Thu, 20 Apr 2023 14:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b553f6-8532-45e7-9863-025c40eddddb', 'x-compute-request-id': 'req-73b553f6-8532-45e7-9863-025c40eddddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d'} Body: b'{"server": {"id": "ec6a9a9b-75e9-4085-b228-632fef67737d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1046691959", "status": "ACTIVE", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "e41adebd61a88b1d44b3eb2f56902d9d1955f8d73f310aa3d47b826c", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:23:53Z", "updated": "2023-04-20T14:25:50Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1429796490-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d2:1e:c4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ec6a9a9b-75e9-4085-b228-632fef67737d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:23:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:26:51,023 90583 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.092s 2023-04-20 14:26:51,024 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:50 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-28775451-37d0-4d84-aaff-f4cabdb2fdc2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} B ody: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "809bd2777c1f4ef1811d9424a020d602", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528-project-member", "password_expires_at": null}, "audit_ids": ["_QabWTAkQPWTvHvKhAV_Xw"], "expires_at": "2023-04-20T15:26:50.000000Z", "issued_at": "2023-04-20T14:26:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e7ae6d9951a4755905d97924809b739", "name": "tempest-ServerBootFromVolumeStableRescueTest-2011332528"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4e7ae6d9951a4755905d97924809b739", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:26:51,024 90583 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'fd2e2b3e-4e01-420a-bd16-629e159d9ef0', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1429796490-network', 'tenant_id': '4e7ae6d9951a4755905d97924809b739', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4e7ae6d9951a4755905d97924809b739', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:26:51,739 90583 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.713s 2023-04-20 14:26:51,739 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conte nt-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "destination_type": "volume"}], "networks": [{"uuid": "fd2e2b3e-4e01-420a-bd16-629e159d9ef0"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14', '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-73bca88c-306d-41a4-8724-f4090c6a8645', 'x-compute-request-id': 'req-73bca88c-306d-41a4-8724-f4090c6a8645', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "865X5f3rW4Jb"}}' 2023-04-20 14:26:51,834 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.092s 2023-04-20 14:26:51,835 90583 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': 'Thu, 20 Apr 2023 14:26:51 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-93e3c66a-dbd5-449c-af99-cc4a1fe06d99', 'x-compute-request-id': 'req-93e3c66a-dbd5-449c-af99-cc4a1fe06d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "status": "BUILD", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:26:52Z", "updated": "2023-04-20T14:26:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:27:42,129 90583 INF O [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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.231s 2023-04-20 14:27:42,129 90583 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': 'Thu, 20 Apr 2023 14:27:41 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-0fb45dd1-14b2-4f08-8b45-e512ca7ae283', 'x-compute-request-id': 'req-0fb45dd1-14b2-4f08-8b45-e512ca7ae283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"server": {"id": "a30793ac-d1ff-4a5e-8d57-5d660a4c2f14", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-721249760", "status": "ERROR", "tenant_id": "4e7ae6d9951a4755905d97924809b739", "user_id": "809bd2777c1f4ef1811d9424a020d602", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T14:26:51Z", "updated": "2023-04-20T14:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T14:26:59Z", "message": "Build of instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 aborted: Volume 39737a4d-1368-424e-bf90-3b0045bfc440 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 14:27:42,144 90583 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-20 14:27:42,487 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.343s 2023-04-20 14:27:42,488 90583 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': 'Thu, 20 Apr 2023 14:27:42 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-e8ac9fde-624e-419f-9f5a-df366aac327f', 'x-compute-request-id': 'req-e8ac9fde-624e-419f-9f5a-df366aac327f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'' 2023-04-20 14:27:42,528 90583 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/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 0.039s 2023-04-20 14:27:42,528 90583 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': 'Thu, 20 Apr 2023 14:27:42 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-e2402a2c-d0ec-475d-a50e-b875c5224d21', 'x-compute-request-id': 'req-e2402a2c-d0ec-475d-a50e-b875c5224d21', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a30793ac-d1ff-4a5e-8d57-5d660a4c2f14'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a30793ac-d1ff-4a5e-8d57-5d660a4c2f14 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 238b40d9-650b-4efd-ad56-911cf1e453e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:35,143 90565 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:25:35,143 90565 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:25:35,204 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2023-04-20 14:25:35,205 90565 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-1864274381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:35 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-e19d57d7-c93e-4d88-ac61-073d14f3fd79', 'x-compute-request-id': 'req-e19d57d7-c93e-4d88-ac61-073d14f3fd79', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1864274381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ==", "fingerprint": "36:bf:d3:ad:a0:a4:3b:32:8b:aa:fb:f2:1c:aa:5e:56", "user_id": "ef55e8cb08a34ebfac506763058c973c"}}' 2023-04-20 14:25:35,207 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1864274381 created 2023-04-20 14:25:35,365 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-20 14:25:35,365 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1793807419", "description": "tempest-description--1251352873"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2bbb1810-93ca-411c-a1b5-54914740762f', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "name": "tempest-securitygroup--1793807419", "stateful": true, "tenant_id": "94870c5ddc404720ac156d360c35927d", "description": "tempest-description--1251352873", "shared": false, "security_group_rules": [{"id": "64c1ad7c-9832-4ae5-b4ff-00c5f6cb029b", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "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": 660, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}, {"id": "78898879-df71-433d-aa89-98d074019e27", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 661, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}], "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,556 90565 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 2023-04-20 14:25:35,557 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-6b497542-4e47-497a-8d0c-16f0c5209f35', 'date': 'Thu, 20 Apr 2023 14:25: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": "120e3561-8f9f-418f-ab16-752e781b0086", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,713 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.156s 2023-04-20 14:25:35,714 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-39d28c39-3cca-46eb-980d-fcd0ea598650', 'date': 'Thu, 20 Apr 2023 14:25: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": "702ece76-3ba8-456a-aa45-7247b234365e", "tenant_id": "94870c5ddc404720ac156d360c35927d", "security_group_id": "6100b7f3-b60c-40d5-adbf-188c043e21fc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:25:35,714 90565 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1793807419 created 2023-04-20 14:25:36,527 90565 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.812s 2023-04-20 14:25:36,528 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1edbc5de-7269-4cfb-beaf-4a4ca6b5c0e8', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.248", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94870c5ddc404720ac156d360c35927d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0}}' 2023-04-20 14:25:36,528 90565 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.248'} created 2023-04-20 14:25:36,614 90565 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.079s 2023-04-20 14:25:36,615 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:36 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-bbfa1b39-28f7-4edd-aa8a-dae3b8f49139', '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": "ef55e8cb08a34ebfac506763058c973c", "name": "tempest-AttachVolumeShelveTestJSON-1029589658-project-member", "password_expires_at": null}, "audit_ids": ["tOL01t3fQnCBR-x5-EKCYg"], "expires_at": "2023-04-20T15:25:36.000000Z", "issued_at": "2023-04-20T14:25:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94870c5ddc404720ac156d360c35927d", "name": "tempest-AttachVolumeShelveTestJSON-1029589658"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:25:36,615 90565 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '39cf9d00-dd90-46a4-8c2c-814a3a06f970', 'name': 'tempest-AttachVolumeShelveTestJSON-1948031171-network', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94870c5ddc404720ac156d360c35927d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54577, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:22:41Z', 'updated_at': '2023-04-20T14:22:41Z', 'revision_number': 1} available for tenant 2023-04-20 14:25:36,616 90565 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1864274381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCSF/mEcpTG0cdrl8q3RJXzsJfEvDb49cCqkJxbwSUxYwKlKbcaIuDXdM19D394ldwvituI3D0MQlOA/73w20ozn4T7+o3RkCW9rxxEkq/N+UDXFh2j1OV2/s6k0NCQDxQ==', 'fingerprint': '36:bf:d3:ad:a0:a4:3b:32:8b:aa:fb:f2:1c:aa:5e:56', 'user_id': 'ef55e8cb08a34ebfac506763058c973c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+Gb7huRPvDyClOXdWLlgHyK5HG6YXl0qH8Fm/JF4UE03rDs1DB9lV\nQ39gwo2eB9WgBwYFK4EEACKhZANiAAQkhf5hHKUxtHHa5fKt0SV87CXxLw2+PXAq\npCcW8ElMWMCpSm3GiLg13TNfQ9/eJXcL4rbiNw9DEJTgP+98NtKM5+E+/qN0ZAlv\na8cRJKvzflA1xYdo9Tldv7OpNDQkA8U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', 'name': 'tempest-securitygroup--1793807419', 'stateful': True, 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'description': 'tempest-description--1251352873', 'shared': False, 'security_group_rules': [{'id': '64c1ad7c-9832-4ae5-b4ff-00c5f6cb029b', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', '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': 660, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}, {'id': '78898879-df71-433d-aa89-98d074019e27', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'security_group_id': '6100b7f3-b60c-40d5-adbf-188c043e21fc', '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': 661, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at' : '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '94870c5ddc404720ac156d360c35927d'}], 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 1, 'project_id': '94870c5ddc404720ac156d360c35927d'}, 'floating_ip': {'id': '37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85', 'tenant_id': '94870c5ddc404720ac156d360c35927d', 'floating_ip_address': '172.24.4.248', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94870c5ddc404720ac156d360c35927d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.248'}} 2023-04-20 14:25:37,819 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.203s 2023-04-20 14:25:37,820 90565 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-949067229", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "39cf9d00-dd90-46a4-8c2c-814a3a06f970"}], "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "key_name": "tempest-keypair-1864274381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef', '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-e52fecf6-86fe-42f3-b6c2-424b55682fbb', 'x-compute-request-id': 'req-e52fecf6-86fe-42f3-b6c2-424b55682fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "adminPass": "password"}}' 2023-04-20 14:25:38,292 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef 0.469s 2023-04-20 14:25:38,292 90565 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': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b38aae3-524f-4ce1-9ebe-f1c19630e663', 'x-compute-request-id': 'req-6b38aae3-524f-4ce1-9ebe-f1c19630e663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "BUILD", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_ id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:25:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:26:28,706 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef 0.361s 2023-04-20 14:26:28,710 90565 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': 'Thu, 20 Apr 2023 14:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1588', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9338e3ca-dcd2-47a5-ade3-61f712061eca', 'x-compute-request-id': 'req-9338e3ca-dcd2-47a5-ade3-61f712061eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:37Z", "updated": "2023-04-20T14:25:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:26:28,727 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:27:28,919 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef/os-interface 0.169s 2023-04-20 14:27:28,920 90565 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': 'Thu, 20 Apr 2023 14:27:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b0a6abb-ff82-47ec-81ce-3b2dce3e7575', 'x-compute-request-id': 'req-1b0a6abb-ff82-47ec-81ce-3b2dce3e7575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86", "mac_addr": "fa:16:3e:3f:0e:b1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d5f8b065-1ac7-426f-91b1-ce77a167fb92", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:27:29,628 90565 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/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85 0.703s 2023-04-20 14:27:29,628 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a5800a4f-49d5-46b3-8ff6-bd82579c88b7', 'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85'} Body: b'{"floatingip": {"id": "37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85", "tenant_id": "94870c5ddc404720ac156d360c35927d", "floating_ip_address": "172.24.4.248", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "54f4a5bf-1f7a-4648-9151-a93968a3ccf0", "port_id": "0ddf0ee7-68c9-4599-8975-b6bb804bad86", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "39cf9d00-dd90-46a4-8c2c-814a3a06f970", "mac_address": "fa:16:3e:3f:0e:b1", "admin_state_up": true, "status": "ACTIVE", "device_id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:27:29Z", "revision_number": 1, "project_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:29,635 90565 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.248:22' as 'cirros' with public key authentication 2023-04-20 14:27:29,671 90565 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:27:29,695 90565 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:27:29,696 90565 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.248 successfully created 2023-04-20 14:27:29,735 90565 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/b3163648-c849-4826-bb8b-58eb916dd4ef/ips 0.038s 2023-04-20 14:27:29,735 90565 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': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version ': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4a5e2e-40b1-4804-b3ec-d2ca74d7cab3', 'x-compute-request-id': 'req-fa4a5e2e-40b1-4804-b3ec-d2ca74d7cab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-20 14:27:29,928 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes 0.189s 2023-04-20 14:27:29,929 90565 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-1083957440"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378fb3ff-35fa-40f8-90a6-cb3dff209825', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378fb3ff-35fa-40f8-90a6-cb3dff209825', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:29.867067", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:30,011 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8 0.071s 2023-04-20 14:27:30,011 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e7518b-9d40-4717-a604-25f5f73d3d6b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e7518b-9d40-4717-a604-25f5f73d3d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "us er_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:31,062 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8 0.038s 2023-04-20 14:27:31,062 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e31ce3ff-db0c-4bc7-89c1-b0d67c407d92', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e31ce3ff-db0c-4bc7-89c1-b0d67c407d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8'} Body: b'{"volume": {"id": "238b40d9-650b-4efd-ad56-911cf1e453e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.000000", "updated_at": "2023-04-20T14:27:30.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1083957440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/94870c5ddc404720ac156d360c35927d/volumes/238b40d9-650b-4efd-ad56-911cf1e453e8"}], "user_id": "ef55e8cb08a34ebfac506763058c973c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94870c5ddc404720ac156d360c35927d"}}' 2023-04-20 14:27:31,199 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.124s 2023-04-20 14:27:31,199 90565 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': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08d89cff-62e4-4e57-bad7-1534e9188d72', 'x-compute-request-id': 'req-08d89cff-62e4-4e57-bad7-1534e9188d72', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'' 2023-04-20 14:27:31,365 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.165s 2023-04-20 14:27:31,365 90565 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': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1713', '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-0dcca88c-0086-4745-892a-0004a6971bce', 'x-compute -request-id': 'req-0dcca88c-0086-4745-892a-0004a6971bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"server": {"id": "b3163648-c849-4826-bb8b-58eb916dd4ef", "name": "tempest-AttachVolumeShelveTestJSON-server-949067229", "status": "ACTIVE", "tenant_id": "94870c5ddc404720ac156d360c35927d", "user_id": "ef55e8cb08a34ebfac506763058c973c", "metadata": {}, "hostId": "e169bd9868e3ef822d434ec228fd447c0ce05c53a9f5845c1e656565", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:37Z", "updated": "2023-04-20T14:27:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1948031171-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}, {"version": 4, "addr": "172.24.4.248", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:0e:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3163648-c849-4826-bb8b-58eb916dd4ef"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1864274381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1793807419"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 14:28:21,661 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef 0.232s 2023-04-20 14:28:21,661 90565 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': 'Thu, 20 Apr 2023 14:28:21 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-3279860e-d6ee-4048-a5b3-985426f000a1', 'x-compute-request-id': 'req-3279860e-d6ee-4048-a5b3-985426f000a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3163648-c849-4826-bb8b-58eb916dd4ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b3163648-c849-4826-bb8b-58eb916dd4ef could not be found."}}' 2023-04-20 14:28:21,698 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1864274381 0.034s 2023-04-20 14:28:21,698 90565 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': 'Thu, 20 Apr 2023 14:28:21 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-620ccb8b-83f3-4e32-94a2-47e6bd80bb5b', 'x-compute-request-id': 'req-620ccb8b-83f3-4e32-94a2-47e6bd80bb5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs /tempest-keypair-1864274381'} Body: b'' 2023-04-20 14:28:21,920 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc 0.220s 2023-04-20 14:28:21,920 90565 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-4f8bf994-05de-4853-be28-8d1cbc3fa51c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc'} Body: b'' 2023-04-20 14:28:21,942 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc 0.021s 2023-04-20 14:28:21,942 90565 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-980daa81-dbc6-413a-8bc8-52776fa46478', 'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6100b7f3-b60c-40d5-adbf-188c043e21fc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6100b7f3-b60c-40d5-adbf-188c043e21fc does not exist", "detail": ""}}' 2023-04-20 14:28:22,638 90565 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85 0.695s 2023-04-20 14:28:22,638 90565 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-e1610a1d-8596-4cfc-a8a5-2d354e496775', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/37ac7bbe-dc2a-4914-a12a-bb7cd0fb9f85'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:25:35,641 90569 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:25:35,641 90569 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:25:35,707 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2023-04-20 14:25:35,708 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2055053381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:35 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-758b7cdf-2649-4137-8ec8-67468d8bb0fb', 'x-compute-request-id': 'req-758b7cdf-2649-4137-8ec8-67468d8bb0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2055053381", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA==", "fingerprint": "0b:6b:33:a7:8e:3e:93:5f:07:6c:57:17:9e:61:e3:bd", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8"}}' 2023-04-20 14:25:35,710 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2055053381 created 2023-04-20 14:25:35,893 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-20 14:25:35,893 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1812006590", "description": "tempest-description--1072342631"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0df975db-e410-4e01-b7f6-75fb74ba5cfd', 'date': 'Thu, 20 Apr 2023 14:25:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c0f0c782-dc94-471c-993d-dc932520fcda", "name": "tempest-securitygroup--1812006590", "stateful": true, "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "tempest-description--1072342631", "shared": false, "security_group_rules": [{"id": "168f5bc7-4ab7-4051-8217-462d4d9d190b", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "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": 666, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}, {"id": "1adc9d7a-3633-458c-b381-430c7651585d", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 665, "description": null, "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}], "tags": [], "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,110 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.216s 2023-04-20 14:25:36,110 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4db38d5d-150d-4851-abc8-2c6517a3a89b', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a45cbd7-9e86-4168-ad7e-265bf8f798c3", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:35Z", "updated_at": "2023-04-20T14:25:35Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,270 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-20 14:25:36,270 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1548da9d-f753-4e6c-bbe5-e67d516a79da', 'date': 'Thu, 20 Apr 2023 14:25:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3996e7a-989b-47b8-8880-2982df7b8aa2", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "security_group_id": "c0f0c782-dc94-471c-993d-dc932520fcda", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:25:36,270 90569 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1812006590 created 2023-04-20 14:25:37,670 90569 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.399s 2023-04-20 14:25:37,671 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-09419e6a-e8e2-4643-a0e4-d9988b05fb57', 'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3e1f3a71-55eb-4656-bdf7-83d993af7a63", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.122", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "048a9a33e89c41fa9926842bf13b18a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:25:36Z", "revision_number": 0}}' 2023-04-20 14:25:37,671 90569 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3e1f3a71-55eb-4656-bdf7-83d993af7a63', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-04-20 14:25:37,709 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-20 14:25:37,709 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c096cb36-9dd1-4d2a-9c43-7aa7491f29f8', '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": "6eb58d8a717f4aee898ccfd10b0659e8", "name": "tempest-AttachVolumeNegativeTest-49392480-project-member", "password_expires_at": null}, "audit_ids": ["ad7ry2MkTKu0YO2QAohyig"], "expires_at": "2023-04-20T15:25:37.000000Z", "issued_at": "2023-04-20T14:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "048a9a33e89c41fa9926842bf13b18a6", "name": "tempest-AttachVolumeNegativeTest-49392480"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9 a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:25:37,710 90569 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'c8416213-3cb9-42d0-8206-bc9535d457fd', 'name': 'tempest-AttachVolumeNegativeTest-1344548652-network', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26805, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:33Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:25:37,710 90569 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2055053381', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMh5ZdERSnJQLQcW2BD4+Sm9mj+x/dHupi2N34eOZzG7yhpYD830HEm38gVIXjO0wYAAGWHV7wAtJWV10KGKSXCnMjP/BIbm3r0u/E8NKt+HeUUue/f87zspKHMgAwghvA==', 'fingerprint': '0b:6b:33:a7:8e:3e:93:5f:07:6c:57:17:9e:61:e3:bd', 'user_id': '6eb58d8a717f4aee898ccfd10b0659e8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBxrCpuSVL4R7Cb1fR237ewQDHpSINtUguD7kCGr8LvQs4NXanqJgqe\noUrMvs8atDKgBwYFK4EEACKhZANiAATIeWXREUpyUC0HFtgQ+PkpvZo/sf3R7qYt\njd+Hjmcxu8oaWA/N9BxJt/IFSF4ztMGAABlh1e8ALSVlddChiklwpzIz/wSG5t69\nLvxPDSrfh3lFLnv3/O87KShzIAMIIbw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c0f0c782-dc94-471c-993d-dc932520fcda', 'name': 'tempest-securitygroup--1812006590', 'stateful': True, 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': 'tempest-description--1072342631', 'shared': False, 'security_group_rules': [{'id': '168f5bc7-4ab7-4051-8217-462d4d9d190b', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'c0f0c782-dc94-471c-993d-dc932520fcda', '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': 666, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, {'id': '1adc9d7a-3633-458c-b381-430c7651585d', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'security_group_id': 'c0f0c782-dc94-471c-993d-dc932520fcda', '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': 665, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 0, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}], 'tags': [], 'created _at': '2023-04-20T14:25:35Z', 'updated_at': '2023-04-20T14:25:35Z', 'revision_number': 1, 'project_id': '048a9a33e89c41fa9926842bf13b18a6'}, 'floating_ip': {'id': '3e1f3a71-55eb-4656-bdf7-83d993af7a63', 'tenant_id': '048a9a33e89c41fa9926842bf13b18a6', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '048a9a33e89c41fa9926842bf13b18a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:25:36Z', 'updated_at': '2023-04-20T14:25:36Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-04-20 14:25:38,784 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.073s 2023-04-20 14:25:38,784 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1950574776", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c8416213-3cb9-42d0-8206-bc9535d457fd"}], "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "key_name": "tempest-keypair-2055053381", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2858d363-6ee9-4840-88fb-b8807058fb83', 'x-compute-request-id': 'req-2858d363-6ee9-4840-88fb-b8807058fb83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "adminPass": "password"}}' 2023-04-20 14:25:38,865 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.077s 2023-04-20 14:25:38,865 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:25:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f4c407b-e2e2-4b8d-a6e7-48526844b17e', 'x-compute-request-id': 'req-4f4c407b-e2e2-4b8d-a6e7-48526844b17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "BUILD", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "fl avor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:39Z", "updated": "2023-04-20T14:25:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:29,716 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.789s 2023-04-20 14:26:29,716 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:28 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-72cf586f-4b1a-4d06-b95f-38eb58080c20', 'x-compute-request-id': 'req-72cf586f-4b1a-4d06-b95f-38eb58080c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:25:47Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:29,728 90569 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:27:29,958 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/os-interface 0.174s 2023-04-20 14:27:29,959 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'con tent-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c67dc16c-bd1b-4458-a072-c3d404f090f7', 'x-compute-request-id': 'req-c67dc16c-bd1b-4458-a072-c3d404f090f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87", "mac_addr": "fa:16:3e:a0:a7:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b157147d-ec8a-43c1-8a1e-4543d2f955f9", "ip_address": "10.0.0.14"}]}]}' 2023-04-20 14:27:30,710 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63 0.747s 2023-04-20 14:27:30,710 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-34505969-3694-4df1-bdac-f7abcd7b48c4', 'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63'} Body: b'{"floatingip": {"id": "3e1f3a71-55eb-4656-bdf7-83d993af7a63", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "floating_ip_address": "172.24.4.122", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "d48b2bb3-3f46-4609-bd40-b664894b7116", "port_id": "ade29705-6d4f-4b1d-b643-7e83d57ccf87", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c8416213-3cb9-42d0-8206-bc9535d457fd", "mac_address": "fa:16:3e:a0:a7:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:25:36Z", "updated_at": "2023-04-20T14:27:30Z", "revision_number": 1, "project_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:30,711 90569 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2023-04-20 14:27:30,772 90569 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:27:30,796 90569 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:27:30,796 90569 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2023-04-20 14:27:30,835 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/ips 0.038s 2023-04-20 14:27:30,835 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21cb3954-d95a-4973-9aa7-6b34438d2fce', 'x-compute-request-id': 'req-21cb3954-d95a-4973-9aa7-6b34438d2fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14"}] }}' 2023-04-20 14:27:31,018 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes 0.179s 2023-04-20 14:27:31,018 90569 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-1071737894"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91913c1f-4073-4177-a0a4-561c1ec8a011', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91913c1f-4073-4177-a0a4-561c1ec8a011', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:30.960668", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:31,123 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 0.095s 2023-04-20 14:27:31,124 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d97ec0-ce62-4edf-924b-fbb1ddc55427', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d97ec0-ce62-4edf-924b-fbb1ddc55427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:31.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:32,176 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249 0.040s 2023-04-20 14:27:32,177 90569 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f33ece-fc70-4011-adf8-fa77f3a17953', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f33ece-fc70-4011-adf8-fa77f3a17953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249'} Body: b'{"volume": {"id": "b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:31.000000", "updated_at": "2023-04-20T14:27:31.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1071737894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/048a9a33e89c41fa9926842bf13b18a6/volumes/b7ce44fe-e8d8-46f4-ac6f-4b43f6c33249"}], "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "048a9a33e89c41fa9926842bf13b18a6"}}' 2023-04-20 14:27:32,305 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.117s 2023-04-20 14:27:32,305 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 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-3dee1c79-e926-4425-ab59-d53816acd34c', 'x-compute-request-id': 'req-3dee1c79-e926-4425-ab59-d53816acd34c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'' 2023-04-20 14:27:32,767 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.461s 2023-04-20 14:27:32,767 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:32 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-781c8bb5-c2ac-4065-a03a-37aa4109a4ad', 'x-compute-request-id': 'req-781c8bb5-c2ac-4065-a03a-37aa4109a4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"server": {"id": "782ea4d5-1da2-4dc8-9766-bbbf137060b3", "name": "tempest-AttachVolumeNegativeTest-server-1950574776", "status": "ACTIVE", "tenant_id": "048a9a33e89c41fa9926842bf13b18a6", "user_id": "6eb58d8a717f4aee898ccfd10b0659e8", "metadata": {}, "hostId": "973cd7c0261db17cb5ea0e5b24664b13bac13ef39077d8acc0c9eaad", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d 6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:25:38Z", "updated": "2023-04-20T14:27:32Z", "addresses": {"tempest-AttachVolumeNegativeTest-1344548652-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:a7:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2055053381", "OS-SRV-USG:launched_at": "2023-04-20T14:25:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1812006590"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:28:22,870 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3 0.042s 2023-04-20 14:28:22,871 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:22 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-3a8b25ee-f323-4fae-b8f4-11f980b66a61', 'x-compute-request-id': 'req-3a8b25ee-f323-4fae-b8f4-11f980b66a61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782ea4d5-1da2-4dc8-9766-bbbf137060b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 782ea4d5-1da2-4dc8-9766-bbbf137060b3 could not be found."}}' 2023-04-20 14:28:22,906 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2055053381 0.035s 2023-04-20 14:28:22,907 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056f2cf1-6a62-490e-8df4-dd711ac4c8a9', 'x-compute-request-id': 'req-056f2cf1-6a62-490e-8df4-dd711ac4c8a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2055053381'} Body: b'' 2023-04-20 14:28:23,091 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda 0.183s 2023-04-20 14:28:23,091 90569 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-8b66e9e9-f07c-4c38-aca4-75bdc837320d', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-d c932520fcda'} Body: b'' 2023-04-20 14:28:23,140 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda 0.048s 2023-04-20 14:28:23,140 90569 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-af045fa4-9e02-4dbb-82f3-33200fc27800', 'date': 'Thu, 20 Apr 2023 14:28:23 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0f0c782-dc94-471c-993d-dc932520fcda'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c0f0c782-dc94-471c-993d-dc932520fcda does not exist", "detail": ""}}' 2023-04-20 14:28:24,086 90569 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63 0.944s 2023-04-20 14:28:24,086 90569 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-197daa5c-06cd-45c0-b9fa-0a4701efdfa3', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:28:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/3e1f3a71-55eb-4656-bdf7-83d993af7a63'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,212 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.258s 2023-04-20 14:26:25,212 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2cda95f-9e92-484a-b623-286438fa97fa', 'x-compute-request-id': 'req-b2cda95f-9e92-484a-b623-286438fa97fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:25,476 90575 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/f7df4f841fc241a786364f10c35a9099/volumes 0.191s 2023-04-20 14:27:25,476 90575 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-1906130860"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1fc379-051a-42bd-972f-fddb8a713d05', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1fc379-051a-42bd-972f-fddb8a713d05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.411876", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0 .210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:25,529 90575 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/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 0.043s 2023-04-20 14:27:25,530 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5112734-abc6-415d-afb4-ea4e7f7e3c32', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5112734-abc6-415d-afb4-ea4e7f7e3c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:27:26,590 90575 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/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1 0.038s 2023-04-20 14:27:26,591 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00c8916a-ea6b-4c1c-9f24-169904c49033', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c8916a-ea6b-4c1c-9f24-169904c49033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1'} Body: b'{"volume": {"id": "ab6a06ee-d139-4b0c-87cc-aab93d2a58c1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:25.000000", "updated_at": "2023-04-20T14:27:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-1906130860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7df4f841fc241a786364f10c35a9099/volumes/ab6a06ee-d139-4b0c-87cc-aab93d2a58c1"}], "user_id": "9f934915e4d643bfa215d74e92f53c15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "f7df4f841fc241a786364f10c35a9099"}}' 2023-04-20 14:27:26,849 90575 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e 0.243s 2023-04-20 14:27:26,849 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5220b0b7-bfe5-477c-9d5a-2a22dd9136bc', 'x-compute-request-id': 'req-5220b0b7-bfe5-477c-9d5a-2a22dd9136bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e'} Body: b'{"server": {"id": "4f0662e3-f49b-4c8d-9ffe-9c3579ac809e", "name": "tempest-ServersNegativeTestJSON-server-1907323868", "status": "ACTIVE", "tenant_id": "f7df4f841fc241a786364f10c35a9099", "user_id": "9f934915e4d643bfa215d74e92f53c15", "metadata": {}, "hostId": "a992c5a5e8ac51c27d32c695f01ede906b46e7dd69d8baea25ddd950", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:19:49Z", "updated": "2023-04-20T14:20:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1069624011-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:5b:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4f0662e3-f49b-4c8d-9ffe-9c3579ac809e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T14:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 085e898c-628d-44ab-8a54-16d23d363132 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 899f0a21-9318-46c6-b31d-60ba59468db6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:32,995 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes 0.417s 2023-04-20 14:28:32,996 90565 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-1809712607"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd13b81-a301-42a4-814f-c6de4fc31da6', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd13b81-a301-42a4-814f-c6de4fc31da6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:32.931179", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:28:33,053 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.047s 2023-04-20 14:28:33,053 90565 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': 'Thu, 20 Apr 2023 14:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd38054-460c-4a63-80d7-192ae9caa1ce', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd38054-460c-4a63-80d7-192ae9caa1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,111 90565 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.046s 2023-04-20 14:28:34,112 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db819ab-77f3-4f1f-90be-87da332b3ef9', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db819ab-77f3-4f1f-90be-87da332b3ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": "2023-04-20T14:28:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,165 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.042s 2023-04-20 14:28:34,166 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b84c765-d844-4bbc-b715-2fbef5114b6d', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b84c765-d844-4bbc-b715-2fbef5114b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"volume": {"id": "899f0a21-9318-46c6-b31d-60ba59468db6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:33.000000", "updated_at": "2023-04-20T14:28:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1809712607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:34,285 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.108s 2023-04-20 14:28:34,285 90565 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': 'Thu, 20 Apr 2023 14:28:34 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-8a3bb581-23be-4904-89a2-292e9380df91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'' 2023-04-20 14:28:34,310 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6 0.024s 2023-04-20 14:28:34,310 90565 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': 'Thu, 20 Apr 2023 14:28:34 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-41bdc42c-14f5-4eb1-bb9c-a032e7bb83b1', 'x-openstack-request-id': 'req-41bdc42c-14f5-4eb1-bb9c-a032e7bb83b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/899f0a21-9318-46c6-b31d-60ba59468db6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 899f0a21-9318-46c6-b31d-60ba59468db6 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 778cca41-7667-4fce-830c-49868b2f026d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:34,507 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes 0.193s 2023-04-20 14:28:34,507 90565 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-1356821675"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1755b677-ae21-4dbf-aa5f-5779ff4c45c3', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1755b677-ae21-4dbf-aa5f-5779ff4c45c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.444420", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:28:34,567 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.049s 2023-04-20 14:28:34,567 90565 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': 'Thu, 20 Apr 2023 14:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5e0d3d-191b-4af4-9d0e-91b268ef042b', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5e0d3d-191b-4af4-9d0e-91b268ef042b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,617 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.038s 2023-04-20 14:28:35,617 90565 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': 'Thu, 20 Apr 2023 14:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b986c1-9a03-4ae6-ad21-6a6a8a6465aa', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b986c1-9a03-4ae6-ad21-6a6a8a6465aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": "2023-04-20T14:28:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,667 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.038s 2023-04-20 14:28:35,667 90565 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': 'Thu, 20 Apr 2023 14:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c06b95-3127-4863-89a6-02701af3a331', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c06b95-3127-4863-89a6-02701af3a331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"volume": {"id": "778cca41-7667-4fce-830c-49868b2f026d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:34.000000", "updated_at": "2023-04-20T14:28:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1356821675", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d"}], "user_id": "beb25d07e6364df3af4c6ec2921b025f", "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": "a6d08d81b8b44d7184f92631f77e1875"}}' 2023-04-20 14:28:35,813 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.135s 2023-04-20 14:28:35,814 90565 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': 'Thu, 20 Apr 2023 14:28:35 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-5b890974-5a6a-4cf5-ac88-6db03a367a1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'' 2023-04-20 14:28:35,840 90565 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d 0.026s 2023-04-20 14:28:35,841 90565 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': 'Thu, 20 Apr 2023 14:28:35 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-266234c7-cc03-439f-a357-dfa9bd81cbb2', 'x-openstack-request-id': 'req-266234c7-cc03-439f-a357-dfa9bd81cbb2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6d08d81b8b44d7184f92631f77e1875/volumes/778cca41-7667-4fce-830c-49868b2f026d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 778cca41-7667-4fce-830c-49868b2f026d could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fcad7b44-fdaf-4192-ba6f-d3dcfdb8af40 failed to build and is in ERROR status tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 527c506c-c8fe-43af-9686-6b2dfe36b190 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:39,559 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes 0.427s 2023-04-20 14:28:39,560 90565 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-71947342", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65afc59-8d84-44ae-b960-ab288be516e9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65afc59-8d84-44ae-b960-ab288be516e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:39.500982", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:39,610 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.040s 2023-04-20 14:28:39,611 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a956605-81d9-4c44-b179-a72074255e7e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a956605-81d9-4c44-b179-a72074255e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:40,690 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.068s 2023-04-20 14:28:40,691 90565 DEBUG [tempest.lib.co mmon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febea281-8f41-4ee0-a72d-dc7f1f0c0107', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febea281-8f41-4ee0-a72d-dc7f1f0c0107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"volume": {"id": "527c506c-c8fe-43af-9686-6b2dfe36b190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.000000", "updated_at": "2023-04-20T14:28:40.000000", "name": "tempest-VolumesGetTest-Volume-71947342", "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/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:40,810 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.106s 2023-04-20 14:28:40,811 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-55f9d93b-869e-4a6c-ad0b-bf5d17f86c5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'' 2023-04-20 14:28:40,836 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190 0.025s 2023-04-20 14:28:40,836 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-bbda28ee-7adc-4603-915e-cd08edc91940', 'x-openstack-request-id': 'req-bbda28ee-7adc-4603-915e-cd08edc91940', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/527c506c-c8fe-43af-9686-6b2dfe36b190'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 527c506c-c8fe-43af-9686-6b2dfe36b190 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f58c9836-5b2d-4d96-b878-8d6875ef0f6d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:41,045 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes 0.204s 2023-04-20 14:28:41,046 90565 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-461412722"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98eb957f-2104-4639-a6fc-85bce6c50f14', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98eb957f-2104-4639-a6fc-85bce6c50f14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:40.983640", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:41,097 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.042s 2023-04-20 14:28:41,098 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d2eb7c-a2db-4847-aadb-836fd8fcc42c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d2eb7c-a2db-4847-aadb-836fd8fcc42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,149 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.037s 2023-04-20 14:28:42,149 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e932ec9-a8cf-4b8e-82d0-64e82ea89d5f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e932ec9-a8cf-4b8e-82d0-64e82ea89d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": "2023-04-20T14:28:41.000000", "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,201 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.041s 2023-04-20 14:28:42,202 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2d34fc-f5cf-45b8-b0b0-f1df923b863f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2d34fc-f5cf-45b8-b0b0-f1df923b863f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"volume": {"id": "f58c9836-5b2d-4d96-b878-8d6875ef0f6d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:41.000000", "updated_at": "2023-04-20T14:28:41.000000", "name": "tempest-VolumesGetTest-Volume-461412722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:42,312 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.099s 2023-04-20 14:28:42,313 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912315dd-061f-4376-9aee-3aa63318ccbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'' 2023-04-20 14:28:42,334 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d 0.021s 2023-04-20 14:28:42,335 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-a585de12-4f45-487b-b19b-67782b61089f', 'x-openstack-request-id': 'req-a585de12-4f45-487b-b19b-67782b61089f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/f58c9836-5b2d-4d96-b878-8d6875ef0f6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f58c9836-5b2d-4d96-b878-8d6875ef0f6d could not be found."}}' setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) ------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d6744aba-ec4a-4351-86ad-671b8d6e35ee failed to build and is in ERROR status tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4b69b457-e4fc-4597-90dc-ee8272ac8de2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:42,361 90565 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/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.023s 2023-04-20 14:28:42,362 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4589509f-d3a2-4e8a-b3b8-c4cb889e61a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:42,690 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes 0.328s 2023-04-20 14:28:42,691 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesGetTest-Volume-504768767", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25247ec4-26dc-4b74-8739-d3ebeddf62b9', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25247ec4-26dc-4b74-8739-d3ebeddf62b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:42.629710", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:42,744 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.043s 2023-04-20 14:28:42,744 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a8b99a-f3e1-44d3-abf3-2abe7b8526d8', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a8b99a-f3e1-44d3-abf3-2abe7b8526d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:43,793 90565 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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.037s 2023-04-20 14:28:43,794 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04fbaee2-d77f-4414-a0e8-fd3129b69867', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04fbaee2-d77f-4414-a0e8-fd3129b69867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"volume": {"id": "4b69b457-e4fc-4597-90dc-ee8272ac8de2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:43.000000", "updated_at": "2023-04-20T14:28:43.000000", "name": "tempest-VolumesGetTest-Volume-504768767", "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/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2"}], "user_id": "2d14fe9f3ecf4898b7ac3a8a73f9ccb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25ee5499d09947fcbf421f19c4d68616"}}' 2023-04-20 14:28:43,916 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.110s 2023-04-20 14:28:43,916 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2cfe858-9255-4fec-b4b5-cb58d6d44ba7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'' 2023-04-20 14:28:43,939 90565 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2 0.022s 2023-04-20 14:28:43,939 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-64eb39b8-0f20-4be7-bb31-9452c08e6488', 'x-openstack-request-id': 'req-64eb39b8-0f20-4be7-bb31-9452c08e6488', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25ee5499d09947fcbf421f19c4d68616/volumes/4b69b457-e4fc-4597-90dc-ee8272ac8de2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4b69b457-e4fc-4597-90dc-ee8272ac8de2 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92216e0d-b041-4de5-829c-4e316e728c50 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:45,698 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.361s 2023-04-20 14:28:45,699 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-987046323"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc09dd8-1514-4f8e-9fe5-a111d296d449', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc09dd8-1514-4f8e-9fe5-a111d296d449', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:45.638002", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:45,977 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.268s 2023-04-20 14:28:45,977 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1724074081"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3abd2df5-0d1b-4976-b7a4-3fc4f7623b38', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3abd2df5-0d1b-4976-b7a4-3fc4f7623b38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "6c6de69b-e08f-4807-8af5-d2e818360ddb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:45.892724", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1724074081", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/6c6de69b-e08f-4807-8af5-d2e818360ddb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/6c6de69b-e08f-4807-8af5-d2e818360ddb"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,252 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.255s 2023-04-20 14:28:46,253 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1947667769"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966f4aa2-76c8-4b41-8cfd-bc03e473e2b9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966f4aa2-76c8-4b41-8cfd-bc03e473e2b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "d580ebd9-d09e-4a9c-9813-394c1df4b614", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.133223", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1947667769", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/d580ebd9-d09e-4a9c-9813-394c1df4b614"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/d580ebd9-d09e-4a9c-9813-394c1df4b614"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,444 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.182s 2023-04-20 14:28:46,444 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-469266006"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b83791-e27a-4232-af4a-4f12bee35f7d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b83791-e27a-4232-af4a-4f12bee35f7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "77cd8e9e-76f4-40b1-b2ad-38fa5193086d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.387770", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-469266006", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/77cd8e9e-76f4-40b1-b2ad-38fa5193086d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/77cd8e9e-76f4-40b1-b2ad-38fa5193086d"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,656 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes 0.202s 2023-04-20 14:28:46,657 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-332327548"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd777b1a-b9de-4ed7-87e1-27279746f7d1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd777b1a-b9de-4ed7-87e1-27279746f7d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes'} Body: b'{"volume": {"id": "71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.599209", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-332327548", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/71ca41e0-5d7b-467a-8d1c-0441b7b3d9a5"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:46,718 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50 0.052s 2023-04-20 14:28:46,719 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2b1f35-a4b3-4f39-9ecf-6c5748385c5d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2b1f35-a4b3-4f39-9ecf-6c5748385c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.000000", "updated_at": "2023-04-20T14:28:46.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec89ea91cab949f099118f2dd61ba1db"}}' 2023-04-20 14:28:47,770 90565 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50 0.039s 2023-04-20 14:28:47,770 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85255f1e-2dd4-4e36-bba7-6af5abaeff08', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-85255f1e-2dd4-4e36-bba7-6af5abaeff08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50'} Body: b'{"volume": {"id": "92216e0d-b041-4de5-829c-4e316e728c50", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:46.000000", "updated_at": "2023-04-20T14:28:46.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-987046323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec89ea91cab949f099118f2dd61ba1db/volumes/92216e0d-b041-4de5-829c-4e316e728c50"}], "user_id": "4a7a2b4030304515ad7c6f99a0ef80b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec89ea91cab949f099118f2dd61ba1db"}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4c5fbaa1-7192-4236-b4b6-48911bd15582 failed to build and is in ERROR status tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 555ed1b4-d247-438c-85e9-d1e90fa0e2f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:53,249 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.382s 2023-04-20 14:26:53,250 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:52 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-284dfcfd-1977-4ece-bc2d-d7703a98a2a1', 'x-compute-request-id': 'req-284dfcfd-1977-4ece-bc2d-d7703a98a2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:53,483 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.220s 2023-04-20 14:26:53,483 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:53 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-41faa7a5-c054-4815-bc48-4b2c87275dca', 'x-compute-request-id': 'req-41faa7a5-c054-4815-bc48-4b2c87275dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:26:53,745 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.250s 2023-04-20 14:26:53,746 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:53 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-ab729464-ace7-4b00-b3ca-946f10e705c7', 'x-compute-request-id': 'req-ab729464-ace7-4b00-b3ca-946f10e705c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:53,911 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-04-20 14:27:53,912 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:53 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-867a69b2-9d16-4f65-8ea9-2ed28aa556f7', '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": "79ab49a113114a74a346eda074971334", "name": "tempest-ServerActionsTestJSON-179250420-project-member", "password_expires_at": null}, "audit_ids": ["mHRt3ERoTD2bvaRZvjtUUg"], "expires_at": "2023-04-20T15:27:53.000000Z", "issued_at": "2023-04-20T14:27:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "589ef1adecf543d8b952b07bf6233978", "name": "tempest-ServerActionsTestJSON-179250420"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:27:53,912 90567 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '9a165f74-58dd-41dc-aab9-2addebdcc1a4', 'name': 'tempest-ServerActionsTestJSON-272307407-network', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '589ef1adecf543d8b952b07bf6233978', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33442, 'is_default': False, 'availability_zone_hints': [], 'availability_zones' : [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:19:34Z', 'updated_at': '2023-04-20T14:19:34Z', 'revision_number': 1} available for tenant 2023-04-20 14:27:53,913 90567 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-906085312', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCzvfPTKyYcI2oGvDmshqQbQ6YXQ41lTr/FG9aUI4CsPUvBQ5UWqJJ0XdyHP+fps1GzdOeMxQC1X6b0bSzlBEmbXv3ppcjCyDoxa2Sg0y6/Y2FDrThDYP576XWm1+Zm3sg==', 'fingerprint': 'ab:ee:d2:5d:d0:b5:17:1b:ad:b8:74:d1:e5:4f:d7:1f', 'user_id': '79ab49a113114a74a346eda074971334', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDg8pRFGwGEK91gH5eR35BJCdCnJtJ1lyKSSAcmSIFPV5Ioj+ISqqFv\nxJ2o5iPagomgBwYFK4EEACKhZANiAAQs73z0ysmHCNqBrw5rIakG0OmF0ONZU6/x\nRvWlCOArD1LwUOVFqiSdF3chz/n6bNRs3TnjMUAtV+m9G0s5QRJm1796aXIwsg6M\nWtkoNMuv2NhQ604Q2D+e+l1ptfmZt7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', 'name': 'tempest-securitygroup--2077565112', 'stateful': True, 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'description': 'tempest-description--1875523970', 'shared': False, 'security_group_rules': [{'id': '44a3d439-2487-4385-a126-f5149ba3a7ee', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'security_group_id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', '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': 249, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'project_id': '589ef1adecf543d8b952b07bf6233978'}, {'id': '6a7f9643-4edf-4c71-b7e0-eb0db3405c5e', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'security_group_id': 'd7c52a5c-541c-4b75-bf1b-c02598d08b31', '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': 248, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 0, 'project_id': '589ef1adecf543d8b952b07bf6233978'}], 'tags': [], 'created_at': '2023-04-20T14:19:57Z', 'updated_at': '2023-04-20T14:19:57Z', 'revision_number': 1, 'project_id': '589ef1adecf543d8b952b07bf6233978'}, 'floating_ip': {'id': 'b79d0d4e-a56b-47f0-8d7f-474b5d7f306e', 'tenant_id': '589ef1adecf543d8b952b07bf6233978', 'floating_ip_address': '172.24.4.165', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '589ef1adecf543d8b952b07bf6233978', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:20:00Z', 'updated_at': '2023-04-20T14:20:00Z', 'revision_number': 0, 'ip': '172.24.4.165'}} 2023-04-20 14:27:54,272 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes 0.358s 2023-04-20 14:27:54,272 90567 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-280021439", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b8c064-37c4-4aad-93e2-0e81f3f3987b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b8c064-37c4-4aad-93 e2-0e81f3f3987b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.209147", "updated_at": null, "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:27:54,324 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.040s 2023-04-20 14:27:54,324 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aae0de6-ef8d-4eab-8580-d0096f29cd55', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aae0de6-ef8d-4eab-8580-d0096f29cd55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:27:55,436 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.100s 2023-04-20 14:27:55,436 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f40821-868c-4643-aeae-d5f3686f81db', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f40821-868c-4643-aeae-d5f3686f81db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"volume": {"id": "555ed1b4-d247-438c-85e9-d1e90fa0e2f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:27:54.000000 ", "updated_at": "2023-04-20T14:27:54.000000", "name": "tempest-tempest.common.compute-volume-280021439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2"}], "user_id": "79ab49a113114a74a346eda074971334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "589ef1adecf543d8b952b07bf6233978"}}' 2023-04-20 14:27:55,555 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.106s 2023-04-20 14:27:55,555 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27: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-1794080c-f9e1-486c-b27c-1460efaacfef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'' 2023-04-20 14:27:55,576 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2 0.021s 2023-04-20 14:27:55,577 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27: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-46090f9b-dded-4012-86e2-22a49aab33df', 'x-openstack-request-id': 'req-46090f9b-dded-4012-86e2-22a49aab33df', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/589ef1adecf543d8b952b07bf6233978/volumes/555ed1b4-d247-438c-85e9-d1e90fa0e2f2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 555ed1b4-d247-438c-85e9-d1e90fa0e2f2 could not be found."}}' 2023-04-20 14:27:55,577 90567 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-20 14:27:55,833 90567 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903 0.254s 2023-04-20 14:27:55,833 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:55 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-83ba0c07-dad7-4e1d-b004-c60ecc687f88', 'x-compute-request-id': 'req-83ba0c07-dad7-4e1d-b004-c60ecc687f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903'} Body: b'{"server": {"id": "c4297034-9c2a-4cc 3-a3be-750670ee1903", "name": "tempest-ServerActionsTestJSON-server-151872856", "status": "ACTIVE", "tenant_id": "589ef1adecf543d8b952b07bf6233978", "user_id": "79ab49a113114a74a346eda074971334", "metadata": {}, "hostId": "f2f9d54ae56674dfa50e570b072a4ddc51d5b30c4d0fe1fa83cf07e8", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:20:03Z", "updated": "2023-04-20T14:20:19Z", "addresses": {"tempest-ServerActionsTestJSON-272307407-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}, {"version": 4, "addr": "172.24.4.165", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:93:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4297034-9c2a-4cc3-a3be-750670ee1903"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-906085312", "OS-SRV-USG:launched_at": "2023-04-20T14:20:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2077565112"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95919529-7a7b-49b1-9e4a-e6176b20fbb2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:57,993 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.188s 2023-04-20 14:28:57,994 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4a097cad-1d1e-43d9-a7a3-2bb40ae0319d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:58,363 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.369s 2023-04-20 14:28:58,364 90569 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-22782083", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414d1658-20e8-4eb3-9d72-900c9784e087', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414d1658-20e8-4eb3-9d72-900c9784e087', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.292762", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:58,430 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.048s 2023-04-20 14:28:58,430 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0650ee-51c4-484f-adc5-42b7cf932a74', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0650ee-51c4-484f-adc5-42b7cf932a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:28:59,485 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.038s 2023-04-20 14:28:59,485 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43280448-d557-49c1-81bd-ef157cd0a812', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43280448-d557-49c1-81bd-ef157cd0a812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"volume": {"id": "95919529-7a7b-49b1-9e4a-e6176b20fbb2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:58.000000", "updated_at": "2023-04-20T14:28:58.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-22782083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:28:59,599 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.102s 2023-04-20 14:28:59,599 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-lengt h': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da69f702-53c2-4ea5-916d-3606a5cc0e98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'' 2023-04-20 14:28:59,622 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2 0.022s 2023-04-20 14:28:59,622 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-6e38f5a7-b3a9-42a3-a941-f0832c5ceee0', 'x-openstack-request-id': 'req-6e38f5a7-b3a9-42a3-a941-f0832c5ceee0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/95919529-7a7b-49b1-9e4a-e6176b20fbb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 95919529-7a7b-49b1-9e4a-e6176b20fbb2 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bca40503-bde3-43d6-926a-3e107cb63369 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:28:59,648 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.020s 2023-04-20 14:28:59,648 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-69943ce0-4ce2-4913-8408-dba888a48a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:28:59,990 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.341s 2023-04-20 14:28:59,990 90569 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-1236992607", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d39539-1cbc-4052-9cc8-a21d3abd0cdc', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d39539-1cbc-4052-9cc8-a21d3abd0cdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:59.921328", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:00,043 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.040s 2023-04-20 14:29:00,044 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c51e4c9-d3a8-4b77-a276-f42bcb8aad67', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c51e4c9-d3a8-4b77-a276-f42bcb8aad67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,154 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.099s 2023-04-20 14:29:01,155 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b0cd25-3638-40cc-9d30-4b7ab58abaa7', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b0cd25-3638-40cc-9d30-4b7ab58abaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"volume": {"id": "bca40503-bde3-43d6-926a-3e107cb63369", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:00.000000", "updated_at": "2023-04-20T14:29:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1236992607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,261 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.095s 2023-04-20 14:29:01,261 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1796e0-0af1-4305-82cb-369beb2c25be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'' 2023-04-20 14:29:01,281 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369 0.019s 2023-04-20 14:29:01,281 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-168025d8-3851-4f4c-8d06-875d8925dd8e', 'x-openstack-request-id': 'req-168025d8-3851-4f4c-8d06-875d8925dd8e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/bca40503-bde3-43d6-926a-3e107cb63369'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bca40503-bde3-43d6-926a-3e107cb63369 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 16bdd300-98a0-4a69-9f61-6c64fab7aad9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:01,284 90569 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-20 14:29:01,352 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-04-20 14:29:01,352 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1500556341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAk3rOERnSiGcCF5EbHn6RKhPCQfocOWSQpwS9vZlR5qDZXV716T8tIVX8j3dYX4LXU7Ba0CqR/gJh6Aoe7XMG6VoxIbutEwB/oZrR7HySGdt/CXHTCdzzMrMvgzubNF2w=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbcf6247-2e60-448c-b4ab-8994ab420f1d', 'x-compute-request-id': 'req-cbcf6247-2e60-448c-b4ab-8994ab420f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1500556341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAk3rOERnSiGcCF5EbHn6RKhPCQfocOWSQpwS9vZlR5qDZXV716T8tIVX8j3dYX4LXU7Ba0CqR/gJh6Aoe7XMG6VoxIbutEwB/oZrR7HySGdt/CXHTCdzzMrMvgzubNF2w==", "fingerprint": "ad:73:b9:d2:14:49:dd:24:64:fd:aa:ee:fe:9f:03:72", "user_id": "90f763d966c347499d2826b4e8a63b57"}}' 2023-04-20 14:29:01,510 90569 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.156s 2023-04-20 14:29:01,511 90569 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-128435667", "description": "tempest-secgroup-smoke-128435667 description", "project_id": "100f495cc53a410c93fc96d836bd6285"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-91ef5db9-f245-4f10-a01f-8b7dc0bf3add', 'date': 'Thu, 20 Apr 2023 14:29:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "name": "tempest-secgroup-smoke-128435667", "stateful": true, "tenant_id": "100f495cc53a410c93fc96d836bd6285", "description": "tempest-secgroup-smoke-128435667 description", "shared": false, "security_group_rules": [{"id": "31d28731-406e-49db-86bc-a232d798ce80", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "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": 868, "description": null, "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}, {"id": "4bf354dc-0424-4147-8711-a539bd0213b3", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "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": 869, "description": null, "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc 53a410c93fc96d836bd6285"}], "tags": [], "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 1, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,700 90569 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.189s 2023-04-20 14:29:01,701 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c62980ae-62da-413f-9366-f6fefc0e6bc7', 'date': 'Thu, 20 Apr 2023 14:29: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": "5b1fbe2a-4b0f-45d7-84c3-579f96e52c21", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:01,870 90569 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.169s 2023-04-20 14:29:01,871 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-e9b038b5-fbf8-4f29-a27d-ed8f6db5c609', 'date': 'Thu, 20 Apr 2023 14:29: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": "2c70ae2d-cb82-4ca3-8040-12f7d3542b10", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,044 90569 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.173s 2023-04-20 14:29:02,045 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d54ad168-7920-4e4b-b75d-05fc307676eb', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5dda7012-55b7-493e-9954-fe57cd6066c2", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:01Z", "updated_at": "2023-04-20T14:29:01Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,338 90569 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.292s 2023-04-20 14:29:02,338 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ae95d377-f168-425f-a404-923cac3db977', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dfabc83a-3f28-4d02-90f9-4de7e87fc57d", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,506 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-20 14:29:02,507 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4a8ec2bc-4c3c-446e-a254-a7c9fc5848c1', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b1356d6-1dec-4145-a996-d666fd0fdd87", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,672 90569 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.165s 2023-04-20 14:29:02,672 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "project_id": "100f495cc53a410c93fc96d836bd6285", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-9ab41a88-c4b9-47a8-a973-c9f5b2422db2', 'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5390d148-62dc-4063-bad3-044a7a876b53", "tenant_id": "100f495cc53a410c93fc96d836bd6285", "security_group_id": "625b2551-6dc8-4cd7-8b99-a83b812b31c6", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:02Z", "updated_at": "2023-04-20T14:29:02Z", "revision_number": 0, "project_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:02,673 90569 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-20 14:29:02,693 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.020s 2023-04-20 14:29:02,693 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8dfb75b1-5180-4122-9e59-24f248d9a6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:29:03,039 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes 0.345s 2023-04-20 14:29:03,040 90569 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-1278156100", "snapshot_id": null, "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797fdc67-bced-4f2c-ab13-d1e2ebcec0a7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797fdc67-bced-4f2c-ab13-d1e2ebcec0a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes' } Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:02.977710", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:03,089 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.040s 2023-04-20 14:29:03,089 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ff11d7-75a0-4935-a1ef-5289e9683923', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ff11d7-75a0-4935-a1ef-5289e9683923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:03.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:04,144 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.043s 2023-04-20 14:29:04,144 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6832001f-b8f9-4d54-bab4-80b081eea59f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6832001f-b8f9-4d54-bab4-80b081eea59f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"volume": {"id": "16bdd300-98a0-4a69-9f61-6c64fab7aad9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:03.000000", "updated_at": "2023-04-20T14:29:03.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1278156100", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9"}], "user_id": "90f763d966c347499d2826b4e8a63b57", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "100f495cc53a410c93fc96d836bd6285"}}' 2023-04-20 14:29:04,252 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.097s 2023-04-20 14:29:04,253 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-47d85e1d-27d2-45d6-b9c8-2c4580afeb53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'' 2023-04-20 14:29:04,274 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9 0.021s 2023-04-20 14:29:04,274 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-7c61f5c3-1b21-4b58-8c37-05e7221c2fc1', 'x-openstack-request-id': 'req-7c61f5c3-1b21-4b58-8c37-05e7221c2fc1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/100f495cc53a410c93fc96d836bd6285/volumes/16bdd300-98a0-4a69-9f61-6c64fab7aad9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16bdd300-98a0-4a69-9f61-6c64fab7aad9 could not be found."}}' 2023-04-20 14:29:04,496 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/625b2551-6dc8-4cd7-8b99-a83b812b31c6 0.221s 2023-04-20 14:29:04,496 90569 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-8130ba05-ab35-493e-9e3b-27bddebc842a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/625b2551-6dc8-4cd7-8b99-a83b812b31c6'} Body: b'' 2023-04-20 14:29:04,523 90569 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1500556341 0.026s 2023-04-20 14:29:04,523 90569 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f03f2c-cc3e-4d28-aeb5-696b85483d40', 'x-compute-request-id': 'req-11f03f2c-cc3e-4d28-aeb5-696b85483d40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1500556341'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8d875d75-ebe8-44ef-8f00-616a6b326276 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:26:25,358 90571 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 14:26:25,358 90571 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 14:26:25,416 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.052s 2023-04-20 14:26:25,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1851897055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1744e7aa-a636-439a-bd29-4a49f27cad8e', 'x-compute-request-id': 'req-1744e7aa-a636-439a-bd29-4a49f27cad8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1851897055", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q==", "fingerprint": "9f:02:af:55:8e:5f:8b:8d:a9:b7:ee:79:81:fb:c1:cf", "user_id": "c33ee066995e446e95627e797016b2a0"}}' 2023-04-20 14:26:25,419 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1851897055 created 2023-04-20 14:26:25,574 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.154s 2023-04-20 14:26:25,574 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--993308585", "description": "tempest-description--726598839"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-86d9c6ba-f13e-4db1-9f7a-bb4264758556', 'date': 'Thu, 20 Apr 2023 14:26:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "name": "tempest-securitygroup--993308585", "stateful": true, "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "tempest-description--726598839", "shared": false, "security_group_rules": [{"id": "bf2222e7-326c-4fe5-81d7-17d26cf67681", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "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": 700, "description": null, "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}, {"id": "f2daad7b-d101-413f-af57-e9a18f632432", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 701, "description": null, "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}], "tags": [], "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,779 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-20 14:26:25,779 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9da8640f-cd55-47ab-9bd8-cc07be90cf5a', 'date': 'Thu, 20 Apr 2023 14:26: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": "ec310421-723a-464e-a5fc-7eb5150fcddc", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,944 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 14:26:25,945 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3db62cbd-6c81-45ae-834f-9e908bc2e13f', 'date': 'Thu, 20 Apr 2023 14:26: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": "b474f76f-9860-4665-a197-dbc42b844abb", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "security_group_id": "515789e2-6d21-4bd2-a6bf-2fae8d64744c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:26:25Z", "updated_at": "2023-04-20T14:26:25Z", "revision_number": 0, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:26:25,945 90571 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--993308585 created 2023-04-20 14:26:26,772 90571 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-20 14:26:26,773 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-16951066-a415-475c-8fc1-7162fcaf0317', 'date': 'Thu, 20 Apr 2023 14:26:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "42dbb873-a38a-42ac-8050-432d1f90e5af", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.72", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:26:26Z", "updated_at": "2023-04-20T14:26:26Z", "revision_number": 0}}' 2023-04-20 14:26:26,773 90571 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '42dbb873-a38a-42ac-8050-432d1f90e5af', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:26:26Z', 'updated_at': '2023-04-20T14:26:26Z', 'revision_number': 0, 'ip': '172.24.4.72'} created 2023-04-20 14:26:26,856 90571 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.077s 2023-04-20 14:26:26,856 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:26 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-ebf37ee5-88da-43f6-bf83-9b8eacd7a4fd', '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": "c33ee066995e446e95627e797016b2a0", "name": "tempest-AttachVolumeTestJSON-1538807884-project-member", "password_expires_at": null}, "audit_ids": ["_JMzh-EiRIeOqf2K_EPHdQ"], "expires_at": "2023-04-20T15:26:26.000000Z", "issued_at": "2023-04-20T14:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d43ac3b3d84bc492e64f842c4bc1cc", "name": "tempest-AttachVolumeTestJSON-1538807884"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc4 92e64f842c4bc1cc", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:26:26,857 90571 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '9e22a844-cbb5-47c0-a2a7-34cb1744dedf', 'name': 'tempest-AttachVolumeTestJSON-1715712940-network', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16747, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:23:30Z', 'updated_at': '2023-04-20T14:23:30Z', 'revision_number': 1} available for tenant 2023-04-20 14:26:26,857 90571 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1851897055', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGtuu4iw2qFWZhkkvTA013D7jBlL/CIEqHkx/1k1CLNCM995G6s5tgtc0grLz53eKGEzvk3CW5c32WJV9Blcuvm36XwDhd76E49xOvzvrlXRIsvVMswitXSNWy+gqV0o+Q==', 'fingerprint': '9f:02:af:55:8e:5f:8b:8d:a9:b7:ee:79:81:fb:c1:cf', 'user_id': 'c33ee066995e446e95627e797016b2a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwbJFa47Xj9DseyqB8OKYhK8A2wx7VBhNlU2dmrEGH44yI2x1N4bn5\nEYn4fHkdOSGgBwYFK4EEACKhZANiAARrbruIsNqhVmYZJL0wNNdw+4wZS/wiBKh5\nMf9ZNQizQjPfeRurObYLXNIKy8+d3ihhM75NwluXN9liVfQZXLr5t+l8A4Xe+hOP\ncTr8765V0SLL1TLMIrV0jVsvoKldKPk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', 'name': 'tempest-securitygroup--993308585', 'stateful': True, 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': 'tempest-description--726598839', 'shared': False, 'security_group_rules': [{'id': 'bf2222e7-326c-4fe5-81d7-17d26cf67681', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', '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': 700, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, {'id': 'f2daad7b-d101-413f-af57-e9a18f632432', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'security_group_id': '515789e2-6d21-4bd2-a6bf-2fae8d64744c', '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': 701, 'description': None, 'tags': [], 'created_at': '2023-04-20T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 0, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}], 'tags': [], 'created_at': '2023-04-2 0T14:26:25Z', 'updated_at': '2023-04-20T14:26:25Z', 'revision_number': 1, 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc'}, 'floating_ip': {'id': '42dbb873-a38a-42ac-8050-432d1f90e5af', 'tenant_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'floating_ip_address': '172.24.4.72', 'floating_network_id': '0f560cb0-fa57-411b-8b88-111cb64cc903', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '87d43ac3b3d84bc492e64f842c4bc1cc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T14:26:26Z', 'updated_at': '2023-04-20T14:26:26Z', 'revision_number': 0, 'ip': '172.24.4.72'}} 2023-04-20 14:26:27,624 90571 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.766s 2023-04-20 14:26:27,624 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-892998063", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf"}], "security_groups": [{"name": "tempest-securitygroup--993308585"}], "key_name": "tempest-keypair-1851897055", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f66e82f-c932-408d-affa-fdd4ebe1c666', 'x-compute-request-id': 'req-7f66e82f-c932-408d-affa-fdd4ebe1c666', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--993308585"}], "adminPass": "password"}}' 2023-04-20 14:26:27,693 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.066s 2023-04-20 14:26:27,694 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aeae311-2809-4ec0-96fa-9c03700be8ca', 'x-compute-request-id': 'req-0aeae311-2809-4ec0-96fa-9c03700be8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "BUILD", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:28Z", "updated": "2023-04-20T14:26:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:17,981 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.227s 2023-04-20 14:27:17,982 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a0ad5ea-2127-4ffb-8311-3670443e4785', 'x-compute-request-id': 'req-9a0ad5ea-2127-4ffb-8311-3670443e4785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:27Z", "updated": "2023-04-20T14:26:35Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": "2023-04-20T14:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--993308585"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:27:17,993 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:28:18,259 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/os-interface 0.204s 2023-04-20 14:28:18,259 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d683720d-6987-4104-a0f7-03bd43b82b7c', 'x-compute-request-id': 'req-d683720d-6987-4104-a0f7-03bd43b82b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7", "mac_addr": "fa:16:3e:aa:f3:69", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a5ab8bce-95d9-441b-adf1-60338b723f73", "ip_address": "10.0.0.10"}]}]}' 2023-04-20 14:28:19,937 90571 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/42dbb873-a38a-42ac-8050-432d1f90e5af 1.673s 2023-04-20 14:28:19,938 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4fe40124-90e4-4641-8b8e-bc15195a2366', 'date': 'Thu, 20 Apr 2023 14:28:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af'} Body: b'{"floatingip": {"id": "42dbb873-a38a-42ac-8050-432d1f90e5af", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "floating_ip_address": "172.24.4.72", "floating_network_id": "0f560cb0-fa57-411b-8b88-111cb64cc903", "router_id": "0f7d5b31-5013-4869-a16b-23d972b710a4", "port_id": "279c7bff-76bd-44af-9af9-dc5473bb4cc7", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9e22a844-cbb5-47c0-a2a7-34cb1744dedf", "mac_address": "fa:16:3e:aa:f3:69", "admin_state_up": true, "status": "ACTIVE", "device_id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T14:26:26Z", "updated_at": "2023-04-20T14:28:19Z", "revision_number": 1, "project_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:19,939 90571 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.72:22' as 'cirros' with public key authentication 2023-04-20 14:28:19,973 90571 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 14:28:19,995 90571 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 14:28:19,995 90571 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.72 successfully created 2023-04-20 14:28:20,045 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/ips 0.049s 2023-04-20 14:28:20,045 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41e4137-fc50-409f-ac1e-dc6e758b925e', 'x-compute-request-id': 'req-e41e4137-fc50-409f-ac1e-dc6e758b925e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-20 14:28:20,261 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes 0.212s 2023-04-20 14:28:20,261 90571 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-2006399305"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99aa825f-01c6-4fba-afe7-a3fb39db51ca', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99aa825f-01c6-4fba-afe7-a3fb39db51ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.197658", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:28:20,313 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276 0.041s 2023-04-20 14:28:20,313 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc475dbd-116f-4c37-a400-1a1712d62dd2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc475dbd-116f-4c37-a400-1a1712d62dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:21,415 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276 0.089s 2023-04-20 14:28:21,416 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcbc992-1f6c-4c9d-a3ba-db9e1eb06c76', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcbc992-1f6c-4c9d-a3ba-db9e1eb06c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276'} Body: b'{"volume": {"id": "8d875d75-ebe8-44ef-8f00-616a6b326276", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:28:20.000000", "updated_at": "2023-04-20T14:28:20.000000", "name": "tempest-AttachVolumeTestJSON-volume-2006399305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87d43ac3b3d84bc492e64f842c4bc1cc/volumes/8d875d75-ebe8-44ef-8f00-616a6b326276"}], "user_id": "c33ee066995e446e95627e797016b2a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc"}}' 2023-04-20 14:28:21,562 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.126s 2023-04-20 14:28:21,562 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28: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-69225c54-faf4-41b5-a123-8773ee08f935', 'x-compute-request-id': 'req-69225c54-faf4-41b5-a123-8773ee08f935', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'' 2023-04-20 14:28:21,784 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.221s 2023-04-20 14:28:21,785 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:28:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca31fe1c-0cfb-4c82-ae82-7b1161be70aa', 'x-compute-request-id': 'req-ca31fe1c-0cfb-4c82-ae82-7b1161be70aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"server": {"id": "9eb650c6-dbc7-4b05-82b6-9ea96cd307dc", "name": "tempest-AttachVolumeTestJSON-server-892998063", "status": "ACTIVE", "tenant_id": "87d43ac3b3d84bc492e64f842c4bc1cc", "user_id": "c33ee066995e446e95627e797016b2a0", "metadata": {}, "hostId": "7c3bccfa5bc168641d6067548b6509eb430830ff263ed763b7ae8e45", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": " bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:26:27Z", "updated": "2023-04-20T14:28:22Z", "addresses": {"tempest-AttachVolumeTestJSON-1715712940-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}, {"version": 4, "addr": "172.24.4.72", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:f3:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1851897055", "OS-SRV-USG:launched_at": "2023-04-20T14:26:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--993308585"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:29:12,083 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc 0.262s 2023-04-20 14:29:12,084 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:11 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-051adabf-33e8-4e84-82fd-58955f2ba3d8', 'x-compute-request-id': 'req-051adabf-33e8-4e84-82fd-58955f2ba3d8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9eb650c6-dbc7-4b05-82b6-9ea96cd307dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9eb650c6-dbc7-4b05-82b6-9ea96cd307dc could not be found."}}' 2023-04-20 14:29:12,112 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1851897055 0.027s 2023-04-20 14:29:12,112 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-e4119a21-ce35-4bcb-bf6c-d0b19c5deb25', 'x-compute-request-id': 'req-e4119a21-ce35-4bcb-bf6c-d0b19c5deb25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1851897055'} Body: b'' 2023-04-20 14:29:12,252 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c 0.139s 2023-04-20 14:29:12,252 90571 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-1f4f883b-1ad4-4f72-bb28-85050b735f26', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c'} Body: b'' 2023-04-20 14:29:12,272 90571 INFO [tempest.lib.c ommon.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c 0.019s 2023-04-20 14:29:12,272 90571 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-b7619124-1a2a-4674-b451-0f2fd6479f0e', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/515789e2-6d21-4bd2-a6bf-2fae8d64744c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 515789e2-6d21-4bd2-a6bf-2fae8d64744c does not exist", "detail": ""}}' 2023-04-20 14:29:12,799 90571 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af 0.526s 2023-04-20 14:29:12,799 90571 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-f0a19531-8921-430d-af3d-6eb34f7ad639', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/42dbb873-a38a-42ac-8050-432d1f90e5af'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 6a7c02ea-7de8-4fe5-a730-30a89ca9e853 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:18,078 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types 0.150s 2023-04-20 14:29:18,078 90571 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-298402380"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77aab6e-d328-44f0-b5e5-ebb62e54a4d0', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77aab6e-d328-44f0-b5e5-ebb62e54a4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types'} Body: b'{"volume_type": {"id": "8d613f46-785c-4b81-af24-bbc24cbd9e00", "name": "tempest-GroupSnapshotsV319Test-volume-type-298402380", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:18,137 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types 0.055s 2023-04-20 14:29:18,137 90571 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-1808047072"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2ec0f3-5b3b-49ca-a7f1-59f8ebe7e9f8', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2ec0f3-5b3b-49ca-a7f1-59f8ebe7e9f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types'} Body: b'{"group_type": {"id": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "name": "tempest-GroupSnapshotsV319Test-group-type-1808047072", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:18,360 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups 0.219s 2023-04-20 14:29:18,360 90571 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": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "name": "tempest-GroupSnapshotsV319Test-Group-807712405"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb69945-5276-427a-b3cc-f7cd37aa3edc', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb69945-5276-427a-b3cc-f7cd37aa3edc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "name": "tempest-GroupSnapshotsV319Test-Group-807712405"}}' 2023-04-20 14:29:18,396 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.033s 2023-04-20 14:29:18,396 90571 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': 'Thu, 20 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079beb82-3306-4a15-aac4-97f886d6d19f', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079beb82-3306-4a15-aac4-97f886d6d19f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:18.000000", "name": "tempest-GroupSnapshotsV319Test-Group-807712405", "description": null, "group_type": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:29:19,445 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.044s 2023-04-20 14:29:19,446 90571 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': 'Thu, 20 Apr 2023 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f559950-b077-4b4f-b200-c00022b5e1d6', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f559950-b077-4b4f-b200-c00022b5e1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"group": {"id": "6a7c02ea-7de8-4fe5-a730-30a89ca9e853", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:18.000000", "name": "tempest-GroupSnapshotsV319Test-Group-807712405", "description": null, "group_type": "25d00b38-ed92-4d21-bf27-4eb7180e39b0", "volume_types": ["8d613f46-785c-4b81-af24-bbc24cbd9e00"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 14:29:19,522 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/volumes/detail 0.068s 2023-04-20 14:29:19,523 90571 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': 'Thu, 20 Apr 2023 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55d96cc-09a7-4e8f-aaee-eacd10ac84ee', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55d96cc-09a7-4e8f-aaee-eacd10ac84ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:19,607 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853/action 0.062s 2023-04-20 14:29:19,608 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-a6c98844-c9af-4027-a980-25d584b886fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853/action'} Body: b'' 2023-04-20 14:29:19,625 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853 0.017s 2023-04-20 14:29:19,625 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-66c32917-6edb-429d-a251-539b79b029dc', 'x-openstack-request-id': 'req-66c32917-6edb-429d-a251-539b79b029dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b1d1147be4d34e679b5ca85384c8b301/groups/6a7c02ea-7de8-4fe5-a730-30a89ca9e853'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6a7c02ea-7de8-4fe5-a730-30a89ca9e853 could not be found."}}' 2023-04-20 14:29:19,654 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types/25d00b38-ed92-4d21-bf27-4eb7180e39b0 0.028s 2023-04-20 14:29:19,654 90571 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': 'Thu, 20 Apr 2023 14:29:19 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-619a11b8-4688-4976-9694-b53eae8737a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/group_types/25d00b38-ed92-4d21-bf27-4eb7180e39b0'} Body: b'' 2023-04-20 14:29:19,703 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00 0.049s 2023-04-20 14:29:19,703 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-c7abce5b-fab3-44e9-9f7c-b78be2346721', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00'} Body: b'' 2023-04-20 14:29:19,720 90571 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00 0.016s 2023-04-20 14:29:19,721 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:19 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-59174ade-68dc-48bd-97b8-50de63b2f52b', 'x-openstack-request-id': 'req-59174ade-68dc-48bd-97b8-50de63b2f52b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0879dbeffc694b989d97cb58319e5335/types/8d613f46-785c-4b81-af24-bbc24cbd9e00'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8d613f46-785c-4b81-af24-bbc24cbd9e00 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3e3e5e9b-1820-457e-870f-b1eefb6515da failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:22,771 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types 0.162s 2023-04-20 14:29:22,772 90575 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-1852408243"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0214404-a4f7-4590-97c5-6cd3d99b64ca', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0214404-a4f7-4590-97c5-6cd3d99b64ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types'} Body: b'{"volume_type": {"id": "261e8179-9277-49ae-8602-6cc764c675ca", "name": "tempest-GroupsTest-volume-type-1852408243", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:22,819 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types 0.044s 2023-04-20 14:29:22,819 90575 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-1675054876"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07039404-ac1c-41c9-b626-bcc575073a72', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07039404-ac1c-41c9-b626-bcc575073a72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types'} Body: b'{"group_type": {"id": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "name": "tempest-GroupsTest-group-type-1675054876", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:22,992 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups 0.170s 2023-04-20 14:29:22,992 90575 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": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"], "name": "tempest-Group1-1070744149"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ccb280-02e0-439f-87e9-24ec3a64806a', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ccb280-02e0-439f-87e9-24ec3a64806a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "name": "tempest-Group1-1070744149"}}' 2023-04-20 14:29:23,027 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.032s 2023-04-20 14:29:23,027 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Opensta ck-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b83d92-5fbb-4e79-9546-eace9f476afc', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b83d92-5fbb-4e79-9546-eace9f476afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:23.000000", "name": "tempest-Group1-1070744149", "description": null, "group_type": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"]}}' 2023-04-20 14:29:24,063 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.031s 2023-04-20 14:29:24,064 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7d20b0-6ee8-4989-9422-5ff6c40252b3', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7d20b0-6ee8-4989-9422-5ff6c40252b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"group": {"id": "3e3e5e9b-1820-457e-870f-b1eefb6515da", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:23.000000", "name": "tempest-Group1-1070744149", "description": null, "group_type": "302cba62-5455-4815-b67c-ba2cd4ad67fc", "volume_types": ["261e8179-9277-49ae-8602-6cc764c675ca"]}}' 2023-04-20 14:29:24,135 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail 0.066s 2023-04-20 14:29:24,135 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1172e8bf-48d4-4505-9c9e-208719567ef8', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1172e8bf-48d4-4505-9c9e-208719567ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:24,214 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da/action 0.068s 2023-04-20 14:29:24,214 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-d7c584c5-1eef-4335-8873-bf3996888535', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da/action'} Body: b'' 2023-04-20 14:29:24,231 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da 0.016s 2023-04-20 14:29:24,231 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-724fb732-6331-41a2-b5af-7ae84ff301bd', 'x-openstack-request-id': 'req-724fb732-6331-41a2-b5af-7ae84ff301bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/3e3e5e9b-1820-457e-870f-b1eefb6515da'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3e3e5e9b-1820-457e-870f-b1eefb6515da could not be found."}}' 2023-04-20 14:29:24,269 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/302cba62-5455-4815-b67c-ba2cd4ad67fc 0.036s 2023-04-20 14:29:24,269 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e878e4-89a9-47e1-ae32-ea754408898b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/302cba62-5455-4815-b67c-ba2cd4ad67fc'} Body: b'' 2023-04-20 14:29:24,338 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca 0.068s 2023-04-20 14:29:24,338 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfe8f30-ff5b-491b-9641-b6090979295e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca'} Body: b'' 2023-04-20 14:29:24,361 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca 0.021s 2023-04-20 14:29:24,361 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-303b05c1-42f0-4a1c-8eff-34e83e25c7ef', 'x-openstack-request-id': 'req-303b05c1-42f0-4a1c-8e ff-34e83e25c7ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/261e8179-9277-49ae-8602-6cc764c675ca'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 261e8179-9277-49ae-8602-6cc764c675ca could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2598b3f2-66b4-439b-bc0a-973c057d4aac failed to build and is in ERROR status tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group dacf53cb-4490-4041-9ba7-74f62ca2f32e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:24,399 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types 0.033s 2023-04-20 14:29:24,399 90575 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-1896090090"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5700f685-a486-4206-8d13-0af7af92de81', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5700f685-a486-4206-8d13-0af7af92de81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types'} Body: b'{"volume_type": {"id": "a78bf856-3ef4-44d9-a4f7-23e4997f17ab", "name": "tempest-GroupsTest-volume-type-1896090090", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 14:29:24,438 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types 0.034s 2023-04-20 14:29:24,438 90575 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-1278388968"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec41f568-73bb-4235-bd81-d93042e98a20', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec41f568-73bb-4235-bd81-d93042e98a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types'} Body: b'{"group_type": {"id": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "name": "tempest-GroupsTest-group-type-1278388968", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 14:29:24,531 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups 0.090s 2023-04-20 14:29:24,532 90575 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": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"], "name": "tempest-GroupsTest-Group-357020583"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7233a5-f2fe-4ba9-84b0-02a414298558', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7233a5-f2fe-4ba9-84b0-02a414298558', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "name": "tempest-GroupsTest-Group-357020583"}}' 2023-04-20 14:29:24,577 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.042s 2023-04-20 14:29:24,577 90575 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': 'Thu, 20 Apr 2023 14:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b76720-39b2-44ad-80b9-bbcadefd1afe', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90b76720-39b2-44ad-80b9-bbcadefd1afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T14:29:24.000000", "name": "tempest-GroupsTest-Group-357020583", "description": null, "group_type": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"]}}' 2023-04-20 14:29:25,615 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.032s 2023-04-20 14:29:25,615 90575 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': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8778bda-09f8-48f8-a3cc-a036930ef47c', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8778bda-09f8-48f8-a3cc-a036930ef47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"group": {"id": "dacf53cb-4490-4041-9ba7-74f62ca2f32e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T14:29:24.000000", "name": "tempest-GroupsTest-Group-357020583", "description": null, "group_type": "48093cfb-7e0e-424a-aaf9-6bf7ca4beda0", "volume_types": ["a78bf856-3ef4-44d9-a4f7-23e4997f17ab"]}}' 2023-04-20 14:29:25,688 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail 0.068s 2023-04-20 14:29:25,688 90575 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': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a341f463-b84d-4c7e-baf6-cbd46745f515', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a341f463-b84d-4c7e-baf6-cbd46745f515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 14:29:25,762 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e/action 0.063s 2023-04-20 14:29:25,763 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-783d6584-e09d-4b3a-93c1-329a2d5 10f96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e/action'} Body: b'' 2023-04-20 14:29:25,780 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e 0.017s 2023-04-20 14:29:25,781 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-1e3b1b5b-e020-45a1-9452-9513b211b894', 'x-openstack-request-id': 'req-1e3b1b5b-e020-45a1-9452-9513b211b894', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74938e0cbe57469d9bc0470ef24ed308/groups/dacf53cb-4490-4041-9ba7-74f62ca2f32e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dacf53cb-4490-4041-9ba7-74f62ca2f32e could not be found."}}' 2023-04-20 14:29:25,812 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/48093cfb-7e0e-424a-aaf9-6bf7ca4beda0 0.030s 2023-04-20 14:29:25,812 90575 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': 'Thu, 20 Apr 2023 14:29:25 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-57518d30-957d-44d7-adb3-f0944e74fde7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/group_types/48093cfb-7e0e-424a-aaf9-6bf7ca4beda0'} Body: b'' 2023-04-20 14:29:25,873 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab 0.060s 2023-04-20 14:29:25,873 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-560935b1-dd40-45d9-9aa7-901413f0bb82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab'} Body: b'' 2023-04-20 14:29:25,891 90575 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab 0.017s 2023-04-20 14:29:25,891 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:25 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-920f7503-9492-454f-b070-ece05d541219', 'x-openstack-request-id': 'req-920f7503-9492-454f-b070-ece05d541219', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a2d702921fa4c85a6ac5ecc77a4d4f8/types/a78bf856-3ef4-44d9-a4f7-23e4997f17ab'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a78bf856-3ef4-44d9-a4f7-23e4997f17ab could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2ea95055-bcf6-44ea-a85d-a05a8cfe7416 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1bbf4a04-b05e-4d58-993a-56b1ab249d78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:37,790 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes 0.482s 2023-04-20 14:29:37,790 90575 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-1664176823"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2c51fe-bd99-446f-9de2-400abce690d5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2c51fe-bd99-446f-9de2-400abce690d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:37.702755", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:37,854 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.054s 2023-04-20 14:29:37,855 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9d6d9d-fa05-4798-8ac7-e95c7dd2f50f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9d6d9d-fa05-4798-8ac7-e95c7dd2f50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:38,940 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.072s 2023-04-20 14:29:38,940 90575 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da0b999-5b1f-43a1-ac32-efbf4495b498', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da0b999-5b1f-43a1-ac32-efbf4495b498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": "2023-04-20T14:29:38.000000", "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:39,000 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.048s 2023-04-20 14:29:39,001 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f116b4d-7871-4450-ab89-166325eaf995', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f116b4d-7871-4450-ab89-166325eaf995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"volume": {"id": "1bbf4a04-b05e-4d58-993a-56b1ab249d78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:38.000000", "updated_at": "2023-04-20T14:29:38.000000", "name": "tempest-VolumesTransfersTest-Volume-1664176823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:39,175 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.163s 2023-04-20 14:29:39,175 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481c496f-797e-445a-9d68-7ca0c5af4e2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'' 2023-04-20 14:29:39,201 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78 0.025s 2023-04-20 14:29:39,201 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7101a0-f79c-4f8d-9d53-d78da5e2f129', 'x-openstack-request-id': 'req-4b7101a0-f79c-4f8d-9d53-d78da5e2f129', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/1bbf4a04-b05e-4d58-993a-56b1ab249d78'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bbf4a04-b05e-4d58-993a-56b1ab249d78 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:39,432 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes 0.227s 2023-04-20 14:29:39,432 90575 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-1485400948"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba22122-7cc4-4aa4-a6ec-8c7cf01da106', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ba22122-7cc4-4aa4-a6ec-8c7cf01da106', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.368434", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:29:39,541 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.097s 2023-04-20 14:29:39,541 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d4cd1f-b6dd-4387-8aac-953c7119625b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d4cd1f-b6dd-4387-8aac-953c7119625b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,624 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.070s 2023-04-20 14:29:40,624 90575 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f31eba-221e-4dbf-9f0a-59b84bb27d09', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f31eba-221e-4dbf-9f0a-59b84bb27d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": "2023-04-20T14:29:40.000000", "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,701 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.064s 2023-04-20 14:29:40,702 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad5c144-48d4-44bb-bcad-105c150702eb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad5c144-48d4-44bb-bcad-105c150702eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"volume": {"id": "cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:29:39.000000", "updated_at": "2023-04-20T14:29:40.000000", "name": "tempest-VolumesTransfersTest-Volume-1485400948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e"}], "user_id": "e8276a568e1542f7aeaeb3edb407e210", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2900752fce147108bf87b2eb95ca9c3"}}' 2023-04-20 14:29:40,848 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.128s 2023-04-20 14:29:40,848 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14: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-0ab4aafe-adbc-4353-a17f-89d1e6f08ee8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'' 2023-04-20 14:29:40,874 90575 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e 0.025s 2023-04-20 14:29:40,874 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29: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-df7c9bb2-78f6-4c9e-9e70-c0bfa90da370', 'x-openstack-request-id': 'req-df7c9bb2-78f6-4c9e-9e70-c0bfa90da370', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2900752fce147108bf87b2eb95ca9c3/volumes/cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd7fab9a-358b-4cbb-b1db-04dfa8b70b2e could not be found."}}' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58afc58c-1eb6-436c-9466-e4636fa9e7d9 failed to build and is in ERROR status tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8f649f56-0ecd-49ee-8856-8cf4aa43eb21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:00,945 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.281s 2023-04-20 14:30:00,945 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1738385767", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4my/DYEz8VtUkVXs+QZRKjLHVap4vmHS4DDRHLROKPdMUQHwPI6HaN8FvBYujOIODCiuDUgaSdQUQU6wza0YBgEpccQsggPWPugDD7L321Mbb4uTSNkwd8GS1tAQ/URQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5f0a2d6-fcd7-4a86-ac55-ec091a286125', 'x-compute-request-id': 'req-e5f0a2d6-fcd7-4a86-ac55-ec091a286125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1738385767", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG4my/DYEz8VtUkVXs+QZRKjLHVap4vmHS4DDRHLROKPdMUQHwPI6HaN8FvBYujOIODCiuDUgaSdQUQU6wza0YBgEpccQsggPWPugDD7L321Mbb4uTSNkwd8GS1tAQ/URQ==", "fingerprint": "3a:52:3b:5c:79:94:bc:f2:43:ef:5c:d5:66:47:26:12", "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a"}}' 2023-04-20 14:30:01,097 90575 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.150s 2023-04-20 14:30:01,098 90575 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-1959824728", "description": "tempest-secgroup-smoke-1959824728 description", "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-6bd5d69d-09ee-4cc9-b02a-07db2d24af32', 'date': 'Thu, 20 Apr 2023 14:30:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "name": "tempest-secgroup-smoke-1959824728", "stateful": true, "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "description": "tempest-secgroup-smoke-1959824728 description", "shared": false, "security_group_rules": [{"id": "928a5e10-b102-44a5-895e-1e6fa1268f82", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "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": 1023, "description": null, "tags": [], "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}, {"id": "aa24bceb-cd5c-47da-8c19-0294ffb99120", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "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": 1024, "description": null, "tags": [], "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}], "tags": [], "created_at": "2023-04-20T14:30:00Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 1, "projec t_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,256 90575 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.157s 2023-04-20 14:30:01,256 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-5cecec9b-c60e-412a-82ad-2efbc8c025d7', 'date': 'Thu, 20 Apr 2023 14:30: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": "7d80a69a-4648-4a18-bfb0-5c83b32c3144", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,426 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-20 14:30:01,427 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-ffccb8ae-3fbe-49a0-b134-771e685ab3e1', 'date': 'Thu, 20 Apr 2023 14:30: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": "11e7db7b-0aba-44ce-93fa-924c73510da9", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:01,588 90575 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.160s 2023-04-20 14:30:01,588 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-26930102-2284-49c2-a41a-0d017eae9131', 'date': 'Thu, 20 Apr 2023 14:30: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": "a379deb5-fffc-46a2-96e4-a65812920dca", "tenant_id": "84a38ff12 fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,032 90575 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.443s 2023-04-20 14:30:02,032 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-1e8634ba-1339-4d50-9b15-836553d3a1b6', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a5544761-6100-408a-9580-e10e03e6e131", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:01Z", "updated_at": "2023-04-20T14:30:01Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,208 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-20 14:30:02,208 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4ac35232-a734-438a-b354-17cca4b60f99', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a206846-7f3e-4cc2-866d-e11415f6ab6a", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:02Z", "updated_at": "2023-04-20T14:30:02Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,390 90575 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.181s 2023-04-20 14:30:02,391 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "project_id": "84a38ff12fce485e9042cb9cef93c9b3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-421ceb6f-cfa2-4e62-951e-5f46c510570f', 'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6aabc2ae-e288-457e-bf6e-3dd85880b955", "tenant_id": "84a38ff12fce485e9042cb9cef93c9b3", "security_group_id": "b21a66e5-2a36-4231-9d3f-a0c96df91136", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:30:02Z", "updated_at": "2023-04-20T14:30:02Z", "revision_number": 0, "project_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:02,611 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes 0.219s 2023-04-20 14:30:02,611 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-22503671", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e14c951-a7f0-4aad-9307-0e6060d1f0c2', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e14c951-a7f0-4aad-9307-0e6060d1f0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:02.550511", "updated_at": null, "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:02,662 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.041s 2023-04-20 14:30:02,662 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e197316-d96e-49e0-9356-824ec933c624', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e197316-d96e-49e0-9356-824ec933c624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:03.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, " metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:03,713 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.038s 2023-04-20 14:30:03,713 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ea121e-1deb-476a-a9f8-2263fb4ec9e3', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ea121e-1deb-476a-a9f8-2263fb4ec9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"volume": {"id": "8f649f56-0ecd-49ee-8856-8cf4aa43eb21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:03.000000", "updated_at": "2023-04-20T14:30:03.000000", "name": "tempest-TestStampPattern-volume-22503671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21"}], "user_id": "fb0f2cec3fbe48799c223c3c2ed8a62a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84a38ff12fce485e9042cb9cef93c9b3"}}' 2023-04-20 14:30:03,865 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.140s 2023-04-20 14:30:03,865 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc91b70-79bb-4f84-b5e5-e6351931bf22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'' 2023-04-20 14:30:03,891 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21 0.025s 2023-04-20 14:30:03,891 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-45369141-683d-4315-b88f-296ff2076294', 'x-openstack-request-id': 'req-45369141-683d-4315-b88f-296ff2076294', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84a38ff12fce485e9042cb9cef93c9b3/volumes/8f649f56-0ecd-49ee-8856-8cf4aa43eb21'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8f649f56-0ecd-49ee-8856-8cf4aa43eb21 could not be found."}}' 2023-04-20 14:30:04,086 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b21a66e5-2a36-4231-9d3f-a0c96df91136 0.194s 2023-04-20 14:30:04,086 90575 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-2c7051f9-7f2b-4bf1-ada7-b2079dec1aba', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b21a66e5-2a36-4231-9d3f-a0c96df91136'} Body: b'' 2023-04-20 14:30:04,126 90575 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1738385767 0.039s 2023-04-20 14:30:04,126 90575 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca70a58-0c3b-44f1-a929-18706384c892', 'x-compute-request-id': 'req-3ca70a58-0c3b-44f1-a929-18706384c892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1738385767'} Body: b'' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 00b74693-c7e5-46fb-b2cd-46d65e75b45d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:05,548 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes 0.642s 2023-04-20 14:30:05,548 90567 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-980001519"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8710ee47-036f-43d9-8fc8-7e499bac7d0d', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8710ee47-036f-43d9-8fc8-7e499bac7d0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.277769", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:30:05,600 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.042s 2023-04-20 14:30:05,601 90567 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': 'Thu, 20 Apr 2023 14:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4bd8e2-ce25-4e24-bc2d-5c0580aa6db5', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4bd8e2-ce25-4e24-bc2d-5c0580aa6db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,651 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.038s 2023-04-20 14:30:06,651 90567 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': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ba8b27-ccbe-4c0d-9f2a-8e7dcae617c7', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ba8b27-ccbe-4c0d-9f2a-8e7dcae617c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": "2023-04-20T14:30:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,753 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.091s 2023-04-20 14:30:06,753 90567 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': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b88f718-33fe-4071-889e-9ef53ef066af', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b88f718-33fe-4071-889e-9ef53ef066af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"volume": {"id": "00b74693-c7e5-46fb-b2cd-46d65e75b45d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:05.000000", "updated_at": "2023-04-20T14:30:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-980001519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:06,866 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.102s 2023-04-20 14:30:06,867 90567 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': 'Thu, 20 Apr 2023 14:30:06 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-2f643c5f-4673-4b88-9789-ba9cd43d2efe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'' 2023-04-20 14:30:06,886 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d 0.019s 2023-04-20 14:30:06,887 90567 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': 'Thu, 20 Apr 2023 14:30:06 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-4aad6c18-7627-4c43-9846-8a44e0629aa6', 'x-openstack-request-id': 'req-4aad6c18-7627-4c43-9846-8a44e0629aa6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/00b74693-c7e5-46fb-b2cd-46d65e75b45d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 00b74693-c7e5-46fb-b2cd-46d65e75b45d could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e83979cb-e992-4027-90e4-4f32b8a74e9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:07,095 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes 0.205s 2023-04-20 14:30:07,096 90567 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-1019625191"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375dc138-c02a-45a6-a8c5-d4b6ac4daacb', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375dc138-c02a-45a6-a8c5-d4b6ac4daacb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.035738", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 14:30:07,149 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.043s 2023-04-20 14:30:07,150 90567 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': 'Thu, 20 Apr 2023 14:30:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54f557f-223e-4886-8092-416afb136107', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54f557f-223e-4886-8092-416afb136107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,200 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.038s 2023-04-20 14:30:08,201 90567 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': 'Thu, 20 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce9df66-363e-4b35-8a56-80c097059116', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce9df66-363e-4b35-8a56-80c097059116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": "2023-04-20T14:30:07.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,254 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.043s 2023-04-20 14:30:08,255 90567 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': 'Thu, 20 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad901fbe-6b6c-41b1-a75d-925626f526d0', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad901fbe-6b6c-41b1-a75d-925626f526d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"volume": {"id": "e83979cb-e992-4027-90e4-4f32b8a74e9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:07.000000", "updated_at": "2023-04-20T14:30:07.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1019625191", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a"}], "user_id": "08964f9675e5463fb2cbc435c278aa61", "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": "a7336bf7556749a081baa8e40163b0b5"}}' 2023-04-20 14:30:08,429 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.164s 2023-04-20 14:30:08,429 90567 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': 'Thu, 20 Apr 2023 14:30:08 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-cbecd9f8-fc50-427d-9ed3-f2edf5f06abe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'' 2023-04-20 14:30:08,454 90567 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a 0.024s 2023-04-20 14:30:08,454 90567 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': 'Thu, 20 Apr 2023 14:30:08 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-da7d7425-2360-4c24-975e-e0083cb91be3', 'x-openstack-request-id': 'req-da7d7425-2360-4c24-975e-e0083cb91be3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a7336bf7556749a081baa8e40163b0b5/volumes/e83979cb-e992-4027-90e4-4f32b8a74e9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e83979cb-e992-4027-90e4-4f32b8a74e9a could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:11,584 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a 0.129s 2023-04-20 14:30:11,584 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-31b77036-896b-4727-9cb6-2564a5e18b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ac423661a2a6492b8351aaa438c87245", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "created_at": "2023-04-20T14:16:12Z", "updated_at": "2023-04-20T14:16:14Z", "tags": [], "self": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a", "file": "/v2/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:30:11,979 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes 0.394s 2023-04-20 14:30:11,980 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "size": 1, "name": "tempest-VolumesCloneTest-Volume-637993050"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eebc1ee-c34f-4c93-8280-afe5f5dcd932', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eebc1ee-c34f-4c93-8280-afe5f5dcd932', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:11.923033", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:12,051 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.062s 2023-04-20 14:30:12,052 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c0464f-88a1-4867-a649-b102a351456c', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c0464f-88a1-4867-a649-b102a351456c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,103 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.039s 2023-04-20 14:30:13,103 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b64c48f-1a8b-4847-8d36-84d5617118c0', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b64c48f-1a8b-4847-8d36-84d5617118c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": "2023-04-20T14:30:12.000000", "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,159 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.039s 2023-04-20 14:30:13,159 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511cc80e-678b-4337-973f-d1d01d03ea60', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511cc80e-678b-4337-973f-d1d01d03ea60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"volume": {"id": "ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.000000", "updated_at": "2023-04-20T14:30:12.000000", "name": "tempest-VolumesCloneTest-Volume-637993050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:13,274 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.102s 2023-04-20 14:30:13,274 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e90a78-d79b-42f0-aa67-875058ea714c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'' 2023-04-20 14:30:13,297 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 0.022s 2023-04-20 14:30:13,297 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-425dc266-4080-4d5b-b524-1be6893c0269', 'x-openstack-request-id': 'req-425dc266-4080-4d5b-b524-1be6893c0269', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed4bfbf1-3f1f-4c0c-8458-d153c5cb9d03 could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d05fa35c-0635-47ad-a104-cca00b2e0999 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:12,631 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes 0.378s 2023-04-20 14:30:12,632 90575 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-1310709707"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d0af3d-6d4c-4216-8b89-0e89c231de40', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d0af3d-6d4c-4216-8b89-0e89c231de40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:12.564944", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 14:30:12,678 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999 0.037s 2023-04-20 14:30:12,679 90575 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': 'Thu, 20 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe58212-6e46-4861-aae7-610cef18657d', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe58212-6e46-4861-aae7-610cef18657d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' 2023-04-20 14:30:13,735 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999 0.044s 2023-04-20 14:30:13,735 90575 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': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae3525e-fe3b-4344-903b-fca8c83b71e7', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae3525e-fe3b-4344-903b-fca8c83b71e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999'} Body: b'{"volume": {"id": "d05fa35c-0635-47ad-a104-cca00b2e0999", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:13.000000", "name": "tempest-VolumeRevertTests-Volume-1310709707", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/d05fa35c-0635-47ad-a104-cca00b2e0999"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1768a9d1-a86b-442c-87f2-19a26d054603 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:13,499 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes 0.198s 2023-04-20 14:30:13,499 90567 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-909927239"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cf2abc-27fe-4537-8454-eee9e42a2b9d', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cf2abc-27fe-4537-8454-eee9e42a2b9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.438469", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:30:13,550 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.041s 2023-04-20 14:30:13,550 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a5fd43-bc3e-4512-8d92-483e201315af', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a5fd43-bc3e-4512-8d92-483e201315af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,603 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.039s 2023-04-20 14:30:14,603 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b903e4c-982b-49de-9500-169dbd5d8ec6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b903e4c-982b-49de-9500-169dbd5d8ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,652 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.038s 2023-04-20 14:30:14,652 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c429da-34c7-4aa6-95f9-255ed21ecb90', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c429da-34c7-4aa6-95f9-255ed21ecb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"volume": {"id": "1768a9d1-a86b-442c-87f2-19a26d054603", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumesCloneTest-Volume-909927239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603"}], "user_id": "21f6244614de4a399e6b842d77bf5146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e12cc923c374402d967db760dfd1f42a"}}' 2023-04-20 14:30:14,761 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.098s 2023-04-20 14:30:14,761 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-434ceeb6-4c8c-49f3-89d0-1be27045de4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'' 2023-04-20 14:30:14,783 90567 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603 0.021s 2023-04-20 14:30:14,783 90567 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cab7cf9-67a4-44b0-878f-451da186fa07', 'x-openstack-request-id': 'req-9cab7cf9-67a4-44b0-878f-451da186fa07', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e12cc923c374402d967db760dfd1f42a/volumes/1768a9d1-a86b-442c-87f2-19a26d054603'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1768a9d1-a86b-442c-87f2-19a26d054603 could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f50d6d56-03ad-43c6-98e2-d4ada5eb8afc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:30:13,933 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes 0.178s 2023-04-20 14:30:13,933 90575 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-1946143968"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61572587-73c6-4579-9c8d-e90df2d1e703', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61572587-73c6-4579-9c8d-e90df2d1e703', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:13.875122", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 14:30:13,983 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc 0.040s 2023-04-20 14:30:13,984 90575 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': 'Thu, 20 Apr 2023 14:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3766cc1a-05d9-4eff-a5ea-0b97dc00f880', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3766cc1a-05d9-4eff-a5ea-0b97dc00f880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:14.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' 2023-04-20 14:30:15,035 90575 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc 0.039s 2023-04-20 14:30:15,036 90575 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': 'Thu, 20 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-690fc399-e747-449a-8c2c-8d1fa26c5e3b', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-690fc399-e747-449a-8c2c-8d1fa26c5e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc'} Body: b'{"volume": {"id": "f50d6d56-03ad-43c6-98e2-d4ada5eb8afc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:30:14.000000", "updated_at": "2023-04-20T14:30:14.000000", "name": "tempest-VolumeRevertTests-Volume-1946143968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/505db8b82006402d95e854068e2c5121/volumes/f50d6d56-03ad-43c6-98e2-d4ada5eb8afc"}], "user_id": "bbb0fd677104449581b6aa221a65cc49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "505db8b82006402d95e854068e2c5121"}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8e993d5d-d6d8-4d86-bd08-0c89481b4545 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:08,045 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.259s 2023-04-20 14:29:08,046 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-342209315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF1Iri4yOqWH5H0A/5uCGwAkYQWSpsQVQnPVchsot1WlYCx1sf3cfnkXYeXfTNbvPbKCODelDGtajjFtPbfPIOxYm4h8sa+lSamR7TIP8VrLZRNSNjpnzDB9epKPTSCVdg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc064ddb-cc0b-4c11-881d-7c8eda8e7f55', 'x-compute-request-id': 'req-cc064ddb-cc0b-4c11-881d-7c8eda8e7f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-342209315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF1Iri4yOqWH5H0A/5uCGwAkYQWSpsQVQnPVchsot1WlYCx1sf3cfnkXYeXfTNbvPbKCODelDGtajjFtPbfPIOxYm4h8sa+lSamR7TIP8VrLZRNSNjpnzDB9epKPTSCVdg==", "fingerprint": "35:57:c3:c0:43:17:c0:dd:73:11:0d:ba:41:d1:d4:cb", "user_id": "74e0eacf63674748aa6d39aca6acba30"}}' 2023-04-20 14:29:08,232 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-04-20 14:29:08,233 90565 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-670625780", "description": "tempest-secgroup-smoke-670625780 description", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-2a160058-7f51-4ab8-9dd8-e48d4d286991', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "deed51ee-a4d4-4306-b612-9503a831905e", "name": "tempest-secgroup-smoke-670625780", "stateful": true, "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "description": "tempest-secgroup-smoke-670625780 description", "shared": false, "security_group_rules": [{"id": "e75d1aa1-3f82-4ab0-a14a-395508f2c667", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "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": 881, "description": null, "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}, {"id": "faa56992-dc66-459b-82be-89e0fdf28c74", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "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": 880, "description": null, "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}], "tags": [], "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 1, " project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,421 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-20 14:29:08,422 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-26700f19-1319-4211-9366-e409a3293d69', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e41011c-0ec2-40e6-8db9-fc54c9a0e6f9", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,620 90565 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 2023-04-20 14:29:08,621 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-fb38745d-6c8a-4cfa-863b-d7d26866c953', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "404577ad-c02b-47c1-85d6-834dd476bf9e", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,784 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-20 14:29:08,784 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d720ca32-c257-4d30-8b0b-54c9b4e3dcf9', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a51309cb-aae7-4025-bfa2-723886ea0450", "tenant_id": "7a23f0c57f83 48a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:08,932 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-20 14:29:08,932 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c6521289-b4da-4d74-af7c-7715d263f3aa', 'date': 'Thu, 20 Apr 2023 14:29:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3b6c5994-de96-496a-827e-1eac257468f1", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:08Z", "updated_at": "2023-04-20T14:29:08Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,097 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 14:29:09,098 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fad3da10-03ea-47bc-a89a-f81d1df4c896', 'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "730c47dd-51d3-4342-81d6-e4b7cfcd8f6c", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:09Z", "updated_at": "2023-04-20T14:29:09Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,262 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-20 14:29:09,262 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-66da9b11-abd9-436d-84f1-5ba1b8d7130c', 'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bdd7c97e-bf3e-4024-a049-cba7e4d3171e", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "security_group_id": "deed51ee-a4d4-4306-b612-9503a831905e", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T14:29:09Z", "updated_at": "2023-04-20T14:29:09Z", "revision_number": 0, "project_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:29:09,300 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.032s 2023-04-20 14:29:09,300 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 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-ba1d4bab-6d66-458a-ae0a-a352c10c3002', '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": "74e0eacf63674748aa6d39aca6acba30", "name": "tempest-SnapshotDataIntegrityTests-94505840-project-member", "password_expires_at": null}, "audit_ids": ["G2qFHjicQaSJOPM3HDFm8w"], "expires_at": "2023-04-20T15:29:09.000000Z", "issued_at": "2023-04-20T14:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a23f0c57f8348a4ae11d22c8aa6092c", "name": "tempest-SnapshotDataIntegrityTests-94505840"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "regi on": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:29:09,301 90565 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'cf7d1a00-455a-4bd8-a775-b584267204ce', 'name': 'tempest-SnapshotDataIntegrityTests-806185645-network', 'tenant_id': '7a23f0c57f8348a4ae11d22c8aa6092c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a23f0c57f8348a4ae11d22c8aa6092c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34871, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:28:53Z', 'updated_at': '2023-04-20T14:28:53Z', 'revision_number': 1} available for tenant 2023-04-20 14:29:09,946 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.643s 2023-04-20 14:29:09,946 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "imageRef": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "networks": [{"uuid": "cf7d1a00-455a-4bd8-a775-b584267204ce"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a910cea-963d-49ad-90a3-db3cf4b775e1', 'x-compute-request-id': 'req-0a910cea-963d-49ad-90a3-db3cf4b775e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "adminPass": "Hs4e7bMqGbAx"}}' 2023-04-20 14:29:10,041 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.091s 2023-04-20 14:29:10,041 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddcddae2-f416-4f71-848d-634807c719b6', 'x-compute-request-id': 'req-ddcddae2-f416-4f71-848d-634807c719b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "BUILD", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:10Z", "updated": "2023-04-20T14:29:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:00,378 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.270s 2023-04-20 14:30:00,379 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fab9b555-4d69-4222-9109-ef38d4ccf2b2', 'x-compute-request-id': 'req-fab9b555-4d69-4222-9109-ef38d4ccf2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:29:17Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:00,391 90565 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:31:00,873 90565 INFO [tempest.lib.common.rest_client] Request (Snapsh otDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.436s 2023-04-20 14:31:00,873 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f88bf7e9-5f2d-4791-a191-5ff18568f71a', 'x-compute-request-id': 'req-f88bf7e9-5f2d-4791-a191-5ff18568f71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:29:17Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:01,161 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes 0.273s 2023-04-20 14:31:01,161 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e63636-ab02-4db6-8438-15211b332607', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e63636-ab02-4db6-8438-15211b332607', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.086110", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c 89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:31:01,215 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.044s 2023-04-20 14:31:01,215 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e7bfbb-b095-4c77-83af-35f4f2fec855', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e7bfbb-b095-4c77-83af-35f4f2fec855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:31:02,279 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.051s 2023-04-20 14:31:02,279 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9191cb14-33d5-4242-87c5-faf4be7912c3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9191cb14-33d5-4242-87c5-faf4be7912c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"volume": {"id": "8e993d5d-d6d8-4d86-bd08-0c89481b4545", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:01.000000", "updated_at": "2023-04-20T14:31:01.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-982231149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545"}], "user_id": "74e0eacf63674748aa6d39aca6acba30", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c"}}' 2023-04-20 14:31:02,399 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.108s 2023-04-20 14:31:02,400 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d7bed78-0fb2-46b4-ae6a-140d8e1f1857', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'' 2023-04-20 14:31:02,443 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545 0.042s 2023-04-20 14:31:02,443 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ab53df-651b-46a0-9bd0-2a65f291740f', 'x-openstack-request-id': 'req-06ab53df-651b-46a0-9bd0-2a65f291740f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a23f0c57f8348a4ae11d22c8aa6092c/volumes/8e993d5d-d6d8-4d86-bd08-0c89481b4545'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e993d5d-d6d8-4d86-bd08-0c89481b4545 could not be found."}}' 2023-04-20 14:31:02,568 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.124s 2023-04-20 14:31:02,568 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 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-d84ede4e-09cf-40aa-b8ae-b18d56c2ae3c', 'x-compute-request-id': 'req-d84ede4e-09cf-40aa-b8ae-b18d56c2ae3c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'' 2023-04-20 14:31:02,744 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.175s 2023-04-20 14:31:02,744 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-271c01c0-f6a9-4753-b49a-da023cc6bfec', 'x-compute-request-id': 'req-271c01c0-f6a9-4753-b49a-da023cc6bfec', 'connection': 'close', 'status': '200', 'content-location': 'http ://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"server": {"id": "dfd31c38-38f4-406d-ac45-4ba4ae6daa9c", "name": "tempest-SnapshotDataIntegrityTests-server-1087817993", "status": "ACTIVE", "tenant_id": "7a23f0c57f8348a4ae11d22c8aa6092c", "user_id": "74e0eacf63674748aa6d39aca6acba30", "metadata": {}, "hostId": "3bd8278ab5b3e1c2357afcfdeda52be649c33d0e82280d3d80d0b641", "image": {"id": "7b80a95f-e4ca-46d6-804d-57e811fccd3a", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/7b80a95f-e4ca-46d6-804d-57e811fccd3a"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:09Z", "updated": "2023-04-20T14:31:03Z", "addresses": {"tempest-SnapshotDataIntegrityTests-806185645-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:91:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-342209315", "OS-SRV-USG:launched_at": "2023-04-20T14:29:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-670625780"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:52,848 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c 0.041s 2023-04-20 14:31:52,848 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:52 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-f18718b8-4e42-4158-8b80-dcbd4ca7617b', 'x-compute-request-id': 'req-f18718b8-4e42-4158-8b80-dcbd4ca7617b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dfd31c38-38f4-406d-ac45-4ba4ae6daa9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dfd31c38-38f4-406d-ac45-4ba4ae6daa9c could not be found."}}' 2023-04-20 14:31:53,020 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/deed51ee-a4d4-4306-b612-9503a831905e 0.171s 2023-04-20 14:31:53,021 90565 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-8f66ee23-5ded-4b11-ac49-585e1fae4c96', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 14:31:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/deed51ee-a4d4-4306-b612-9503a831905e'} Body: b'' 2023-04-20 14:31:53,054 90565 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-342209315 0.033s 2023-04-20 14:31:53,054 90565 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:53 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-fc41cde9-4621-4b7c-9516-a34f322afb75', 'x-compute-request-id': 'req-fc41cde9-4621-4b7c-9516-a34f322afb75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-342209315'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e6b8a19e-5762-462e-9eda-0a4242a4c9fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:29:40,189 90571 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 14:29:41,232 90571 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 1.042s 2023-04-20 14:29:41,232 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1979317291", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-69ec4cf3-4b9f-4aa5-97c6-1d66b502fcf5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1979317291", "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": "0bd913c486eb4b0d9d51acc38679f7e4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "created_at": "2023-04-20T14:29:41Z", "updated_at": "2023-04-20T14:29:41Z", "tags": [], "self": "/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "file": "/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:29:42,978 90571 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/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file 1.745s 2023-04-20 14:29:42,979 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5313547a-1bfd-483e-99a6-ecb57af8b1ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9/file'} Body: b'' 2023-04-20 14:29:42,979 90571 DEBUG [tempest.scenario.manager] image:b1f8aec2-0b54-4b59-97a8-5e18512f6ab9 2023-04-20 14:29:43,036 90571 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.055s 2023-04-20 14:29:43,037 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-78618344", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTU+aUH+s46hYGKfnkic4dVGumBsP/tnxMzdnSp7PKsdyl1t8vf2kD13m31ERw5SJwvfp3ItA0IXIlILULYT7aC8T2o6AC/1E5UQtXf3rzcBRwQ0LivhueDr0bKUwasbg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f62f2342-6fe7-4ecd-8cff-1940a5de5935', 'x-compute-request-id': 'req-f62f2342-6fe7-4ecd-8cff-1940a5de5935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-78618344", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTU+aUH+s46hYGKfnkic4dVGumBsP/tnxMzdnSp7PKsdyl1t8vf2kD13m31ERw5SJwvfp3ItA0IXIlILULYT7aC8T2o6AC/1E5UQtXf3rzcBRwQ0LivhueDr0bKUwasbg==", "fingerprint": "bd:e9:b9:70:df:10:06:2b:1e:ed:4a:8c:4f:04:45:db", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044"}}' 2023-04-20 14:29:43,138 90571 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.093s 2023-04-20 14:29:43,138 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 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-a0e335c0-890d-4c1d-bd69-f7c9a407675d', '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": "2f9e26b826c8432b8cfe81ebf0fbc044", "name": "tempest-TestMinimumBasicScenario-1945724772-project-member", "password_expires_at": null}, "audit_ids": ["rAdffgr0TEqqcO-5KOGn1g"], "expires_at": "2023-04-20T15:29:43.000000Z", "issued_at": "2023-04-20T14:29:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bd913c486eb4b0d9d51acc38679f7e4", "name": "tempest-TestMinimumBasicScenario-1945724772"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:29:43,139 90571 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '227a6ca9-1bcb-47d5-bd12-54713c8e4129', 'name': 'tempest-TestMinimumBasicScenario-1530839115-network', 'tenant_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31527, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:29:25Z', 'updated_at': '2023-04-20T14:29:25Z', 'revision_number': 1} available for tenant 2023-04-20 14:29:43,805 90571 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.665s 2023-04-20 14:29:43,805 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-584198477", "imageRef": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-78618344", "networks": [{"uuid": "227a6ca9-1bcb-47d5-bd12-54713c8e4129"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-474fb1d0-552e-4828-a2ec-da1e4b9debe5', 'x-compute-request-id': 'req-474fb1d0-552e-4828-a2ec-da1e4b9debe5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bixewi9GqLyG"}}' 2023-04-20 14:29:44,163 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.354s 2023-04-20 14:29:44,163 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:29:43 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-46a7cbb9-8ef1-4f7b-8f10-3ddcbfe1dbb2', 'x-compute-request-id': 'req-46a7cbb9-8ef1-4f7b-8f10-3ddcbfe1dbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "BUILD", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:44Z", "updated": "2023-04-20T14:29:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:34,477 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.273s 2023-04-20 14:30:34,478 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbbf032-e303-477a-974e-a09373314736', 'x-compute-request-id': 'req-2dbbf032-e303-477a-974e-a09373314736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:30:34,491 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 14:31:34,764 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.216s 2023-04-20 14:31:34,765 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aba1929-e8c5-4944-813d-09274b122e27', 'x-compute-request-id': 'req-4aba1929-e8c5-4944-813d-09274b122e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:34,963 90571 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.184s 2023-04-20 14:31:34,964 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 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-feeb70ab-7f05-48fd-9469-9efcbf88d522', 'x-compute-request-id': 'req-feeb70ab-7f05-48fd-9469-9efcbf88d522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}]}]}' 2023-04-20 14:31:35,114 90571 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/290dde62-6e96-453b-a8d1-13a4fca70f22 0.146s 2023-04-20 14:31:35,115 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', '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-badbcafa-387b-40be-b414-7779f5373de9', 'x-compute-request-id': 'req-badbcafa-387b-40be-b414-7779f5373de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:29:52Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:31:35,400 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes 0.272s 2023-04-20 14:31:35,401 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1269571605", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fcea89-8f31-4e96-b06b-986350709934', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fcea89-8f31-4e96-b06b-986350709934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.321534", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:31:35,452 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.040s 2023-04-20 14:31:35,452 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f3a097-521f-4be4-a715-0c2179fdc302', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f3a097-521f-4be4-a715-0c2179fdc302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:31:36,515 90571 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/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.051s 2023-04-20 14:31:36,516 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1cdcde-63ff-457f-a605-b30f2dbdea8f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1cdcde-63ff-457f-a605-b30f2dbdea8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"volume": {"id": "e6b8a19e-5762-462e-9eda-0a4242a4c9fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:31:35.000000", "updated_at": "2023-04-20T14:31:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1269571605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:31:36,632 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.104s 2023-04-20 14:31:36,632 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bc7f37-eae1-455d-a253-0dc62a9920fd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'' 2023-04-20 14:31:36,652 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa 0.020s 2023-04-20 14:31:36,653 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-65337263-afb7-427e-aad1-22a22cf31024', 'x-openstack-request-id': 'req-65337263-afb7-427e-aad1-22a22cf31024', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/e6b8a19e-5762-462e-9eda-0a4242a4c9fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6b8a19e-5762-462e-9eda-0a4242a4c9fa could not be found."}}' 2023-04-20 14:31:36,765 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.111s 2023-04-20 14:31:36,765 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 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-bc8c69ea-6a52-4d03-96ae-59ef574dcd2c', 'x-compute-request-id': 'req-bc8c69ea-6a52-4d03-96ae-59ef574dcd2c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'' 2023-04-20 14:31:36,972 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.206s 2023-04-20 14:31:36,972 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:31:36 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-cce34e9d-6f69-4c69-96ad-bd69154ffff9', 'x-compute-request-id': 'req-cce34e9d-6f69-4c69-96ad-bd69154ffff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"server": {"id": "290dde62-6e96-453b-a8d1-13a4fca70f22", "name": "tempest-TestMinimumBasicScenario-server-584198477", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "b1f8aec2-0b54-4b59-97a8-5e18512f6ab9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:29:43Z", "updated": "2023-04-20T14:31:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:f9:ce"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/290dde62-6e96-453b-a8d1-13a4fca70f22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-78618344", "OS-SRV-USG:launched_at": "2023-04-20T14:29:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:32:27,039 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22 0.049s 2023-04-20 14:32:27,039 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:26 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-6273253f-93ac-472f-aa2e-af24217bd83d', 'x-compute-request-id': 'req-6273253f-93ac-472f-aa2e-af24217bd83d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/290dde62-6e96-453b-a8d1-13a4fca70f22'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 290dde62-6e96-453b-a8d1-13a4fca70f22 could not be found."}}' 2023-04-20 14:32:27,071 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-78618344 0.031s 2023-04-20 14:32:27,071 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 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-a8d39362-b2d7-4779-99f7-93d9a8f92510', 'x-compute-request-id': 'req-a8d39362-b2d7-4779-99f7-93d9a8f92510', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-78618344'} Body: b'' 2023-04-20 14:32:27,184 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a8-5e18512f6ab9 0.112s 2023-04-20 14:32:27,185 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a6e6db03-79f1-4f69-8afe-ef77148de6dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f8aec2-0b54-4b59-97a 8-5e18512f6ab9'} Body: b'' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e267d799-828b-48b1-8faf-c1c439c5334d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:34:22,641 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes 0.216s 2023-04-20 14:34:22,642 90583 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-932601940"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bec47f5-74ed-43fd-ab05-72712288508e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bec47f5-74ed-43fd-ab05-72712288508e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.585817", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:22,691 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d 0.037s 2023-04-20 14:34:22,692 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9c3b76-6a37-4056-8f93-e1b96641d405', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9c3b76-6a37-4056-8f93-e1b96641d405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' 2023-04-20 14:34:23,746 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d 0.043s 2023-04-20 14:34:23,747 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3cad2d2-a996-4273-b0eb-02b9028b8875', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3cad2d2-a996-4273-b0eb-02b9028b8875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d'} Body: b'{"volume": {"id": "e267d799-828b-48b1-8faf-c1c439c5334d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.000000", "updated_at": "2023-04-20T14:34:23.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-932601940", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/e267d799-828b-48b1-8faf-c1c439c5334d"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ac96cfb1-71fa-4de6-8e5a-491050438942 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:34:24,020 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes 0.255s 2023-04-20 14:34:24,020 90583 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-1109470913"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6009208-0c07-4a3d-b0e7-47640aab7691', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6009208-0c07-4a3d-b0e7-47640aab7691', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:23.911339", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:24,073 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942 0.042s 2023-04-20 14:34:24,073 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8943d7b-f335-47b0-8c24-3c1c814838d3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8943d7b-f335-47b0-8c24-3c1c814838d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:24.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' 2023-04-20 14:34:25,123 90583 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942 0.038s 2023-04-20 14:34:25,123 90583 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c20806-aee0-4ea0-82d8-0b733e638906', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c20806-aee0-4ea0-82d8-0b733e638906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942'} Body: b'{"volume": {"id": "ac96cfb1-71fa-4de6-8e5a-491050438942", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:24.000000", "updated_at": "2023-04-20T14:34:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1109470913", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c258699a4b94c6ca99cfdd95915596f/volumes/ac96cfb1-71fa-4de6-8e5a-491050438942"}], "user_id": "dbef7cd597a042e281993c4f35f9265b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c258699a4b94c6ca99cfdd95915596f"}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:32:27,191 90571 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 14:32:27,891 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.700s 2023-04-20 14:32:27,892 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1579057277", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-422b44c0-5408-4bee-baab-e18ff6d8d2ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1579057277", "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": "0bd913c486eb4b0d9d51acc38679f7e4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "created_at": "2023-04-20T14:32:28Z", "updated_at": "2023-04-20T14:32:28Z", "tags": [], "self": "/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e", "file": "/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file", "schema": "/v2/schemas/image"}' 2023-04-20 14:32:29,455 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file 1.562s 2023-04-20 14:32:29,455 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-624bddda-19e9-4190-82a1-e83ffa4e557f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e/file'} Body: b'' 2023-04-20 14:32:29,456 90571 DEBUG [tempest.scenario.manager] image:13ca9b94-d31b-4284-bd3a-9f187164068e 2023-04-20 14:32:29,513 90571 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.053s 2023-04-20 14:32:29,514 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1967716609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIGA2lEiDka980Ml6vcNz4jNbBJ/3lbYzormBTGL0TuZ2vUi9eah/YKCeDhqdGRjR8bffVmIBMFdt7kqYcDC2ixQ4OCdDhfdzrf8r9otBo2GnYFVNGJLq2e80Yx9PozGw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 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-6feb291a-1add-48e1-9324-e54fed709057', 'x-compute-request-id': 'req-6feb291a-1add-48e1-9324-e54fed709057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-196 7716609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGIGA2lEiDka980Ml6vcNz4jNbBJ/3lbYzormBTGL0TuZ2vUi9eah/YKCeDhqdGRjR8bffVmIBMFdt7kqYcDC2ixQ4OCdDhfdzrf8r9otBo2GnYFVNGJLq2e80Yx9PozGw==", "fingerprint": "04:a1:5f:8c:4b:14:3a:58:3c:cf:21:8d:21:f4:d3:b2", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044"}}' 2023-04-20 14:32:29,624 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-04-20 14:32:29,625 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 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-ab848a0c-9af8-4702-84ab-3cd9ddc0d0fb', '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": "2f9e26b826c8432b8cfe81ebf0fbc044", "name": "tempest-TestMinimumBasicScenario-1945724772-project-member", "password_expires_at": null}, "audit_ids": ["ZkY8UpLLTUec6UbXGS5G4w"], "expires_at": "2023-04-20T15:32:29.000000Z", "issued_at": "2023-04-20T14:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bd913c486eb4b0d9d51acc38679f7e4", "name": "tempest-TestMinimumBasicScenario-1945724772"}, "is_domain": false, "roles": [{"id": "84b93d9cef07462d9db02aa6689978ca", "name": "member"}, {"id": "691e6f2c9c2c462bb7b2a06dfe530196", "name": "reader"}], "catalog": [{"endpoints": [{"id": "2b461a29923446919a4edcfa32b83113", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "01f4589f089948d685a9d60424322aea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9fb82f59739f4d48aff8893bf6efbc2b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0c82c566393b4af8a13ce88e1832d5b6", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fe659f8acc1b4c55bbf13fda4d41a5ff", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "38656f4cb3c1494ba22f680128391a94", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cc9d6ba58baf485fafe129f3713f7125", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "3f54f0c6cc334e10bc4493f2f3bad1e9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f875ed9d0ca24afdaedc3f2b2135c5e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "54f82be534dd40c9af5ce3a6b88fe699", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "f8a3c4dec9da411c9642ca0a7ee2e8f7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cae8ab8d75694b42832c40bef29a4853", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9be26679956d41a68dce19e7904fe5bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "d3574a7bb40144c8b753768e87c34dc0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7ef2e0d999314bc1942bef5b4395a264", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4", "region": "RegionOne"}], "id": "fd465a965dd041e8942f6637a368a806", "type": "block-storage", "name": "cinder"}]}}' 2023-04-20 14:32:29,625 90571 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '227a6ca9-1bcb-47d5-bd12-54713c8e4129', 'name': 'tempest-TestMinimumBasicScenario-1530839115-network', 'tenant_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bd913c486eb4b0d9d51acc38679f7e4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31527, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T14:29:25Z', 'updated_at': '2023-04-20T14:29:25Z', 'revision_number': 1} available for tenant 2023-04-20 14:32:30,384 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.757s 2023-04-20 14:32:30,384 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-986352612", "imageRef": "13ca9b94-d31b-4284-bd3a-9f187164068e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "networks": [{"uuid": "227a6ca9-1bcb-47d5-bd12-54713c8e4129"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-424722eb-eff9-40f8-92b6-6d45f531ad2f', 'x-compute-request-id': 'req-424722eb-eff9-40f8-92b6-6d45f531ad2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DpfKd42gmnBF"}}' 2023-04-20 14:32:30,464 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.073s 2023-04-20 14:32:30,464 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b82401-784c-4d0a-8c5d-8a37a1dbbfc2', 'x-compute-request-id': 'req-02b82401-784c-4d0a-8c5d-8a37a1dbbfc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "BUILD", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:30Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:33:21,133 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.615s 2023-04-20 14:33:21,134 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b018d11d-873e-4210-8748-010f9c7a9792', 'x-compute-request-id': 'req-b018d11d-873e-4210-8748-010f9c7a9792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:33:21,147 90571 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 14:34:21,404 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.235s 2023-04-20 14:34:21,404 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-i d': 'req-be817835-0244-4518-8b1d-98e2a1ac7ad4', 'x-compute-request-id': 'req-be817835-0244-4518-8b1d-98e2a1ac7ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:34:21,622 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.204s 2023-04-20 14:34:21,622 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-8ec00302-9102-4dad-91b7-d0c24674626a', 'x-compute-request-id': 'req-8ec00302-9102-4dad-91b7-d0c24674626a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}]}]}' 2023-04-20 14:34:21,859 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.232s 2023-04-20 14:34:21,859 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 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-4b5832c4-f2e0-489f-aed8-4910dbf92b29', 'x-compute-request-id': 'req-4b5832c4-f2e0-489f-aed8-4910dbf92b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907 -47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:32:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:34:22,107 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes 0.235s 2023-04-20 14:34:22,107 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-31217444", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e10ebbd-f82b-44ea-93fd-3abc83677ad1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e10ebbd-f82b-44ea-93fd-3abc83677ad1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.026569", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:34:22,164 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.047s 2023-04-20 14:34:22,164 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-5e744838-74a9-4528-8dfd-986c5d1c74a0', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e744838-74a9-4528-8dfd-986c5d1c74a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:34:23,215 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.039s 2023-04-20 14:34:23,215 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd9c6de-d20c-4d42-a61b-818764e1ed24', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dd9c6de-d20c-4d42-a61b-818764e1ed24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"volume": {"id": "d445c89e-d313-4b11-ad4b-eff2bcfb8cf8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:34:22.000000", "updated_at": "2023-04-20T14:34:22.000000", "name": "tempest-TestMinimumBasicScenario-volume-31217444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8"}], "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4"}}' 2023-04-20 14:34:23,331 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.106s 2023-04-20 14:34:23,332 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d728e39e-a182-4ecb-86f7-4c9802b1aec9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c4 86eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'' 2023-04-20 14:34:23,354 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 0.022s 2023-04-20 14:34:23,354 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ce5456-0e27-4397-9432-bdb20a848e49', 'x-openstack-request-id': 'req-58ce5456-0e27-4397-9432-bdb20a848e49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0bd913c486eb4b0d9d51acc38679f7e4/volumes/d445c89e-d313-4b11-ad4b-eff2bcfb8cf8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d445c89e-d313-4b11-ad4b-eff2bcfb8cf8 could not be found."}}' 2023-04-20 14:34:23,468 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.113s 2023-04-20 14:34:23,469 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 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-c80aaa7b-41dd-4487-8068-a07f6eb93d52', 'x-compute-request-id': 'req-c80aaa7b-41dd-4487-8068-a07f6eb93d52', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'' 2023-04-20 14:34:23,670 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.200s 2023-04-20 14:34:23,670 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f8f7b71-c787-4511-b2d5-921bc82948c4', 'x-compute-request-id': 'req-7f8f7b71-c787-4511-b2d5-921bc82948c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"server": {"id": "13b11321-2907-47d1-a42a-087bd55dd11c", "name": "tempest-TestMinimumBasicScenario-server-986352612", "status": "ACTIVE", "tenant_id": "0bd913c486eb4b0d9d51acc38679f7e4", "user_id": "2f9e26b826c8432b8cfe81ebf0fbc044", "metadata": {}, "hostId": "904e43c856e32fd5e658f2d306d3f7e1e5022455fdc8eaf157b94123", "image": {"id": "13ca9b94-d31b-4284-bd3a-9f187164068e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13ca9b94-d31b-4284-bd3a-9f187164068e"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T14:32:30Z", "updated": "2023-04-20T14:34:23Z", "addresses": {"tempest-TestMinimumBasicScenario-1530839115-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:7b:f5"}]}, "accessIPv4": "", "accessI Pv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/13b11321-2907-47d1-a42a-087bd55dd11c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1967716609", "OS-SRV-USG:launched_at": "2023-04-20T14:32:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 14:35:13,880 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c 0.175s 2023-04-20 14:35:13,880 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0763d0fc-09ba-455b-8b78-a40e3780d493', 'x-compute-request-id': 'req-0763d0fc-09ba-455b-8b78-a40e3780d493', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/13b11321-2907-47d1-a42a-087bd55dd11c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 13b11321-2907-47d1-a42a-087bd55dd11c could not be found."}}' 2023-04-20 14:35:13,912 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1967716609 0.031s 2023-04-20 14:35:13,912 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8797e6c-890e-4a21-9864-6da300c6e10f', 'x-compute-request-id': 'req-a8797e6c-890e-4a21-9864-6da300c6e10f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1967716609'} Body: b'' 2023-04-20 14:35:14,017 90571 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e 0.104s 2023-04-20 14:35:14,017 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-24b3f4f2-ce6e-4884-a4bc-f505039d1970', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13ca9b94-d31b-4284-bd3a-9f187164068e'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e8bccbcb-7c93-4e23-a842-68643a136341 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 14:35:22,097 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes 0.363s 2023-04-20 14:35:22,097 90571 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-1298982696"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e0a202-a1d2-4721-b552-e0ab38668859', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e0a202-a1d2-4721-b552-e0ab38668859', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.039694", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 14:35:22,146 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341 0.039s 2023-04-20 14:35:22,146 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32223816-d572-464c-8e67-f51b0b6ad640', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32223816-d572-464c-8e67-f51b0b6ad640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9ca8361c6f434d98a37ee698f24223"}}' 2023-04-20 14:35:23,478 90571 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccb cb-7c93-4e23-a842-68643a136341 0.320s 2023-04-20 14:35:23,479 90571 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 14:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf587c3c-0105-4d52-ab20-1e67afc63dfb', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf587c3c-0105-4d52-ab20-1e67afc63dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341'} Body: b'{"volume": {"id": "e8bccbcb-7c93-4e23-a842-68643a136341", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T14:35:22.000000", "updated_at": "2023-04-20T14:35:22.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1298982696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9ca8361c6f434d98a37ee698f24223/volumes/e8bccbcb-7c93-4e23-a842-68643a136341"}], "user_id": "e2312dc0d8e847c59ab473a032d28c0a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9ca8361c6f434d98a37ee698f24223"}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 705228c6-97d1-4960-b1d6-e0b6e0155bcc failed to build and is in ERROR status ====== Totals ====== Ran: 198 tests in 1008.0245 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3854.4614 sec. ============== Worker Balance ============== - Worker 0 (16 tests) => 0:01:11.849733 - Worker 1 (14 tests) => 0:12:00.865870 - Worker 2 (17 tests) => 0:10:43.646734 - Worker 3 (17 tests) => 0:09:17.512238 - Worker 4 (11 tests) => 0:15:20.775930 - Worker 5 (16 tests) => 0:00:55.876136 - Worker 6 (13 tests) => 0:10:43.847701 - Worker 7 (11 tests) => 0:00:46.187570 - Worker 8 (16 tests) => 0:06:27.976948 - Worker 9 (26 tests) => 0:04:10.648873 - Worker 10 (28 tests) => 0:16:19.085491 - Worker 11 (13 tests) => 0:05:13.477378 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed