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='2691165775' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {1} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {7} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.036025s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000855s] ... 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 {5} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.620499s] ... 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 594fb1c3-5642-472f-aa79-48c76aa0d2db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:15,194 80104 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 1.868s 2023-04-17 19:19:15,194 80104 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-1644542068", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5465a98a-99da-4661-acce-e0d58f62c254', 'x-compute-request-id': 'req-5465a98a-99da-4661-acce-e0d58f62c254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:14.704103", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 19:19:15,643 80104 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/594fb1c3-5642-472f-aa79-48c76aa0d2db 0.439s 2023-04-17 19:19:15,644 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc5a27c-3ea1-4781-86bd-c981f945284b', 'x-compute-request-id': 'req-dcc5a27c-3ea1-4781-86bd-c981f945284b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:15.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 19:19:16,939 80104 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/594fb1c3-5642-472f-aa79-48c76aa0d2db 0.289s 2023-04-17 19:19:16,939 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff80b57-29bc-4915-b615-412639308f19', 'x-compute-request-id': 'req-0ff80b57-29bc-4915-b615-412639308f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:15.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {11} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [2.255939s] ... 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 ef210bff-67d7-46e3-875e-d7353e078504 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:16,280 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes 0.931s 2023-04-17 19:19:16,280 80117 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-2144012177"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5533db0f-367b-4b46-9199-3469b95a9a28', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5533db0f-367b-4b46-9199-3469b95a9a28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:15.927468", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:16,348 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.045s 2023-04-17 19:19:16,348 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9418a78-1dfb-4e7c-ba9b-a02629765109', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9418a78-1dfb-4e7c-ba9b-a02629765109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,403 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e 078504 0.043s 2023-04-17 19:19:17,403 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20657eee-eea6-46b0-9ad3-ae213b5f8ea9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20657eee-eea6-46b0-9ad3-ae213b5f8ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": "2023-04-17T19:19:16.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,457 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.042s 2023-04-17 19:19:17,458 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a7dc5c-684b-4104-93fd-537caad8a008', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a7dc5c-684b-4104-93fd-537caad8a008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": "2023-04-17T19:19:16.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,579 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.110s 2023-04-17 19:19:17,579 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45642ae-4e8d-49cd-8139-845088ebe77e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'' 2023-04-17 19:19:17,602 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.022s 2023-04-17 19:19:17,602 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd91cc1-4aea-4cd6-90a7-9ed853c9d62b', 'x-openstack-request-id': 'req-3bd91cc1-4aea-4cd6-90a7-9ed853c9d62b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef210bff-67d7-46e3-875e-d7353e078504 could not be found."}}' {4} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {4} 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.618476s] ... ok {5} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.014076s] ... 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 1a4d9477-9653-4de6-8407-1d45d361ebff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:20,576 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types 0.201s 2023-04-17 19:19:20,576 80104 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-220522601"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bac179f-7dd2-46c2-8827-97fb58af1301', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bac179f-7dd2-46c2-8827-97fb58af1301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types'} Body: b'{"volume_type": {"id": "544c355f-56fc-4698-a089-a69f80622e1b", "name": "tempest-GroupsTest-volume-type-220522601", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:20,630 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types 0.050s 2023-04-17 19:19:20,630 80104 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-1140676338"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48489b7-2974-4d91-a577-07d8dbec2191', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48489b7-2974-4d91-a577-07d8dbec2191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types'} Body: b'{"group_type": {"id": "3ab8755a-d084-4eec-95fb-4ad504640cca", "name": "tempest-GroupsTest-group-type-1140676338", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:20,994 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups 0.360s 2023-04-17 19:19:20,994 80104 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": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"], "name": "tempest-Group1-1408599167"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb544e3-2916-418d-beed-02e6dc81ac0b', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb544e3-2916-418d-beed-02e6dc81ac0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "name": "tempest-Group1-1408599167"}}' 2023-04-17 19:19:21,052 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.055s 2023-04-17 19:19:21,052 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1cc31dd-dce0-41da-94d2-6bd25aec03f3', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1cc31dd-dce0-41da-94d2-6bd25aec03f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:19:21.000000", "name": "tempest-Group1-1408599167", "description": null, "group_type": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"]}}' 2023-04-17 19:19:22,091 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.034s 2023-04-17 19:19:22,092 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b99e2d-6c9b-4b43-b4b8-6726f6e5c68f', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b99e2d-6c9b-4b43-b4b8-6726f6e5c68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:21.000000", "name": "tempest-Group1-1408599167", "description": null, "group_type": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"]}}' 2023-04-17 19:19:22,182 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail 0.085s 2023-04-17 19:19:22,182 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9636d4-2fc0-4c51-ad66-b83b34abd54a', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9636d4-2fc0-4c51-ad66-b83b34abd54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:22,263 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff/action 0.070s 2023-04-17 19:19:22,264 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-648b134d-2d3c-4174-a6d4-3019dbebb143', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff/action'} Body: b'' 2023-04-17 19:19:22,281 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.017s 2023-04-17 19:19:22,281 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-328ddaa8-83ba-4390-93f9-85dfb4d5b18b', 'x-openstack-request-id': 'req-328ddaa8-83ba-4390-93f9-85dfb4d5b18b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1a4d9477-9653-4de6-8407-1d45d361ebff could not be found."}}' 2023-04-17 19:19:22,321 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/3ab8755a-d084-4eec-95fb-4ad504640cca 0.039s 2023-04-17 19:19:22,322 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6549752-496c-414a-b808-df03cd7c4f9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/3ab8755a-d084-4eec-95fb-4ad504640cca'} Body: b'' 2023-04-17 19:19:22,372 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b 0.049s 2023-04-17 19:19:22,372 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7bf72d-b461-46ca-a5fc-8ca7b4809274', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b'} Body: b'' 2023-04-17 19:19:22,387 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b 0.014s 2023-04-17 19:19:22,387 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5a4b73-aaa8-4960-b400-ea05b788587b', 'x-openstack-request-id': 'req-2d5a4b73-aaa8-4960-b400 -ea05b788587b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 544c355f-56fc-4698-a089-a69f80622e1b could not be found."}}' {5} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.914580s] ... 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 42948434-c90b-4d97-9e64-397bf6d73caa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:22,461 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types 0.071s 2023-04-17 19:19:22,462 80104 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-1487644028"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6efb9b00-88be-430d-8f41-db916f50873c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6efb9b00-88be-430d-8f41-db916f50873c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types'} Body: b'{"volume_type": {"id": "dfcdab7d-47ac-4679-8152-aaaf3ec4d249", "name": "tempest-GroupsTest-volume-type-1487644028", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:22,497 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types 0.032s 2023-04-17 19:19:22,497 80104 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-175079145"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42ec71c-44e2-47a6-aa6d-67accda9d931', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42ec71c-44e2-47a6-aa6d-67accda9d931', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types'} Body: b'{"group_type": {"id": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "name": "tempest-GroupsTest-group-type-175079145", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:22,606 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups 0.105s 2023-04-17 19:19:22,606 80104 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": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"], "name": "tempest-GroupsTest-Group-1956203549"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3c99ca-43f7-47c1-9039-a76cb1294f2c', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3c99ca-43f7-47c1-9039-a76cb1294f2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "name": "tempest-GroupsTest-Group-1956203549"}}' 2023-04-17 19:19:22,668 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.059s 2023-04-17 19:19:22,668 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbd0eff-4879-4a7f-8727-52b9714b41dc', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbd0eff-4879-4a7f-8727-52b9714b41dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:23.000000", "name": "tempest-GroupsTest-Group-1956203549", "description": null, "group_type": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"]}}' 2023-04-17 19:19:23,723 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.050s 2023-04-17 19:19:23,723 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9236535-2d6e-48f6-81f4-77dec614532f', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9236535-2d6e-48f6-81f4-77dec614532f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:23.000000", "name": "tempest-GroupsTest-Group-1956203549", "description": null, "group_type": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"]}}' 2023-04-17 19:19:23,815 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail 0.087s 2023-04-17 19:19:23,815 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d72fc84-4e66-4b0c-a33a-9e3e07fb5ed2', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d72fc84-4e66-4b0c-a33a-9e3e07fb5ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:24,189 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa/action 0.363s 2023-04-17 19:19:24,189 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 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-6a6f6667-e952-4304-b76a-00d884ec 784f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa/action'} Body: b'' 2023-04-17 19:19:24,210 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.020s 2023-04-17 19:19:24,211 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-fadb0b50-cafe-430b-bb65-7d0b88b9d0f3', 'x-openstack-request-id': 'req-fadb0b50-cafe-430b-bb65-7d0b88b9d0f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 42948434-c90b-4d97-9e64-397bf6d73caa could not be found."}}' 2023-04-17 19:19:24,241 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/bfa87e02-5bde-4889-8c8b-0ba9d4488456 0.029s 2023-04-17 19:19:24,241 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-989180eb-f632-4f63-b57b-4906bbb8d9a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/bfa87e02-5bde-4889-8c8b-0ba9d4488456'} Body: b'' 2023-04-17 19:19:24,287 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249 0.045s 2023-04-17 19:19:24,288 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-30830eca-9b20-4c7b-a8bb-8dcd9103f4c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249'} Body: b'' 2023-04-17 19:19:24,303 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249 0.015s 2023-04-17 19:19:24,304 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-0e69f5a4-1e0d-4417-bc25-c1f9692c36de', 'x-openstack-request-id': 'req-0e69f5a4-1e0d-4417-bc25-c1f9692c36de', 'connection': 'close', 'status' : '404', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type dfcdab7d-47ac-4679-8152-aaaf3ec4d249 could not be found."}}' {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.033080s] ... 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 d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:30,762 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types 0.238s 2023-04-17 19:19:30,763 80102 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-32723960"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cad5ea3-9519-4c80-bbf0-24eafc57e781', 'content-length': '218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cad5ea3-9519-4c80-bbf0-24eafc57e781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types'} Body: b'{"volume_type": {"id": "53d0b892-b168-4daa-ac21-6999c78760fe", "name": "tempest-GroupsV320Test-volume-type-32723960", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:30,806 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types 0.038s 2023-04-17 19:19:30,807 80102 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-2081483994"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af8398b-d6cb-4d8c-a1e0-3337644b2d61', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af8398b-d6cb-4d8c-a1e0-3337644b2d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types'} Body: b'{"group_type": {"id": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "name": "tempest-GroupsV320Test-group-type-2081483994", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:31,185 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups 0.373s 2023-04-17 19:19:31,185 80102 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": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "name": "tempest-GroupsV320Test-Group-1469845808"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa837a1e-8c0c-4b1e-93a8-a71f6a9c48cf', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa837a1e-8c0c-4b1e-93a8-a71f6a9c48cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "name": "tempest-GroupsV320Test-Group-1469845808"}}' 2023-04-17 19:19:31,221 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.033s 2023-04-17 19:19:31,221 80102 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': 'Mon, 17 Apr 2023 19:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a171dce3-5069-4b17-896d-2082e4dd7cf2', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a171dce3-5069-4b17-896d-2082e4dd7cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:19:31.000000", "name": "tempest-GroupsV320Test-Group-1469845808", "description": null, "group_type": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:19:32,277 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.049s 2023-04-17 19:19:32,277 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44bab47-bf8b-415d-838b-d34fb51779c4', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44bab47-bf8b-415d-838b-d34fb51779c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:31.000000", "name": "tempest-GroupsV320Test-Group-1469845808", "description": null, "group_type": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:19:32,367 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/volumes/detail 0.084s 2023-04-17 19:19:32,367 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dc671c-1a02-421e-9c8b-c56dd419ecf6', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dc671c-1a02-421e-9c8b-c56dd419ecf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:32,434 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0/action 0.057s 2023-04-17 19:19:32,435 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-6d7c8343-fdef-42b6-ac7a-7a0d8da24809', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0/action'} Body: b'' 2023-04-17 19:19:32,453 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.018s 2023-04-17 19:19:32,454 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-b2eeb0e4-42f2-4dd0-bd42-2d1e4be70910', 'x-openstack-request-id': 'req-b2eeb0e4-42f2-4dd0-bd42-2d1e4be70910', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 could not be found."}}' 2023-04-17 19:19:32,491 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types/395b8170-16f4-4ab1-b515-443ebf50d0bf 0.037s 2023-04-17 19:19:32,492 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-263f9177-65bf-4ee4-8ee0-a30bf13ac2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types/395b8170-16f4-4ab1-b515-443ebf50d0bf'} Body: b'' 2023-04-17 19:19:32,536 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe 0.044s 2023-04-17 19:19:32,537 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40558113-97d1-4ffd-aad8-c0bbee93693a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe'} Body: b'' 2023-04-17 19:19:32,556 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe 0.018s 2023-04-17 19:19:32,556 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-962ddf6c-4f73-4c64-b698-8978a432faf1', 'x-openstack-request-id': 'req-962ddf6c-4f73-4c64-b698-8978a432faf1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 53d0b892-b168-4daa-ac21-6999c78760fe could not be found."}}' {0} 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 4884791e-4c7c-4bd4-81df-9faf816842f5 failed to build and is in ERROR status {5} 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 d68b6c65-c485-4f0e-abbb-d9bcab8ce7df failed to build and is in ERROR status {4} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017365s] ... ok {4} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.290730s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.315423s] ... 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 2eed446d-2b54-44a7-b8dc-174c1fbc062b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:40,564 80094 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/309dc695f35f45178872d00ab16c8061/types 0.132s 2023-04-17 19:19:40,565 80094 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-2118043742", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c33eab3-8285-4d65-9317-1fbbd46618be', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c33eab3-8285-4d65-9317-1fbbd46618be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types'} Body: b'{"volume_type": {"id": "6f634a39-7aed-4b6d-8454-ed7abe8566e3", "name": "tempest-VolumeTypesTest-volume-type-2118043742", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:40,608 80094 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/309dc695f35f45178872d00ab16c8061/types 0.040s 2023-04-17 19:19:40,609 80094 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-1697217852", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c18608c-315e-4eea-8d17-53076e5f218d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c18608c-315e-4eea-8d17-53076e5f218d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types'} Body: b'{"volume_type": {"id": "b6c77206-2b85-43c4-8e15-0c97c58cd877", "name": "tempest-VolumeTypesTest-volume-type-1697217852", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:41,182 80094 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/2013824cab3c4a68964e833a29d5c282/volumes 0.570s 2023-04-17 19:19:41,183 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1647052853", "volume_type": "6f634a39-7aed-4b6d-8454-ed7abe8566e3", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c362af-926c-42a3-bb54-0693989bb239', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c362af-926c-42a3-bb54-0693989bb239', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.082860", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "v olume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:41,250 80094 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/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.057s 2023-04-17 19:19:41,250 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56b5d22a-5db2-446e-bbb2-7d21f3ce22e3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56b5d22a-5db2-446e-bbb2-7d21f3ce22e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,309 80094 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/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.048s 2023-04-17 19:19:42,310 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75c0be40-69d6-4a1f-a305-6d99ccc0ef65', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75c0be40-69d6-4a1f-a305-6d99ccc0ef65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": "2023-04-17T19:19:41.000000", "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54 -44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,393 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.062s 2023-04-17 19:19:42,394 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a23a47-e839-4595-ae2f-f00004c52aab', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a23a47-e839-4595-ae2f-f00004c52aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": "2023-04-17T19:19:41.000000", "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,536 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.127s 2023-04-17 19:19:42,536 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-0a96a0bd-6b19-4da2-88b6-c4a6e35c520a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'' 2023-04-17 19:19:42,562 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.025s 2023-04-17 19:19:42,563 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-9f8ced19-2194-4b37-9cfb-3e8aa00b2f3a', 'x-openstack-request-id': 'req-9f8ced19-2194-4b37-9cfb-3 e8aa00b2f3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2eed446d-2b54-44a7-b8dc-174c1fbc062b could not be found."}}' 2023-04-17 19:19:42,616 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877 0.052s 2023-04-17 19:19:42,617 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-2326f688-12f7-4bbd-8af4-e0e5579e4105', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877'} Body: b'' 2023-04-17 19:19:42,638 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877 0.020s 2023-04-17 19:19:42,638 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-1eee24a8-19e1-464b-b097-0997f510ea5b', 'x-openstack-request-id': 'req-1eee24a8-19e1-464b-b097-0997f510ea5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6c77206-2b85-43c4-8e15-0c97c58cd877 could not be found."}}' 2023-04-17 19:19:42,716 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3 0.076s 2023-04-17 19:19:42,716 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-c8807e17-d6d3-4b0d-9daa-0c068d343177', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3'} Body: b'' 2023-04-17 19:19:42,744 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3 0.027s 2023-04-17 19:19:42,744 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-30793ec9-d955-4c39-9ec8-e5c25508689d', 'x-openstack-request-id': 'req-30793ec9-d955-4c39-9ec8-e5c255 08689d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6f634a39-7aed-4b6d-8454-ed7abe8566e3 could not be found."}}' {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.150896s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.399596s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.032833s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.293979s] ... ok {5} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 485583c4-bf23-4792-b862-d049024e3c48 failed to build and is in ERROR status {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.070149s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.029136s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.016909s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.079181s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.022414s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.030040s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.031841s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018080s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015121s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.017406s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.043283s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.067653s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.032284s] ... ok {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.914516s] ... 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 2ee75508-303d-4c40-9c1e-93b4f0f15eda failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:53,204 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes 0.789s 2023-04-17 19:19:53,204 80112 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-1280990183", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b6c3a8-824d-4af6-9295-a675f5b63f65', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b6c3a8-824d-4af6-9295-a675f5b63f65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.103583", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:53,270 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda 0.053s 2023-04-17 19:19:53,270 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8810bb39-d5e2-49b0-8169-42cc972bceec', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8810bb39-d5e2-49b0-8169-42cc972bceec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca293f910e2a4830abd423bd295b6fff"}}' 2023-04-17 19:19:54,316 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda 0.035s 2023-04-17 19:19:54,316 80112 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f4a461-3679-42b2-bdd3-dd9da3448071', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f4a461-3679-42b2-bdd3-dd9da3448071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.000000", "updated_at": "2023-04-17T19:19:53.000000", "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca293f910e2a4830abd423bd295b6fff"}}' {4} 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 758d43be-b7c0-42f5-b9df-964c2a9986dc failed to build and is in ERROR status {0} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} 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 f78d39b3-ba78-426a-9c48-e60aa2fd2801 failed to build and is in ERROR status {6} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.979321s] ... 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 3c89afa1-f4d8-456a-9749-badf50557c48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:58,921 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes 0.812s 2023-04-17 19:19:58,922 80106 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-1837752370"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a0eb4c-9f25-49d8-87f6-0e25362a1158', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a0eb4c-9f25-49d8-87f6-0e25362a1158', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:58.813634", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:58,994 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48 0.056s 2023-04-17 19:19:58,994 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db427ee-7c34-4ca2-8664-70cb236ac4f8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db427ee-7c34-4ca2-8664-70cb236ac4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68a382a0ae154c6b86faf8b43e050aee"}}' 2023-04-17 19:20:00,069 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48 0.060s 2023-04-17 19:20:00,070 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9d6fd3-8fd9-4f27-8f25-5461c5413a24', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9d6fd3-8fd9-4f27-8f25-5461c5413a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": "2023-04-17T19:19:59.000000", "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68a382a0ae154c6b86faf8b43e050aee"}}' {1} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [2.337760s] ... 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 6578916c-71b4-434f-bcac-aad321b8fcb5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:59,293 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes 1.086s 2023-04-17 19:19:59,293 80096 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-1333719890", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf46d06d-f1bf-4156-aa3a-30bf864cf188', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf46d06d-f1bf-4156-aa3a-30bf864cf188', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.210506", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:59,394 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5 0.085s 2023-04-17 19:19:59,395 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175f3379-6238-46e0-8027-e937c472445f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175f3379-6238-46e0-8027-e937c472445f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1740761336d4c979e1c845855951749"}}' 2023-04-17 19:20:00,530 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5 0.106s 2023-04-17 19:20:00,531 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13b0baa-cdfd-4e1c-a04c-c6c6be05b1e9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13b0baa-cdfd-4e1c-a04c-c6c6be05b1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": "2023-04-17T19:19:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1740761336d4c979e1c845855951749"}}' {4} 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 4f9a4810-7960-4f4d-afe1-4a1871bb748f failed to build and is in ERROR status {4} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {0} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08c8c71a-cc83-419a-99c3-a830b53077e5 failed to build and is in ERROR status {5} 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 6af0b2a3-f022-4e4f-9ebd-cd990855decc failed to build and is in ERROR status {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [12.241229s] ... 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 b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:55,409 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.135s 2023-04-17 19:19:55,410 80114 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-214327508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-4b4a62ab-8f56-4f3f-a034-c8e33feb04f0', 'date': 'Mon, 17 Apr 2023 19:19:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"84a6c1ce-acc7-4ca2-8daf-8b02816b32ed","name":"tempest-tagged-attachments-test-net-214327508","tenant_id":"df0da5ae266049e7b39fabbb3fe8212d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"df0da5ae266049e7b39fabbb3fe8212d","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-17T19:19:52Z","updated_at":"2023-04-17T19:19:53Z","revision_number":1}}' 2023-04-17 19:20:01,029 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.619s 2023-04-17 19:20:01,030 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "84a6c1ce-acc7-4ca2-8daf-8b02816b32ed", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-62593a03-2427-4bec-8a87-fde214d5a2f8', 'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"972c6c3b-d67d-4090-9c77-04deda5ddfea","name":"","tenant_id":"df0da5ae266049e7b39fabbb3fe8212d","network_id":"84a6c1ce-acc7-4ca2-8daf-8b02816b32ed","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-17T19:19:56Z","updated_at":"2023-04-17T19:19:56Z","revision_number":0,"project_id":"df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:01,338 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes 0.307s 2023-04-17 19:20:01,338 80114 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-1095467005"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e270d8-dd5d-44e1-9aca-3a87f3aed65a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e270d8-dd5d-44e1-9aca-3a87f3aed65a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.247909", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:01,406 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 0.055s 2023-04-17 19:20:01,407 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb16352f-9b60-4959-bb15-d01f073c22b6', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb16352f-9b60-4959-bb15-d01f073c22b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:02,465 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 0.046s 2023-04-17 19:20:02,465 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646b0ce4-9c2c-48ef-a78d-518a3846d2f8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646b0ce4-9c2c-48ef-a78d-518a3846d2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.000000", "updated_at": "2023-04-17T19:20:01.000000", "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47 e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:03,149 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/972c6c3b-d67d-4090-9c77-04deda5ddfea 0.671s 2023-04-17 19:20:03,149 80114 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-2d4dadb8-85e6-4bfc-b46e-10928522a535', 'date': 'Mon, 17 Apr 2023 19:20:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/972c6c3b-d67d-4090-9c77-04deda5ddfea'} Body: b'' 2023-04-17 19:20:04,513 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/84a6c1ce-acc7-4ca2-8daf-8b02816b32ed 1.363s 2023-04-17 19:20:04,514 80114 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-65955d8c-7c9c-414a-81f9-973a63a35912', 'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/84a6c1ce-acc7-4ca2-8daf-8b02816b32ed'} Body: b'' {4} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.942363s] ... 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 de9a1343-9e41-4dbd-b210-1cc15acb34b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:04,332 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes 0.755s 2023-04-17 19:20:04,332 80102 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-1669014654"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544dc687-249d-4478-82a2-d1f1f5eb6c2c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544dc687-249d-4478-82a2-d1f1f5eb6c2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.232213", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 19:20:04,442 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0 0.099s 2023-04-17 19:20:04,442 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995fe539-2876-4942-842c-a29e53e4078b', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995fe539-2876-4942-842c-a29e53e4078b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 2023-04-17 19:20:05,507 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0 0.053s 2023-04-17 19:20:05,508 80102 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a30c530-ae26-4d1d-bf78-358823536ca7', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a30c530-ae26-4d1d-bf78-358823536ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.000000", "updated_at": "2023-04-17T19:20:04.000000", "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [2.030895s] ... 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 8d76b3fb-1384-4fb7-9f52-40a205074216 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:04,742 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes 0.659s 2023-04-17 19:20:04,743 80094 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-1764710468"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c85878-4fc0-475c-ad84-b799fcf0f39f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c85878-4fc0-475c-ad84-b799fcf0f39f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.608200", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:04,801 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.046s 2023-04-17 19:20:04,801 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c50e5ed-c647-4af3-8d75-cd9ef2d6d4d3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c50e5ed-c647-4af3-8d75-cd9ef2d6d4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:05,860 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.041s 2023-04-17 19:20:05,860 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e46a1465-e8ab-4020-a4bc-9e7dc44ca77b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e46a1465-e8ab-4020-a4bc-9e7dc44ca77b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": "2023-04-17T19:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:05,933 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.061s 2023-04-17 19:20:05,933 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da95bcce-5a55-45a5-bca9-c767bed6cab9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da95bcce-5a55-45a5-bca9-c767bed6cab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": "2023-04-17T19:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:06,088 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.144s 2023-04-17 19:20:06,089 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UT F-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bb70ff-e36a-448e-ab48-c5737c8ab257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'' 2023-04-17 19:20:06,112 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.022s 2023-04-17 19:20:06,112 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-dd44b930-6585-453f-a416-5e2c5e8f316d', 'x-openstack-request-id': 'req-dd44b930-6585-453f-a416-5e2c5e8f316d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8d76b3fb-1384-4fb7-9f52-40a205074216 could not be found."}}' {4} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.363890s] ... 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 e26ce564-5635-4e6b-a685-804524b0cce5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:05,752 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes 0.231s 2023-04-17 19:20:05,753 80102 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-1185172916"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffec92c2-c4ad-4cea-849f-d0043bd05ada', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffec92c2-c4ad-4cea-849f-d0043bd05ada', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.683002", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 19:20:05,815 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5 0.044s 2023-04-17 19:20:05,815 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8ade78-b813-4f50-9524-174b83880c33', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8ade78-b813-4f50-9524-174b83880c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 2023-04-17 19:20:06,868 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5 0.041s 2023-04-17 19:20:06,868 80102 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52ab3d5-b108-4f27-8537-356130f7a75d', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52ab3d5-b108-4f27-8537-356130f7a75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.758855s] ... 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 e8483266-491d-4057-8f8c-9d93c5d0d99a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:06,352 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes 0.236s 2023-04-17 19:20:06,352 80094 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-1941287375"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfcf6538-91a1-4c0e-a635-153e20b6ef62', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfcf6538-91a1-4c0e-a635-153e20b6ef62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.254699", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:06,413 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.051s 2023-04-17 19:20:06,414 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660d9ea4-c8f0-4f2e-9b00-02f7264c4d25', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660d9ea4-c8f0-4f2e-9b00-02f7264c4d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,503 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.078s 2023-04-17 19:20:07,503 80094 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc7d93f-fd00-4535-99f0-fdac297d5f29', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc7d93f-fd00-4535-99f0-fdac297d5f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,581 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.066s 2023-04-17 19:20:07,581 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a602facb-c8bc-4dee-9d2a-a9a9e59f4658', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a602facb-c8bc-4dee-9d2a-a9a9e59f4658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,761 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.169s 2023-04-17 19:20:07,762 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-205e2384-a3aa-4350-b78e-d30e65013bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'' 2023-04-17 19:20:07,873 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.111s 2023-04-17 19:20:07,873 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-a446f1da-c34b-4a68-80d8-ff12cbd08d1d', 'x-openstack-request-id': 'req-a446f1da-c34b-4a68-80d8-ff12cbd08d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e8483266-491d-4057-8f8c-9d93c5d0d99a could not be found."}}' {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {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 20cebac6-e58a-4e48-b637-cc13736c041f failed to build and is in ERROR status {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.871300s] ... 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 9e6b1ac7-683d-49c5-8bcc-969c08822288 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:14,517 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes 0.513s 2023-04-17 19:20:14,517 80094 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-501793128"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f70456b-16e9-4c74-bf6c-7ead3a1bb344', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f70456b-16e9-4c74-bf6c-7ead3a1bb344', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.437138", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:14,578 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.051s 2023-04-17 19:20:14,578 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1230c1-6dfd-435f-b43e-6a75a9d2d5a4', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1230c1-6dfd-435f-b43e-6a75a9d2d5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,646 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.056s 2023-04-17 19:20:15,646 80094 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85725b6a-4737-4399-ba6e-0465069b0920', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85725b6a-4737-4399-ba6e-0465069b0920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": "2023-04-17T19:20:15.000000", "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,721 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.062s 2023-04-17 19:20:15,721 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b9dede-384e-4a72-93ab-21892f7c6e88', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b9dede-384e-4a72-93ab-21892f7c6e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": "2023-04-17T19:20:15.000000", "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,847 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.115s 2023-04-17 19:20:15,848 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4496729f-92ba-4aec-9b18-560ee62e28fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'' 2023-04-17 19:20:15,873 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.025s 2023-04-17 19:20:15,873 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5a3703f-5481-4854-a20c-0e37ae33708c', 'x-openstack-request-id': 'req-b5a3703f-5481-4854-a20c-0e37ae33708c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e6b1ac7-683d-49c5-8bcc-969c08822288 could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.555377s] ... 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 4a382ff4-71e1-4786-b35f-4e2a38512503 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:16,082 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes 0.206s 2023-04-17 19:20:16,082 80094 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-1241315655"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bf7903-fa03-47eb-a0d8-382c937824f5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bf7903-fa03-47eb-a0d8-382c937824f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.012134", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:16,171 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.079s 2023-04-17 19:20:16,171 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a7d6ef-ec80-46b5-ac59-9420086b750a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a7d6ef-ec80-46b5-ac59-9420086b750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,231 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.048s 2023-04-17 19:20:17,232 80094 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4017d65-14af-4a64-b5c7-2b870f2a7bc4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4017d65-14af-4a64-b5c7-2b870f2a7bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": "2023-04-17T19:20:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,289 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.046s 2023-04-17 19:20:17,290 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf69e1b3-fcae-4260-87bc-918fe7da09fd', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf69e1b3-fcae-4260-87bc-918fe7da09fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": "2023-04-17T19:20:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,407 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.106s 2023-04-17 19:20:17,407 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0829501-940a-40a0-8cdf-303c9f639442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'' 2023-04-17 19:20:17,430 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.022s 2023-04-17 19:20:17,430 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f2ebf5-4cd4-4518-85f3-bb2e119d39f7', 'x-openstack-request-id': 'req-b4f2ebf5-4cd4-4518-85f3-bb2e119d39f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a382ff4-71e1-4786-b35f-4e2a38512503 could not be found."}}' {1} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.043085s] ... 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 33caee88-2875-48dc-ac07-47f047cadce9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:19,295 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types 0.267s 2023-04-17 19:20:19,296 80096 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-1323517860"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12fad55-2b17-4687-a843-d3ae9fbab115', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12fad55-2b17-4687-a843-d3ae9fbab115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types'} Body: b'{"volume_type": {"id": "fd25b7cb-08c4-44aa-8dd0-65f045cf0218", "name": "tempest-GroupsV314Test-volume-type-1323517860", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:20:19,344 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types 0.045s 2023-04-17 19:20:19,345 80096 DEBUG [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-1228016510"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab42a5c3-f289-4b34-bb43-bf9d0b215eaf', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab42a5c3-f289-4b34-bb43-bf9d0b215eaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types'} Body: b'{"group_type": {"id": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "name": "tempest-GroupsV314Test-group-type-1228016510", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:20:19,645 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups 0.298s 2023-04-17 19:20:19,646 80096 DEBUG [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": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "name": "tempest-GroupsV314Test-Group-1898989351"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34676dc9-203f-4dbf-9e40-efa955e950b3', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34676dc9-203f-4dbf-9e40-efa955e950b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "name": "tempest-GroupsV314Test-Group-1898989351"}}' 2023-04-17 19:20:19,682 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.033s 2023-04-17 19:20:19,682 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1246e4cb-f666-4638-83a3-9200b838ba3d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1246e4cb-f666-4638-83a3-9200b838ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:20:20.000000", "name": "tempest-GroupsV314Test-Group-1898989351", "description": null, "group_type": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:20:20,723 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.036s 2023-04-17 19:20:20,724 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e205b41-c318-43af-b4bf-dd4f3b3bb7f8', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e205b41-c318-43af-b4bf-dd4f3b3bb7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:20:20.000000", "name": "tempest-GroupsV314Test-Group-1898989351", "description": null, "group_type": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:20:20,798 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/volumes/detail 0.069s 2023-04-17 19:20:20,798 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4bdaaac-d296-47de-8c9e-0a9c7de60169', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4bdaaac-d296-47de-8c9e-0a9c7de60169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:20:20,887 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9/action 0.078s 2023-04-17 19:20:20,887 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apac he/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017f88f0-d0cd-4bb0-a1d3-f26bc60051f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9/action'} Body: b'' 2023-04-17 19:20:20,906 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.018s 2023-04-17 19:20:20,906 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 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-d4cc61e6-5677-4c87-aac0-fa0585ce98ef', 'x-openstack-request-id': 'req-d4cc61e6-5677-4c87-aac0-fa0585ce98ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 33caee88-2875-48dc-ac07-47f047cadce9 could not be found."}}' 2023-04-17 19:20:20,954 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types/ffd49ccc-909e-40c0-a3b2-3ab275f2bd33 0.047s 2023-04-17 19:20:20,954 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ab7877-5e31-41d5-8af8-dee2fc82da70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types/ffd49ccc-909e-40c0-a3b2-3ab275f2bd33'} Body: b'' 2023-04-17 19:20:21,051 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218 0.097s 2023-04-17 19:20:21,052 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f600a34e-3e01-497d-9410-ac119e13d4a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218'} Body: b'' 2023-04-17 19:20:21,070 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218 0.017s 2023-04-17 19:20:21,070 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API- Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-052bd790-8d83-4eb5-898b-5cc99c153eaa', 'x-openstack-request-id': 'req-052bd790-8d83-4eb5-898b-5cc99c153eaa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fd25b7cb-08c4-44aa-8dd0-65f045cf0218 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.368172s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.038253s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.041977s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.896511s] ... 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 dbd7883b-1384-43fa-8e03-8210fca133f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:26,444 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/915dbe3cd1d043acb30d9bff30a3111b/os-quota-sets/29ba655d76a14170b32e62c0dd89a991?usage=True 0.054s 2023-04-17 19:20:26,445 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3f8c67-d890-4770-8722-064ac1942358', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3f8c67-d890-4770-8722-064ac1942358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/915dbe3cd1d043acb30d9bff30a3111b/os-quota-sets/29ba655d76a14170b32e62c0dd89a991?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": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:26,898 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes 0.438s 2023-04-17 19:20:26,898 80096 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-1355773919"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b407508-f6eb-49e4-84b6-8c9b68220063', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b407508-f6eb-49e4-84b6-8c9b68220063', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:26.819136", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:26,972 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.065s 2023-04-17 19:20:26,973 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1be908-5804-43b4-a590-3435b563ee79', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1be908-5804-43b4-a590-3435b563ee79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,025 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.040s 2023-04-17 19:20:28,026 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5b7c44-be74-4af7-85db-6ee345b1fc2f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5b7c44-be74-4af7-85db-6ee345b1fc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": "2023-04-17T19:20:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,101 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.064s 2023-04-17 19:20:28,102 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ceb5ada-dbca-4680-b48f-297cce9a24b5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ceb5ada-dbca-4680-b48f-297cce9a24b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": "2023-04-17T19:20:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,259 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.131s 2023-04-17 19:20:28,261 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20: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-bffb930d-2e99-45c2-872e-3d8778ae3e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'' 2023-04-17 19:20:28,283 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.022s 2023-04-17 19:20:28,283 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3273f7-b750-48f1-83b4-4275589a2496', 'x-openstack-request-id': 'req-8a3273f7-b750-48f1-83b4-4275589a2496', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dbd7883b-1384-43fa-8e03-8210fca133f5 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.583620s] ... 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 1af8f457-ca10-4e76-8701-61aeaebdc998 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:28,562 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes 0.270s 2023-04-17 19:20:28,562 80096 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-1403771552"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f006808-7d1f-4250-9523-de26eb1d4507', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f006808-7d1f-4250-9523-de26eb1d4507', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:28.505832", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:28,620 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.046s 2023-04-17 19:20:28,620 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ff03cfd-1d01-4ae2-8563-1c9075e49904', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ff03cfd-1d01-4ae2-8563-1c9075e49904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,674 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.042s 2023-04-17 19:20:29,674 80096 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f068d2-21b3-4b57-80bc-bc00a7d89f8a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f068d2-21b3-4b57-80bc-bc00a7d89f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": "2023-04-17T19:20:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,728 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.042s 2023-04-17 19:20:29,728 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35be8b23-2d96-411b-8771-cb90239902fb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35be8b23-2d96-411b-8771-cb90239902fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": "2023-04-17T19:20:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,849 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.110s 2023-04-17 19:20:29,849 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c42fc68-723c-494d-87a4-9e5ab02c5112', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'' 2023-04-17 19:20:29,871 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.021s 2023-04-17 19:20:29,872 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca34494-7dcf-4d00-8230-13d5e87add5a', 'x-openstack-request-id': 'req-2ca34494-7dcf-4d00-8230-13d5e87add5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1af8f457-ca10-4e76-8701-61aeaebdc998 could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.054593s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.288427s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.180764s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.098221s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.289276s] ... ok {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.179522s] ... ok {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.175120s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6bf59dd-5b29-4f66-ba75-8d43b5ae6be8 failed to build and is in ERROR status {1} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {7} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.969002s] ... 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 9b95383f-f235-4a58-ac75-f45b57b29502 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:34,536 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.031s 2023-04-17 19:19:34,537 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 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-34caaa10-41cd-4e26-b3d3-7d5a4f33d714', '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": "b0f1ec1738134ceba94442f3038fa461", "name": "tempest-DeleteServersTestJSON-1527368719-project-member", "password_expires_at": null}, "audit_ids": ["9-VLRKirSVCHJIyOhpR8JA"], "expires_at": "2023-04-17T20:19:34.000000Z", "issued_at": "2023-04-17T19:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "name": "tempest-DeleteServersTestJSON-1527368719"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:34,537 80108 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '74af95ed-a6d8-46e7-956e-8d482f74375a', 'name': 'tempest-DeleteServersTestJSON-1190622383-network', 'tenant_id': 'a6fe9dcd78d74b1fae40910e2f3c9fd4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a6fe9dcd78d74b1fae40910e2f3c9fd4', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:15Z', 'updated_at': '2023-04-17T19:19:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:37,229 80108 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.691s 2023-04-17 19:19:37,230 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-240983541", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "74af95ed-a6d8-46e7-956e-8d482f74375a"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ffa75d-ab73-44de-8b1d-bb600ccf2119', 'x-compute-request-id': 'req-60ffa75d-ab73-44de-8b1d-bb600ccf2119', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kRLRZNv8NVGk"}}' 2023-04-17 19:19:37,497 80108 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/ef0d67a3-830c-48cb-b013-6cc26d033001 0.262s 2023-04-17 19:19:37,498 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:37 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-667bb2ce-e928-442e-b844-a6ca0b039039', 'x-compute-request-id': 'req-667bb2ce-e928-442e-b844-a6ca0b039039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "name": "tempest-DeleteServersTestJSON-server-240983541", "status": "BUILD", "tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "user_id": "b0f1ec1738134ceba94442f3038fa461", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:27,993 80108 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/ef0d67a3-830c-48cb-b013-6cc26d033001 0.445s 2023-04-17 19:20:27,993 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0ff14df-0429-486d-bb96-c107a57e21a6', 'x-compute-request-id': 'req-b0ff14df-0429-486d-bb96-c107a57e21a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "name": "tempest-DeleteServersTestJSON-server-240983541", "status": "ACTIVE", "tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "user_id": "b0f1ec1738134ceba94442f3038fa461", "metadata": {}, "hostId": "0182206a20ea1419effb8c6d4fbdef2266601999a0604cd366ebaa0b", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-DeleteServersTestJSON-1190622383-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:10:ab"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:28,005 80108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:21:28,335 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes 0.270s 2023-04-17 19:21:28,335 80108 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-1247331802"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af07d58-5304-4b4f-a0b0-d8a59c7d6bb0', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af07d58-5304-4b4f-a0b0-d8a59c7d6bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.26 8252", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:28,398 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502 0.053s 2023-04-17 19:21:28,399 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72fd4c0-6c53-47ad-b964-d2f8d41c3bff', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72fd4c0-6c53-47ad-b964-d2f8d41c3bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4"}}' 2023-04-17 19:21:29,451 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502 0.042s 2023-04-17 19:21:29,452 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c2c5c3-e5e0-46a6-abd8-973990d53917', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c2c5c3-e5e0-46a6-abd8-973990d53917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.000000", "updated_at": "2023-04-17T19:21:28.000000", "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volum es/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4"}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [166.074806s] ... 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 9c96b369-78f3-4f99-8aca-73913b05695b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:32,086 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.125s 2023-04-17 19:19:32,086 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-518da9f8-9880-4f06-bc67-982baf350d5f', '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": "c3ca940cb3c74d02888bf82aa3c31240", "name": "tempest-VolumesActionsTest-4563664-project-member", "password_expires_at": null}, "audit_ids": ["gez1bHHgTKGGTU2cB4oUiQ"], "expires_at": "2023-04-17T20:19:31.000000Z", "issued_at": "2023-04-17T19:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c67b4e282821426eb45e3e90e21edc42", "name": "tempest-VolumesActionsTest-4563664"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:32,087 80117 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '55337e40-446f-4356-a4c2-6d5472b60340', 'name': 'tempest-VolumesActionsTest-1244535556-network', 'tenant_id': 'c67b4e282821426eb45e3e90e21edc42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c67b4e282821426eb45e3e90e21edc42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'gene ve', 'provider:physical_network': None, 'provider:segmentation_id': 11687, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:23Z', 'updated_at': '2023-04-17T19:19:23Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:34,826 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.738s 2023-04-17 19:19:34,827 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-241403632", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "55337e40-446f-4356-a4c2-6d5472b60340"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8571b1f2-d2a7-4f81-aa78-12e6d0794d30', 'x-compute-request-id': 'req-8571b1f2-d2a7-4f81-aa78-12e6d0794d30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3X5acDACbcLW"}}' 2023-04-17 19:19:35,028 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.198s 2023-04-17 19:19:35,029 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 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-10a5732b-a796-441a-9b19-7f9d6169f3d3', 'x-compute-request-id': 'req-10a5732b-a796-441a-9b19-7f9d6169f3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "BUILD", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:35Z", "updated": "2023-04-17T19:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling ", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:25,460 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.369s 2023-04-17 19:20:25,460 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dec47468-a9a3-4f46-8ab0-6eaf29a188ae', 'x-compute-request-id': 'req-dec47468-a9a3-4f46-8ab0-6eaf29a188ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "ACTIVE", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "ff0b6479431cc876ec1c29ab1fb42463f1f14b6ec1dfa2ba071ffbdb", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:34Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-VolumesActionsTest-1244535556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:d1:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:25,474 80117 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:21:25,863 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes 0.330s 2023-04-17 19:21:25,864 80117 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-1395912841"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1a0ef0-3b59-49bd-a921-e54c719dac2c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1a0ef0-3b59-49bd-a921-e54c719dac2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:25.711878", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_v olid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:25,926 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.050s 2023-04-17 19:21:25,927 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42440f9e-b52d-4c4b-bb3b-bc555cdb744d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42440f9e-b52d-4c4b-bb3b-bc555cdb744d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:26,978 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.040s 2023-04-17 19:21:26,978 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d8e0ff-298b-4d2e-9f62-e0781f9269a6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d8e0ff-298b-4d2e-9f62-e0781f9269a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": "2023-04-17T19:21:26.000000", "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3 c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:27,058 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.062s 2023-04-17 19:21:27,058 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb7cf8f-3f6a-49b4-b9ed-22bbe3ba07b1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb7cf8f-3f6a-49b4-b9ed-22bbe3ba07b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": "2023-04-17T19:21:26.000000", "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:27,170 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.100s 2023-04-17 19:21:27,171 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21: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-aea69f5f-c1c5-42e1-bf96-0cd2d283cae4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'' 2023-04-17 19:21:27,193 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.021s 2023-04-17 19:21:27,193 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c1c041-acfe-42d4-ad47-de3dd42a875e', 'x-openstack-request-id': 'req-f9c1c041-acfe-42d4-ad47-de3dd42a875e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c96b369-78f3-4f99-8aca-73913b05695b could not be found."}}' 2023-04-17 19:21:27,363 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.170s 2023-04-17 19:21:27,364 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6408eaec-86cf-4e01-9b4a-5e686c2f9666', 'x-compute-request-id': 'req-6408eaec-86cf-4e01-9b4a-5e686c2f9666', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'' 2023-04-17 19:21:27,966 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.602s 2023-04-17 19:21:27,967 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54047064-504f-4d86-9cb7-23bdc82cde9f', 'x-compute-request-id': 'req-54047064-504f-4d86-9cb7-23bdc82cde9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "ACTIVE", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "ff0b6479431cc876ec1c29ab1fb42463f1f14b6ec1dfa2ba071ffbdb", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:34Z", "updated": "2023-04-17T19:21:27Z", "addresses": {"tempest-VolumesActionsTest-1244535556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:d1:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:18,029 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.040s 2023-04-17 19:22:18,029 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-32f06c3d-06a9-46bb-8858-3aabf3892f5f', 'x-compute-request-id': 'req-32f06c3d-06a9-46bb-8858-3aabf3892f5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance faeedd1b-1567-47d5-aa43-e84f7d90825f could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.574801s] ... 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 7ba3e766-b7a7-4def-ac11-fd82d04ebc60 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:18,225 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.192s 2023-04-17 19:22:18,226 80117 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-723566357"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b147e3f-eb44-4f46-bc62-a4d102b87bd6', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b147e3f-eb44-4f46-bc62-a4d102b87bd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.162842", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:18,310 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.072s 2023-04-17 19:22:18,310 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa8fb22e-dc98-4cc0-9cea-e4eba7e0415e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa8fb22e-dc98-4cc0-9cea-e4eba7e0415e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,367 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.044s 2023-04-17 19:22:19,367 80117 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-952f3739-88a6-41f5-a5b7-9968c32a8fbe', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-952f3739-88a6-41f5-a5b7-9968c32a8fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": "2023-04-17T19:22:18.000000", "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,428 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.050s 2023-04-17 19:22:19,429 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44bd35c9-2655-46ce-8678-910a66760b58', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44bd35c9-2655-46ce-8678-910a66760b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": "2023-04-17T19:22:18.000000", "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,569 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.129s 2023-04-17 19:22:19,569 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-7a53d6dc-cc7c-4b11-8020-cbaf6184f488', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'' 2023-04-17 19:22:19,606 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.036s 2023-04-17 19:22:19,606 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebac605a-4d2d-4f55-8447-bee7aa38fd5f', 'x-openstack-request-id': 'req-ebac605a-4d2d-4f55-8447-bee7aa38fd5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7ba3e766-b7a7-4def-ac11-fd82d04ebc60 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.504072s] ... 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 0094cc74-da62-4ca5-bf0c-b28bf005e78e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:19,818 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.207s 2023-04-17 19:22:19,818 80117 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-1159399751"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691e1f16-58ae-4faf-82e3-397cb7dca51c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691e1f16-58ae-4faf-82e3-397cb7dca51c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:19.748631", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:19,872 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.044s 2023-04-17 19:22:19,872 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f29151-3b69-449d-b8d9-e9f5a0b2329b', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f29151-3b69-449d-b8d9-e9f5a0b2329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:20,923 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.039s 2023-04-17 19:22:20,923 80117 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a47fa9f-852f-46c4-ab71-e695cebb5335', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a47fa9f-852f-46c4-ab71-e695cebb5335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": "2023-04-17T19:22:20.000000", "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:20,977 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.042s 2023-04-17 19:22:20,977 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc1d90f-8cba-42f3-87fd-5c41110cb9b2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc1d90f-8cba-42f3-87fd-5c41110cb9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": "2023-04-17T19:22:20.000000", "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:21,087 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.099s 2023-04-17 19:22:21,088 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1fa199-1cc4-45aa-97b4-636ef1b155bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'' 2023-04-17 19:22:21,112 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.023s 2023-04-17 19:22:21,112 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-16358e1b-4fa4-4d33-864b-2f9a6a867ca8', 'x-openstack-request-id': 'req-16358e1b-4fa4-4d33-864b-2f9a6a867ca8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0094cc74-da62-4ca5-bf0c-b28bf005e78e could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.492610s] ... 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 017b4ffc-95d4-4613-bdcc-05ee87635ed6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:21,295 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.180s 2023-04-17 19:22:21,296 80117 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-963807009"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc4bb461-ea8d-4b06-8592-c2abc7e8cc51', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc4bb461-ea8d-4b06-8592-c2abc7e8cc51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.238763", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:21,351 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.046s 2023-04-17 19:22:21,352 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eae0a37-fe8a-4007-ab5f-e4f01a433d83', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eae0a37-fe8a-4007-ab5f-e4f01a433d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,404 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.040s 2023-04-17 19:22:22,404 80117 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-708b8766-d589-4cca-92c5-b24b11c66cbd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-708b8766-d589-4cca-92c5-b24b11c66cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": "2023-04-17T19:22:21.000000", "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,469 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.054s 2023-04-17 19:22:22,469 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac999277-d0d9-4799-8f11-65c6d8b6dfda', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac999277-d0d9-4799-8f11-65c6d8b6dfda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": "2023-04-17T19:22:21.000000", "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,581 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.100s 2023-04-17 19:22:22,581 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 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-aec0efac-16ee-487b-b493-3b910db40502', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'' 2023-04-17 19:22:22,607 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.025s 2023-04-17 19:22:22,607 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c22946-3f40-4f40-80d2-fae0f4d204d7', 'x-openstack-request-id': 'req-21c22946-3f40-4f40-80d2-fae0f4d204d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 017b4ffc-95d4-4613-bdcc-05ee87635ed6 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.604033s] ... 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 8b2cb0cd-16ee-4518-a1a4-566b1d20d36c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:22,868 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.258s 2023-04-17 19:22:22,869 80117 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-1905104421"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff64b16-df13-441f-8d43-d4124f07f3dd', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff64b16-df13-441f-8d43-d4124f07f3dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:22.742748", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:22,930 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.052s 2023-04-17 19:22:22,930 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc294b3c-a9dd-4be5-b31e-06df5c344614', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc294b3c-a9dd-4be5-b31e-06df5c344614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,000 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.046s 2023-04-17 19:22:24,003 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce6d7c2-fc92-4f8c-b111-896c0735e83c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce6d7c2-fc92-4f8c-b111-896c0735e83c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": "2023-04-17T19:22:23.000000", "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,078 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.056s 2023-04-17 19:22:24,078 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25285ae-5f5b-44e0-8ab6-f00cbfb64f69', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25285ae-5f5b-44e0-8ab6-f00cbfb64f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": "2023-04-17T19:22:23.000000", "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,185 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.096s 2023-04-17 19:22:24,186 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 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-f6d4160a-91da-4311-af28-699069bd1420', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'' 2023-04-17 19:22:24,212 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.025s 2023-04-17 19:22:24,212 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-8e41d843-4c81-4c73-9fd3-38095773a9e7', 'x-openstack-request-id': 'req-8e41d843-4c81-4c73-9fd3-38095773a9e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b2cb0cd-16ee-4518-a1a4-566b1d20d36c could not be found."}}' {7} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.319050s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.542931s] ... 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 5759ae65-d74e-4741-abf5-48bcf192be1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:24,420 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes 0.202s 2023-04-17 19:22:24,420 80117 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-310663671"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d327e3-626e-4250-8b66-20d09a8264bd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d327e3-626e-4250-8b66-20d09a8264bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.351006", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:24,507 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.077s 2023-04-17 19:22:24,507 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade643ed-a7da-49c0-9813-02e3f246e2f4', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade643ed-a7da-49c0-9813-02e3f246e2f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,557 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.038s 2023-04-17 19:22:25,557 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f7e1c0-35ec-4547-aa22-07535bb0a64c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f7e1c0-35ec-4547-aa22-07535bb0a64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": "2023-04-17T19:22:25.000000", "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,616 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.048s 2023-04-17 19:22:25,616 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f038a9e-1b44-439d-b07e-8925d6711b16', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f038a9e-1b44-439d-b07e-8925d6711b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": "2023-04-17T19:22:25.000000", "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,737 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.111s 2023-04-17 19:22:25,738 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-21406927-dc9f-45f7-8793-76f6aa7fa472', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'' 2023-04-17 19:22:25,758 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.020s 2023-04-17 19:22:25,759 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f593c7d7-1502-47b3-a5d8-778b24abb3ea', 'x-openstack-request-id': 'req-f593c7d7-1502-47b3-a5d8-778b24abb3ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5759ae65-d74e-4741-abf5-48bcf192be1b could not be found."}}' {7} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.259850s] ... ok {7} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.695898s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.174608s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.160235s] ... ok {6} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [116.155481s] ... 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 ae7a40a6-d077-4760-ad7a-5d58823f7066 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:34,447 80106 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:20:34,842 80106 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.393s 2023-04-17 19:20:34,843 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1775960129", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:34 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-357da8b4-ded1-4c2a-b176-4180b9258700', 'x-compute-request-id': 'req-357da8b4-ded1-4c2a-b176-4180b9258700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1775960129", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ==", "fingerprint": "cb:89:57:82:ab:5b:65:d1:0b:9d:b8:d8:cb:30:a7:b8", "user_id": "9fbcd21255b546fb9a14ece87286731b"}}' 2023-04-17 19:20:34,846 80106 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1775960129 created 2023-04-17 19:20:34,991 80106 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.145s 2023-04-17 19:20:34,991 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--255789732", "description": "tempest-description--1565189644"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-732dafb1-fedf-42e8-aadf-87213b3abb32', 'date': 'Mon, 17 Apr 2023 19:20:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41f85ff6-7d18-4372-897a-23df20ea595a", "name": "tempest-securitygroup--255789732", "stateful": true, "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "description": "tempest-description--1565189644", "shared": false, "security_group_rules": [{"id": "3613f098-7a19-442b-9f59-3a76ac6f79a6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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": 526, "description": null, "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}, {"id": "fb29bf07-af27-4d81-888f-026ac0fe12ff", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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": 527 , "description": null, "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}], "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 1, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,184 80106 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.192s 2023-04-17 19:20:35,184 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-601a2635-71c0-4be3-8d31-edf454ab6636', 'date': 'Mon, 17 Apr 2023 19:20: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": "b2e6b814-b454-49f3-a3a6-5dd8bd27b9ee", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,365 80106 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.180s 2023-04-17 19:20:35,365 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8a02d5bd-2f70-475a-8faa-0582e559f749', 'date': 'Mon, 17 Apr 2023 19:20: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": "15e5948e-1183-4836-bfba-73702a888306", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,366 80106 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--255789732 created 2023-04-17 19:20:36,198 80106 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.832s 2023-04-17 19:20:36,198 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-58be8669-921b-4f74-8ebd-f7b585279e50', 'date': 'Mon, 17 Apr 2023 19:20:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "floating_ip_address": "172.24.4.225", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f0dc0655c8314e08b62c8ae370d488cb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0}}' 2023-04-17 19:20:36,199 80106 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'floating_ip_address': '172.24.4.225', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:35Z', 'updated_at': '2023-04-17T19:20:35Z', 'revision_number': 0, 'ip': '172.24.4.225'} created 2023-04-17 19:20:36,301 80106 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.097s 2023-04-17 19:20:36,301 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:36 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-b81c484c-413b-4a68-8454-29e16675e5bc', '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": "9fbcd21255b546fb9a14ece87286731b", "name": "tempest-VolumesAdminNegativeTest-1507040722-project-member", "password_expires_at": null}, "audit_ids": ["9T3ajJsvRLyvnklBZZyhIw"], "expires_at": "2023-04-17T20:20:36.000000Z", "issued_at": "2023-04-17T19:20:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0dc0655c8314e08b62c8ae370d488cb", "name": "tempest-VolumesAdminNegativeTest-1507040722"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone "}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:36,302 80106 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '994f43df-c7b8-4c55-9a39-98ed8d4eef96', 'name': 'tempest-VolumesAdminNegativeTest-640843338-network', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:15Z', 'updated_at': '2023-04-17T19:20:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:36,302 80106 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1775960129', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ==', 'fingerprint': 'cb:89:57:82:ab:5b:65:d1:0b:9d:b8:d8:cb:30:a7:b8', 'user_id': '9fbcd21255b546fb9a14ece87286731b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDC6awBDq4vslaUn574Pff0+NFFzClNu7fJ4YCEMutBf1wzi4AB+3O1\nxjuJiJmmuJmgBwYFK4EEACKhZANiAARqniEYMqVE1uxU1c5Vz8P9Yd3I88BMfvM/\nVLweULfYOOqJ4DiSqj5ArCnEdNzdS9J7SrDeoROs19VcHm+2hNxk9ZtKUO04hgnE\nqiiHC6VG3zWHn8qNGP/SQn9IJGyVqcE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41f85ff6-7d18-4372-897a-23df20ea595a', 'name': 'tempest-securitygroup--255789732', 'stateful': True, 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': 'tempest-description--1565189644', 'shared': False, 'security_group_rules': [{'id': '3613f098-7a19-442b-9f59-3a76ac6f79a6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'security_group_id': '41f85ff6-7d18-4372-897a-23df20ea595a', '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': 526, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 0, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}, {'id': 'fb29bf07-af27-4d81-888f-026ac0fe12ff', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'security_group_id': '41f85ff6-7d18-4372-897a-23df20ea595a', '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': 527, 'description': None, 'tags': [], 'created_at': '2023 -04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 0, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}], 'tags': [], 'created_at': '2023-04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 1, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}, 'floating_ip': {'id': 'ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'floating_ip_address': '172.24.4.225', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:35Z', 'updated_at': '2023-04-17T19:20:35Z', 'revision_number': 0, 'ip': '172.24.4.225'}} 2023-04-17 19:20:37,001 80106 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 0.698s 2023-04-17 19:20:37,002 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1244285815", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "994f43df-c7b8-4c55-9a39-98ed8d4eef96"}], "security_groups": [{"name": "tempest-securitygroup--255789732"}], "key_name": "tempest-keypair-1775960129", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae7a0fa7-4e19-4549-8637-1388b6fe4040', 'x-compute-request-id': 'req-ae7a0fa7-4e19-4549-8637-1388b6fe4040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--255789732"}], "adminPass": "amSnTozW3REn"}}' 2023-04-17 19:20:37,203 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f 0.197s 2023-04-17 19:20:37,203 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:37 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-db9a8083-6695-4658-ada1-8e1cd01dc480', 'x-compute-request-id': 'req-db9a8083-6695-4658-ada1-8e1cd01dc480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "name": "tempest-VolumesAdminNegativeTest-server-1244285815", "status": "BUILD", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:37Z", "updated": "2023-04-17T19:20:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1775960129", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:21:27,883 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f 0.608s 2023-04-17 19:21:27,883 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 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-f9dfb337-615a-450b-b869-8e4e7e122699', 'x-compute-request-id': 'req-f9dfb337-615a-450b-b869-8e4e7e122699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "name": "tempest-VolumesAdminNegativeTest-server-1244285815", "status": "ACTIVE", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "ae87bd05e9c5541fc056fa288098ace226a1d410d94eec9934a57e80", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:36Z", "updated": "2023-04-17T19:20:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-640843338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:93:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1775960129", "OS-SRV-USG:launched_at": "2023-04-17T19:20:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--255789732"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:21:27,895 80106 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:22:28,123 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f/os-interface 0.168s 2023-04-17 19:22:28,123 80106 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:27 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-172cecbf-440e-45bc-90c6-095ae467e0cc', 'x-compute-request-id': 'req-172cecbf-440e-45bc-90c6-095ae467e0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "994f43df-c7b8-4c55-9a39-98ed8d4eef96", "port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb", "mac_addr": "fa:16:3e:48:93:65", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6f2b78ec-f823-488c-a991-a2b04b73b4f9", "ip_address": "10.0.0.9"}]}]}' 2023-04-17 19:22:29,091 80106 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/ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6 0.963s 2023-04-17 19:22:29,091 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6361a1b5-5963-427d-ac78-b75ab23c3188', 'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6'} Body: b'{"floatingip": {"id": "ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "floating_ip_address": "172.24.4.225", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "ce5332ff-5c59-46b2-a233-d9b6ba311745", "port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "994f43df-c7b8-4c55-9a39-98ed8d4eef96", "mac_address": "fa:16:3e:48:93:65", "admin_state_up": true, "status": "ACTIVE", "device_id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:35Z", "updated_at": "2023-04-17T19:22:28Z", "revision_number": 1, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:22:29,093 80106 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.225:22' as 'cirros' with public key authentication 2023-04-17 19:22:29,129 80106 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:22:29,152 80106 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:22:29,152 80106 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.225 successfully created 2023-04-17 19:22:29,471 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes 0.318s 2023-04-17 19:22:29,472 80106 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-1369601000"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eac82a7-2f31-4721-9f55-3c84707dd191', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-5eac82a7-2f31-4721-9f55-3c84707dd191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.391400", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:29,529 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066 0.048s 2023-04-17 19:22:29,529 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579ffb1b-4916-4389-b78f-72d41842ad2e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579ffb1b-4916-4389-b78f-72d41842ad2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:22:30,590 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066 0.050s 2023-04-17 19:22:30,591 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087b13f8-e08e-4155-b391-5fbf5adbdaa5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087b13f8-e08e-4155-b391-5fbf5adbdaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.000000", "updated_at": "2023-04-17T19:22:30.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.165987s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.021972s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.046715s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.165754s] ... ok {11} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {7} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.931798s] ... 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 35be67c7-08a1-4a79-9e35-c0eca0862f0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:37,333 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.193s 2023-04-17 19:22:37,333 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c5dc59f8-bd81-4995-9b05-8de6ddc6b6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:22:37,687 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes 0.353s 2023-04-17 19:22:37,688 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2117720488"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a3f3e9-65e0-4952-be75-22892d1ba0f5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a3f3e9-65e0-4952-be75-22892d1ba0f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:37.629038", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:37,757 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.060s 2023-04-17 19:22:37,758 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d20f75-1b99-4c92-9969-ea2eecdbda5e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d20f75-1b99-4c92-9969-ea2eecdbda5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:38,840 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.071s 2023-04-17 19:22:38,840 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac406d4-f6cd-4c4f-9331-9c46f13b32a7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac406d4-f6cd-4c4f-9331-9c46f13b32a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": "2023-04-17T19:22:38.000000", "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:38,896 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.045s 2023-04-17 19:22:38,897 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e541befc-46d9-440a-9420-9cc996365e5b', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-e541befc-46d9-440a-9420-9cc996365e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": "2023-04-17T19:22:38.000000", "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:39,044 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.137s 2023-04-17 19:22:39,045 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77e5b5a-d896-4d7d-8321-9dbbe0816e05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'' 2023-04-17 19:22:39,069 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.023s 2023-04-17 19:22:39,069 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-0ac5c54a-23fd-4858-9ab0-5262313c5a0f', 'x-openstack-request-id': 'req-0ac5c54a-23fd-4858-9ab0-5262313c5a0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 35be67c7-08a1-4a79-9e35-c0eca0862f0d could not be found."}}' {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.579640s] ... 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 773ce061-42ed-4a0a-9512-90005864c8d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:39,298 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes 0.224s 2023-04-17 19:22:39,298 80117 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-1582180402"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c407d8-f546-4730-b352-bbd61bcd26fb', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c407d8-f546-4730-b352-bbd61bcd26fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.233034", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:39,364 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.049s 2023-04-17 19:22:39,364 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080e6945-661a-4d3e-964b-2b3ac5a544d6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080e6945-661a-4d3e-964b-2b3ac5a544d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,422 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.045s 2023-04-17 19:22:40,422 80117 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb13f360-1837-4f32-abc9-0023f0992b92', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb13f360-1837-4f32-abc9-0023f0992b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": "2023-04-17T19:22:39.000000", "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,489 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.055s 2023-04-17 19:22:40,490 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e90def-8f2d-4967-b7b9-c05819998f4a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e90def-8f2d-4967-b7b9-c05819998f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": "2023-04-17T19:22:39.000000", "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,627 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.126s 2023-04-17 19:22:40,628 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-88f7e633-3cdd-4da8-8109-2f774be38010', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'' 2023-04-17 19:22:40,651 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.023s 2023-04-17 19:22:40,652 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-45b82408-1152-4847-a5dd-0d0d0e53e146', 'x-openstack-request-id': 'req-45b82408-1152-4847-a5dd-0d0d0e53e146', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 773ce061-42ed-4a0a-9512-90005864c8d3 could not be found."}}' {11} 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 ffa59dc3-3570-4c45-945a-e78045af2808 failed to build and is in ERROR status {8} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [176.870189s] ... 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 e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:51,177 80110 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/003f99eb-9d8f-4734-989c-fb7e29875453 0.558s 2023-04-17 19:19:51,177 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ad1a3578-2a69-4b6b-879d-fc00d14a04a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:19:52,160 80110 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.948s 2023-04-17 19:19:52,160 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-083d2aca-4a1d-4a7f-8179-762d4b20767a', '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": "f0affd48c0134401bac82cc245829593", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "created_at": "2023-04-17T19:19:52Z", "updated_at": "2023-04-17T19:19:52Z", "tags": [], "self": "/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8", "file": "/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:19:54,451 80110 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-17 19:19:54,452 80110 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/03c74f7a-3be9-4d2f-8641-819442eefea8/file 2.291s 2023-04-17 19:19:54,452 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3c96f7f2-5206-487b-9ff6-c24696dab1df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8/file'} Body: b'' 2023-04-17 19:19:54,453 80110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:19:54,453 80110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:19:54,956 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.501s 2023-04-17 19:19:54,957 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1519835356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:54 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-13bc62f5-6b82-44ef-8cee-80b42059e9d3', 'x-compute-request-id': 'req-13bc62f5-6b82-44ef-8cee-80b42059e9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1519835356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ==", "fingerprint": "d2:10:55:2a:79:0a:10:41:b1:fc:69:db:6e:dd:06:57", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49"}}' 2023-04-17 19:19:54,962 80110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1519835356 created 2023-04-17 19:19:55,826 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.863s 2023-04-17 19:19:55,826 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1882088979", "description": "tempest-description--1972591941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-5907d092-8987-40c3-9de8-03653cf2db3c', 'date': 'Mon, 17 Apr 2023 19: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": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "name": "tempest-securitygroup--1882088979", "stateful": true, "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "description": "tempest-description--1972591941", "shared": false, "security_group_rules": [{"id": "2ffdb820-7edc-4c5b-a373-b0f2f61b5680", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 367, "description": null, "tags": [], "create d_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}, {"id": "b9278471-7993-4309-a08c-096bdc74b21f", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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": 368, "description": null, "tags": [], "created_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}], "tags": [], "created_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 1, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:57,162 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.335s 2023-04-17 19:19:57,163 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-df43e417-bfa2-400e-ad4c-c35e186dade5', 'date': 'Mon, 17 Apr 2023 19:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "040c1d1f-2b77-415a-8c30-cb4c19436029", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-17T19:19:56Z", "updated_at": "2023-04-17T19:19:56Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:59,139 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.975s 2023-04-17 19:19:59,139 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-61d9be24-7295-460f-a841-a9c5eb168f95', 'date': 'Mon, 17 Apr 2023 19:19:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8ba0e28d-e692-4936-bfa7-6442965b415c", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-17T19:19:58Z", "updated_at": "2023-04-17T19:19:58Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:59,140 80110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1882088979 created 2023-04-17 19:20:00,339 80110 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.199s 2023-04-17 19:20:00,340 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-66e8fdf1-9dc0-4749-9ae1-ce91f0eed7c7', 'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9be6fbec-9931-46d0-b6f9-53e07e1e2372", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "floating_ip_address": "172.24.4.125", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7b5f397ac56e44ec809668b6e0381a4f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:59Z", "updated_at": "2023-04-17T19:19:59Z", "revision_number": 0}}' 2023-04-17 19:20:00,340 80110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9be6fbec-9931-46d0-b6f9-53e07e1e2372', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'floating_ip_address': '172.24.4.125', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:59Z', 'updated_at': '2023-04-17T19:19:59Z', 'revision_number': 0, 'ip': '172.24.4.125'} created 2023-04-17 19:20:00,488 80110 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.142s 2023-04-17 19:20:00,488 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49bfd0b5-ad14-49de-a7d8-9a3175c84cd5', '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": "b012f1027c2c449e9dc82d9d3d4b2e49", "name": "tempest-AttachSCSIVolumeTestJSON-434462204-project-member", "password_expires_at": null}, "audit_ids": ["H1lnAzBZQi2JOpmxlD7F9A"], "expires_at": "2023-04-17T20:20:00.000000Z", "issued_at": "2023-04-17T19:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b5f397ac56e44ec809668b6e0381a4f", "name": "tempest-AttachSCSIVolumeTestJSON-434462204"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0 .210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:00,489 80110 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5515a00f-99e1-4ee3-b796-f5c015f57178', 'name': 'tempest-AttachSCSIVolumeTestJSON-1938530877-network', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15579, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:14Z', 'updated_at': '2023-04-17T19:19:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:00,491 80110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1519835356', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ==', 'fingerprint': 'd2:10:55:2a:79:0a:10:41:b1:fc:69:db:6e:dd:06:57', 'user_id': 'b012f1027c2c449e9dc82d9d3d4b2e49', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/4IgdORhnZ5CBARFhzZoBqRTL1PueDOe9BieLIYLoE5HE8MG375Fq\n/djMRY4vopWgBwYFK4EEACKhZANiAARjoeZr04VT4r690CFoxLiGyxbUiExDSWyr\nTzZ1dhnAvOqVpboLyxJzWy2Wsc+6Hzd/KAc/MdCfeBnimfkq+0UjMDRRGoaT5rb6\ngAbrtF7bwJidezPAZzBPcf3OyZ7srlk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', 'name': 'tempest-securitygroup--1882088979', 'stateful': True, 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': 'tempest-description--1972591941', 'shared': False, 'security_group_rules': [{'id': '2ffdb820-7edc-4c5b-a373-b0f2f61b5680', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'security_group_id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 367, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 0, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}, {'id': 'b9278471-7993-4309-a08c-096bdc74b21f', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'security_g roup_id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', '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': 368, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 0, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}], 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 1, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}, 'floating_ip': {'id': '9be6fbec-9931-46d0-b6f9-53e07e1e2372', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'floating_ip_address': '172.24.4.125', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:59Z', 'updated_at': '2023-04-17T19:19:59Z', 'revision_number': 0, 'ip': '172.24.4.125'}} 2023-04-17 19:20:02,631 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.138s 2023-04-17 19:20:02,631 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "imageRef": "03c74f7a-3be9-4d2f-8641-819442eefea8", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5515a00f-99e1-4ee3-b796-f5c015f57178"}], "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "key_name": "tempest-keypair-1519835356", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf01171-cbba-45b7-ad11-b573813ac093', 'x-compute-request-id': 'req-dbf01171-cbba-45b7-ad11-b573813ac093', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "adminPass": "WTUtQoz9zJJN"}}' 2023-04-17 19:20:02,846 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.212s 2023-04-17 19:20:02,847 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:02 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-9572b876-8581-4288-bec9-30867742c115', 'x-compute-request-id': 'req-9572b876-8581-4288-bec9-30867742c115', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "BUILD", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:03Z", "updated": "2023-04-17T19:20:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:53,172 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.263s 2023-04-17 19:20:53,173 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b91cf64c-132c-4f0f-b613-5dfa0c23c3df', 'x-compute-request-id': 'req-b91cf64c-132c-4f0f-b613-5dfa0c23c3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "ACTIVE", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "ab06177a3a6ed75b717a12ede4f6bbd19a7c57980529c27f92283cc6", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:02Z", "updated": "2023-04-17T19:20:14Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1938530877-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": "2023-04-17T19:20:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:53,184 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:21:53,444 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a/os-interface 0.198s 2023-04-17 19:21:53,444 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:53 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-d9a016d6-c9d6-4853-831b-f27a1809c23e', 'x-compute-request-id': 'req-d9a016d6-c9d6-4853-831b-f27a1809c23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5515a00f-99e1-4ee3-b796-f5c015f57178", "port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a", "mac_addr": "fa:16:3e:04:cc:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "274dc956-c33b-4acb-8ce5-0c29c04a51ac", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:21:54,623 80110 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/9be6fbec-9931-46d0-b6f9-53e07e1e2372 1.175s 2023-04-17 19:21:54,624 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-9c310620-fc15-4964-82c6-d39a72dfd8bc', 'date': 'Mon, 17 Apr 2023 19:21:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372'} Body: b'{"floatingip": {"id": "9be6fbec-9931-46d0-b6f9-53e07e1e2372", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "floating_ip_address": "172.24.4.125", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "23a22319-4c4d-45af-9ec1-b188d764546b", "port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5515a00f-99e1-4ee3-b796-f5c015f57178", "mac_address": "fa:16:3e:04:cc:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:59Z", "updated_at": "2023-04-17T19:21:53Z", "revision_number": 1, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:54,626 80110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.125:22' as 'cirros' with public key authentication 2023-04-17 19:21:54,665 80110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:21:54,687 80110 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:21:54,687 80110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.125 successfully created 2023-04-17 19:21:54,952 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes 0.264s 2023-04-17 19:21:54,952 80110 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-493907565"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 1 9:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c4597f-f30c-4246-bd51-70e5bde8d5d5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c4597f-f30c-4246-bd51-70e5bde8d5d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:54.882751", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:55,002 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 0.039s 2023-04-17 19:21:55,002 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91251759-2454-434f-8345-b103ed6d8a8e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91251759-2454-434f-8345-b103ed6d8a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:55.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:56,054 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 0.039s 2023-04-17 19:21:56,054 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c454fdc9-cb2d-4b7b-bf73-ec0750f686e8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c454fdc9-cb2d-4b7b-bf73-ec0750f686e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:55.000000", "updated_at": "2023-04-17T19:21:55.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:56,183 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.117s 2023-04-17 19:21:56,183 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bd0a63-be03-4163-b52d-50ab7811e62e', 'x-compute-request-id': 'req-d1bd0a63-be03-4163-b52d-50ab7811e62e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'' 2023-04-17 19:21:56,419 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.235s 2023-04-17 19:21:56,420 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad7b0bd5-957c-456d-8cf0-eadfe487a762', 'x-compute-request-id': 'req-ad7b0bd5-957c-456d-8cf0-eadfe487a762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "ACTIVE", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "ab06177a3a6ed75b717a12ede4f6bbd19a7c57980529c27f92283cc6", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:02Z", "updated": "2023-04-17T19:21:56Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1938530877-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}, {"version": 4, "addr": "172.24.4.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{" rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": "2023-04-17T19:20:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:46,538 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.057s 2023-04-17 19:22:46,539 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dad97881-adc9-44e2-9bfc-200ec3ea169e', 'x-compute-request-id': 'req-dad97881-adc9-44e2-9bfc-200ec3ea169e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d206c83-839b-4ab2-bfdc-5e063221e50a could not be found."}}' 2023-04-17 19:22:46,589 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1519835356 0.049s 2023-04-17 19:22:46,589 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce49a6a3-6442-4e59-9dad-0ce514c21264', 'x-compute-request-id': 'req-ce49a6a3-6442-4e59-9dad-0ce514c21264', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1519835356'} Body: b'' 2023-04-17 19:22:46,754 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263 0.164s 2023-04-17 19:22:46,755 80110 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-26f74f94-b193-4722-b8fc-8e4f8a47f174', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263'} Body: b'' 2023-04-17 19:22:46,781 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263 0.026s 2023-04-17 19:22:46,782 80110 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-24002b1b-aeee-473f-bd39-cb8e0691a898', 'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a995c65f-27d5-43d1-8c3b-22fc463e2263 does not exist", "detail": ""}}' 2023-04-17 19:22:47,264 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372 0.481s 2023-04-17 19:22:47,264 80110 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-485add1e-09c1-4d95-a414-12da9a2d1abe', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372'} Body: b'' 2023-04-17 19:22:47,470 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8 0.205s 2023-04-17 19:22:47,471 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e2086916-a3b5-48b7-b338-307457f8cc05', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8'} Body: b'' 2023-04-17 19:22:47,487 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8 0.015s 2023-04-17 19:22:47,488 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-702c90d6-87de-411c-b0ad-5162186f7c3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8'} Body: b'{"message": "No image found with ID 03c74f7a-3be9-4d2f-8641-819442eefea8

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {7} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.765822s] ... 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 fe288f6a-e9d5-4e50-8840-b05801528a07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:48,239 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.274s 2023-04-17 19:22:48,239 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1555526925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJVxvwG8hMxyUM2o4wFxLu6zNyDULSggguq9ivxsMpSdZ0zm0QewN93b41ZsG0zuVZxstVHPpsRQPI1eRZ1mIQavcCgemp0zDq6UIdb7FUvGHUxnYqGyhtPsmcEuPek8Q=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 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-6308d422-d117-4d67-a838-c3c8c844a5c0', 'x-compute-request-id': 'req-6308d422-d117-4d67-a838-c3c8c844a5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1555526925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJVxvwG8hMxyUM2o4wFxLu6zNyDULSggguq9ivxsMpSdZ0zm0QewN93b41ZsG0zuVZxstVHPpsRQPI1eRZ1mIQavcCgemp0zDq6UIdb7FUvGHUxnYqGyhtPsmcEuPek8Q==", "fingerprint": "c5:5d:cc:3b:da:4a:28:b4:58:12:1d:1f:35:f0:a4:4e", "user_id": "0c4925dded074c03adae30b911cc7571"}}' 2023-04-17 19:22:48,389 80108 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.147s 2023-04-17 19:22:48,390 80108 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-199946432", "description": "tempest-secgroup-smoke-199946432 description", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-0cd62c34-7538-40a1-87f1-48717c6a7bd2', 'date': 'Mon, 17 Apr 2023 19: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": "13a14a57-d6cd-4477-9529-b3933d483eff", "name": "tempest-secgroup-smoke-199946432", "stateful": true, "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "description": "tempest-secgroup-smoke-199946432 description", "shared": false, "security_group_rules": [{"id": "4e4b20a2-246b-4171-ac4a-4862fb9f2845", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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": 644, "description": null, "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}, {"id": "557f5608-9eb9-4fc2-bd9f-1a31f6b6800e", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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": 645, "description": null, "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}], "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 1, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,567 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 19:22:48,568 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "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-24f725f7-c5cf-4071-8bb3-3bf76116a1a1', 'date': 'Mon, 17 Apr 2023 19: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": "8468889f-1927-45fc-870a-583eceb1a466", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,749 80108 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.180s 2023-04-17 19:22:48,749 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "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-72484a99-c814-49ba-8034-e09505f4c460', 'date': 'Mon, 17 Apr 2023 19: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": "ba86d4fc-a0a2-44be-ae86-864d86a755f5", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,910 80108 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-17 19:22:48,910 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e3911c68-83f2-4981-a4df-147acf443e18', 'date': 'Mon, 17 Apr 2023 19: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": "4a8197aa-9471-4e8c-8153-6c34d57b92a8", "tenant_id": "23792baae9ce4b6 48dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,121 80108 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.210s 2023-04-17 19:22:49,121 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-98d9a994-af18-4e88-800a-d666a7ea06b8', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a3155c6-8111-4e6a-a911-63308d2c28b3", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,400 80108 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.278s 2023-04-17 19:22:49,400 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf265adf-2036-408e-a969-e60bf62b2e78', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "279e2bc6-1b7e-479f-93a8-d62080f14f2c", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:49Z", "updated_at": "2023-04-17T19:22:49Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,781 80108 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.380s 2023-04-17 19:22:49,781 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d269d3ef-a980-490e-9d7c-2c97bb672f18', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b1d123f-5945-42cf-9012-29f79a55b297", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:49Z", "updated_at": "2023-04-17T19:22:49Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:50,103 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes 0.320s 2023-04-17 19:22:50,103 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-593814575", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b08e797-584e-40d5-a728-57c14f57a170', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b08e797-584e-40d5-a728-57c14f57a170', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.013633", "updated_at": null, "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:50,171 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.057s 2023-04-17 19:22:50,171 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c5e5a4-48aa-45f9-bdf4-ed67e111ca3b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c5e5a4-48aa-45f9-bdf4-ed67e111ca3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:51,240 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.058s 2023-04-17 19:22:51,241 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0609d1-ebb1-4e5a-9a9f-ee4afb5e328b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0609d1-ebb1-4e5a-9a9f-ee4afb5e328b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.000000", "updated_at": "2023-04-17T19:22:50.000000", "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:51,399 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.146s 2023-04-17 19:22:51,400 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92aad2e8-f341-4223-9c1b-423015f3b3a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'' 2023-04-17 19:22:51,440 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.040s 2023-04-17 19:22:51,440 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id' : 'req-e481708f-cf06-47fe-8a49-f6a9cd24d8d4', 'x-openstack-request-id': 'req-e481708f-cf06-47fe-8a49-f6a9cd24d8d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe288f6a-e9d5-4e50-8840-b05801528a07 could not be found."}}' 2023-04-17 19:22:51,690 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13a14a57-d6cd-4477-9529-b3933d483eff 0.249s 2023-04-17 19:22:51,690 80108 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-03406cd5-e198-42cc-8cd5-6485f99560b8', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13a14a57-d6cd-4477-9529-b3933d483eff'} Body: b'' 2023-04-17 19:22:51,723 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1555526925 0.032s 2023-04-17 19:22:51,723 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 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-88cb99d0-6ecb-4d85-bd25-cbc6edcf067f', 'x-compute-request-id': 'req-88cb99d0-6ecb-4d85-bd25-cbc6edcf067f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1555526925'} Body: b'' {7} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {11} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.066512s] ... 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 a2022e6c-efb2-42b3-a884-bbd7f5f8353e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:01,359 80117 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.320s 2023-04-17 19:23:01,359 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1732882394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO1xi9oEKeULtp+ImxXiVuWUFyZzqJLKo/whICiU3O0hNxm65mhdrpltHWiSsI8U19VYe12lX993Fw+rljX9vhsiJTETwWEa94RpPlNog0LHgNICNuTQpRJ7WXTIFyDAbg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:01 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-05939603-4c6b-4a90-b7e0-66e882ce3cee', 'x-compute-request-id': 'req-05939603-4c6b-4a90-b7e0-66e882ce3cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1732882394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO1xi9oEKeULtp+ImxXiVuWUFyZzqJLKo/whICiU3O0hNxm65mhdrpltHWiSsI8U19VYe12lX993Fw+rljX9vhsiJTETwWEa94RpPlNog0LHgNICNuTQpRJ7WXTIFyDAbg==", "fingerprint": "2b:68:15:72:24:51:6d:c1:91:79:c7:a6:de:86:07:d4", "user_id": "6cc88d0a530149ae8c4c34f0540f9e46"}}' 2023-04-17 19:23:01,515 80117 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-17 19:23:01,515 80117 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-1552447866", "description": "tempest-secgroup-smoke-1552447866 description", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c4f53c04-d6a3-4004-8ed4-d6f1a2e985c0', 'date': 'Mon, 17 Apr 2023 19:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "name": "tempest-secgroup-smoke-1552447866", "stateful": true, "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "description": "tempest-secgroup-smoke-1552447866 description", "shared": false, "security_group_rules": [{"id": "4937cff0-77c0-4e21-a20b-467dafce2c18", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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": 678, "description": null, "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}, {"id": "4c0ed5e9-b0b7-43ab-97a0-5a3197950630", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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": 677, "description": null, "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}], "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19: 23:01Z", "revision_number": 1, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:01,837 80117 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.320s 2023-04-17 19:23:01,837 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "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-90f557c4-6e56-4a90-8bfd-f49a33672329', 'date': 'Mon, 17 Apr 2023 19:23: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": "9b95bc61-18b8-4b11-a6bc-3d5fe06e5173", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,172 80117 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.334s 2023-04-17 19:23:02,172 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "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-ff999437-c451-49ec-a0fe-7494ed25eb8d', 'date': 'Mon, 17 Apr 2023 19:23: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": "58b14aba-0481-4271-bc93-b3b2a81aec20", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,734 80117 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.561s 2023-04-17 19:23:02,734 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b6c189f-57f8-4147-9b35-ac28f9565d4a', 'date': 'Mon, 17 Apr 2023 19:23: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": "c628abe4-dde1-4bab-b988-1dc09ce3ac10", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,893 80117 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.158s 2023-04-17 19:23:02,893 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ab2cb438-3bd1-458f-8c35-694f66bffce8', 'date': 'Mon, 17 Apr 2023 19:23: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": "c6bed078-9ace-4115-9942-503b8024d3ae", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,047 80117 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.153s 2023-04-17 19:23:03,048 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-228ecc6d-35f0-44c4-b1be-4e9f24d2e157', 'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3fe90db7-7c45-4c64-a189-ca511b9acdd0", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,207 80117 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.159s 2023-04-17 19:23:03,208 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3 a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-336e1907-fee3-451f-924a-8b73d946a850', 'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5aaba10c-5b64-4040-81fb-3ff97f164315", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:03Z", "updated_at": "2023-04-17T19:23:03Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,247 80117 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.033s 2023-04-17 19:23:03,247 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ec0f09d1-1c42-4f05-b148-17b6cc08e28a', '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": "6cc88d0a530149ae8c4c34f0540f9e46", "name": "tempest-TestShelveInstance-1018280450-project-member", "password_expires_at": null}, "audit_ids": ["pmwNTPHvT5GiFgRUkwT2iw"], "expires_at": "2023-04-17T20:23:03.000000Z", "issued_at": "2023-04-17T19:23:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "name": "tempest-TestShelveInstance-1018280450"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoin ts": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:03,248 80117 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'ee1a961e-b10a-4f8a-ac63-e17cb5b29d0e', 'name': 'tempest-TestShelveInstance-938929773-network', 'tenant_id': '1dc474f11a8b4ed28d1ec58322eb8a6e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1dc474f11a8b4ed28d1ec58322eb8a6e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:45Z', 'updated_at': '2023-04-17T19:22:46Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:03,637 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes 0.388s 2023-04-17 19:23:03,638 80117 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-686643654", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959854c7-cef1-41c9-98ec-34eccd1278e6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959854c7-cef1-41c9-98ec-34eccd1278e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:03.567087", "updated_at": null, "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:03,693 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.045s 2023-04-17 19:23:03,693 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924c3434-5069-44a4-a3fd-ac4d41149ca4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-re quest-id': 'req-924c3434-5069-44a4-a3fd-ac4d41149ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:04.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:04,748 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.043s 2023-04-17 19:23:04,748 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd5bea0-7497-474e-9fb2-2bed9ee6a124', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd5bea0-7497-474e-9fb2-2bed9ee6a124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:04.000000", "updated_at": "2023-04-17T19:23:04.000000", "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:04,888 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.127s 2023-04-17 19:23:04,888 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23: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-1dee41de-5ec3-4bb6-a3d8-f8328a8dabdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'' 2023-04-17 19:23:04,910 80117 INFO [tempest.lib.common.rest_client ] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.021s 2023-04-17 19:23:04,910 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-bc7459a8-6a6e-4b9a-9be6-66c74d9eba6e', 'x-openstack-request-id': 'req-bc7459a8-6a6e-4b9a-9be6-66c74d9eba6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2022e6c-efb2-42b3-a884-bbd7f5f8353e could not be found."}}' 2023-04-17 19:23:05,069 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5f5521ff-92ef-4836-98ae-86524167bd3a 0.157s 2023-04-17 19:23:05,070 80117 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-8a2b9910-0529-43e8-af47-98ad16a4cf8f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5f5521ff-92ef-4836-98ae-86524167bd3a'} Body: b'' 2023-04-17 19:23:05,098 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1732882394 0.027s 2023-04-17 19:23:05,098 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2510d7ec-5da0-4802-8c01-38408b8aa21e', 'x-compute-request-id': 'req-2510d7ec-5da0-4802-8c01-38408b8aa21e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1732882394'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [167.607257s] ... 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 05659f6d-7721-43a4-a732-b97e02264394 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:21,640 80112 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:20:21,640 80112 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:20:21,813 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.169s 2023-04-17 19:20:21,813 80112 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-608121597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-666dec38-cb3d-491d-8fb1-c7e7ebdd4d61', 'x-compute-request-id': 'req-666dec38-cb3d-491d-8fb1-c7e7ebdd4d61', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-608121597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ==", "fingerprint": "43:76:34:9e:29:d9:f6:6f:4f:24:09:ef:f5:1e:9c:ca", "user_id": "debe1c89740d483ab7581e9cfed413a0"}}' 2023-04-17 19:20:21,816 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-608121597 created 2023-04-17 19:20:22,188 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.372s 2023-04-17 19:20:22,189 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--415334079", "description": "tempest-description--36688417"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-2f787ade-378b-4706-8c67-1d0b5aae34f1', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "name": "tempest-securitygroup--415334079", "stateful": true, "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "tempest-description--36688417", "shared": false, "security_group_rules": [{"id": "7bcc0855-1e75-4b84-a639-a7b82b7727e2", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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": 476, "description": null, "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}, {"id": "81f3a9dc-9536-4b3e-9c31-8082061ef77b", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 475, "description": null, "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}], "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,536 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.347s 2023-04-17 19:20:22,537 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-f928961b-9c9f-4559-bad7-22ba49973189', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a912677-5984-4ff6-b6e5-d8562a14cc2d", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-17T19:20:22Z", "updated_at": "2023-04-17T19:20:22Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,795 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.258s 2023-04-17 19:20:22,796 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dd36f648-89f9-466a-8dca-abc4fc67aed6', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f00ca6fb-53fe-4d46-a115-c94a48546bb6", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-17T19:20:22Z", "updated_at": "2023-04-17T19:20:22Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,796 80112 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--415334079 created 2023-04-17 19:20:23,806 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.010s 2023-04-17 19:20:23,807 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type ': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6456a47d-3e3c-4981-a6cb-3500b4d09265', 'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "13fb2660-2d4a-4e69-a4e4-6bc417108f6a", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.31", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:23Z", "updated_at": "2023-04-17T19:20:23Z", "revision_number": 0}}' 2023-04-17 19:20:23,807 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '13fb2660-2d4a-4e69-a4e4-6bc417108f6a', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.31', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:23Z', 'updated_at': '2023-04-17T19:20:23Z', 'revision_number': 0, 'ip': '172.24.4.31'} created 2023-04-17 19:20:23,890 80112 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.078s 2023-04-17 19:20:23,890 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c0d6bef1-ccc4-4241-a46f-5afba40b7bc3', '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": "debe1c89740d483ab7581e9cfed413a0", "name": "tempest-AttachVolumeShelveTestJSON-502633731-project-member", "password_expires_at": null}, "audit_ids": ["VKz4YL6cTdGRbxxRYAF7Uw"], "expires_at": "2023-04-17T20:20:23.000000Z", "issued_at": "2023-04-17T19:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0510183fad34a10b0c0bf6c72317faf", "name": "tempest-AttachVolumeShelveTestJSON-502633731"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056 fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:23,891 80112 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '77c00567-94e4-4962-806d-608af809c245', 'name': 'tempest-AttachVolumeShelveTestJSON-1613939580-network', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33880, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:14Z', 'updated_at': '2023-04-17T19:20:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:23,892 80112 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-608121597', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ==', 'fingerprint': '43:76:34:9e:29:d9:f6:6f:4f:24:09:ef:f5:1e:9c:ca', 'user_id': 'debe1c89740d483ab7581e9cfed413a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCH3cU7bN86admBRjmfdoCVLLOsOIxQNPoyAa0unEQKftFYaa3Hrz/b\n1ziuR7zqnXKgBwYFK4EEACKhZANiAARvIvKrbG4RchAgp660lNLa4skTft1QYliJ\nUfY7VaGxX28fq7ADOalFWdjOHrwFKAUFCekdanVNfrcfXFUkQxwVYg9Q/PApb9k6\njpCqLDdGu7/1iH+lR8I8NEaZVXbBN60=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', 'name': 'tempest-securitygroup--415334079', 'stateful': True, 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': 'tempest-description--36688417', 'shared': False, 'security_group_rules': [{'id': '7bcc0855-1e75-4b84-a639-a7b82b7727e2', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', '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': 476, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20:21Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, {'id': '81f3a9dc-9536-4b3e-9c31-8082061ef77b', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', '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': 475, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20 :21Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}], 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20:21Z', 'revision_number': 1, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, 'floating_ip': {'id': '13fb2660-2d4a-4e69-a4e4-6bc417108f6a', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.31', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:23Z', 'updated_at': '2023-04-17T19:20:23Z', 'revision_number': 0, 'ip': '172.24.4.31'}} 2023-04-17 19:20:24,912 80112 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 1.020s 2023-04-17 19:20:24,913 80112 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-548608169", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "77c00567-94e4-4962-806d-608af809c245"}], "security_groups": [{"name": "tempest-securitygroup--415334079"}], "key_name": "tempest-keypair-608121597", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de', '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-2cea9721-ad48-4de5-8bea-f865ee2833eb', 'x-compute-request-id': 'req-2cea9721-ad48-4de5-8bea-f865ee2833eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--415334079"}], "adminPass": "password"}}' 2023-04-17 19:20:25,093 80112 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/ff662a93-859a-46d9-9d6f-417df47860de 0.177s 2023-04-17 19:20:25,093 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', '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-9d15167d-7dcc-4ee4-8b17-4ea8d523d158', 'x-compute-request-id': 'req-9d15167d-7dcc-4ee4-8b17-4ea8d523d158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "BUILD", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7 581e9cfed413a0", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:25Z", "updated": "2023-04-17T19:20:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:21:15,405 80112 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/ff662a93-859a-46d9-9d6f-417df47860de 0.248s 2023-04-17 19:21:15,405 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57818505-af1c-43b2-bcd4-0cd9a2069689', 'x-compute-request-id': 'req-57818505-af1c-43b2-bcd4-0cd9a2069689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:24Z", "updated": "2023-04-17T19:20:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": "2023-04-17T19:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--415334079"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:21:15,418 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:22:15,645 80112 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/ff662a93-859a-46d9- 9d6f-417df47860de/os-interface 0.166s 2023-04-17 19:22:15,645 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fc14e56-ea60-4a87-b729-5b3b1233605e', 'x-compute-request-id': 'req-7fc14e56-ea60-4a87-b729-5b3b1233605e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "77c00567-94e4-4962-806d-608af809c245", "port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6", "mac_addr": "fa:16:3e:ac:09:9e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "30fca105-abce-4187-9d06-1187c5bf7a35", "ip_address": "10.0.0.3"}]}]}' 2023-04-17 19:22:16,497 80112 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/13fb2660-2d4a-4e69-a4e4-6bc417108f6a 0.848s 2023-04-17 19:22:16,498 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-5201db81-9934-4655-b933-4ea71b9658b7', 'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a'} Body: b'{"floatingip": {"id": "13fb2660-2d4a-4e69-a4e4-6bc417108f6a", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.31", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "cf8c10a2-d33d-487c-8034-1c95e17a8a55", "port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "77c00567-94e4-4962-806d-608af809c245", "mac_address": "fa:16:3e:ac:09:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "ff662a93-859a-46d9-9d6f-417df47860de", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:23Z", "updated_at": "2023-04-17T19:22:15Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:16,499 80112 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.31:22' as 'cirros' with public key authentication 2023-04-17 19:22:16,548 80112 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:22:16,579 80112 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:22:16,580 80112 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.31 successfully created 2023-04-17 19:22:16,633 80112 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/ff662a93-859a-46d9-9d6f-417df47860de/ips 0.052s 2023-04-17 19:22:16,634 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-n ova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aed8af5-189c-4853-9d0b-9e52d0b384d4', 'x-compute-request-id': 'req-4aed8af5-189c-4853-9d0b-9e52d0b384d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2023-04-17 19:22:16,871 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes 0.234s 2023-04-17 19:22:16,872 80112 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-1074521345"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9046c5-7b6d-4ab5-8a33-223d905b6a45', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9046c5-7b6d-4ab5-8a33-223d905b6a45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:16.811964", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:16,934 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394 0.052s 2023-04-17 19:22:16,934 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7187718-80b6-462f-840a-3193d468af62', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7187718-80b6-462f-840a-3193d468af62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cf ed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:17,982 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394 0.037s 2023-04-17 19:22:17,982 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9453c4d1-092c-4f25-9df1-1e5157f09611', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9453c4d1-092c-4f25-9df1-1e5157f09611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:17.000000", "updated_at": "2023-04-17T19:22:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:18,135 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.142s 2023-04-17 19:22:18,135 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6ae7422-c0b7-41e5-93a0-563d707539c0', 'x-compute-request-id': 'req-e6ae7422-c0b7-41e5-93a0-563d707539c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'' 2023-04-17 19:22:18,416 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.280s 2023-04-17 19:22:18,416 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-690e7cf4-8558-4289-9136-712f232ac16d', 'x-compute-request-id': 'req-690e7cf4-8558-4 289-9136-712f232ac16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:24Z", "updated": "2023-04-17T19:22:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}, {"version": 4, "addr": "172.24.4.31", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": "2023-04-17T19:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--415334079"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:23:08,470 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.033s 2023-04-17 19:23:08,471 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5befc1c4-b324-44a1-a885-b40924272710', 'x-compute-request-id': 'req-5befc1c4-b324-44a1-a885-b40924272710', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ff662a93-859a-46d9-9d6f-417df47860de could not be found."}}' 2023-04-17 19:23:08,499 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-608121597 0.027s 2023-04-17 19:23:08,499 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:08 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-2f6a2b78-9da7-4dd2-8e72-61c60d16d718', 'x-compute-request-id': 'req-2f6a2b78-9da7-4dd2-8e72-61c60d16d718', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-608121597'} Bo dy: b'' 2023-04-17 19:23:08,761 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f 0.261s 2023-04-17 19:23:08,761 80112 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-e84be074-af60-49e5-8cca-b5123e72f689', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f'} Body: b'' 2023-04-17 19:23:08,780 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f 0.018s 2023-04-17 19:23:08,781 80112 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-c9be22f5-a318-4d76-a4d7-ea0d75b851e0', 'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0b9f3c2-4cf0-4402-b774-116509eb186f does not exist", "detail": ""}}' 2023-04-17 19:23:09,246 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a 0.464s 2023-04-17 19:23:09,246 80112 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-b6b2846b-1e0c-4a28-a70e-0e9db898ba75', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a'} Body: b'' {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {11} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.595926s] ... 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 75c048fe-0ed9-419a-95c0-b5db8914dae1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:14,238 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes 0.473s 2023-04-17 19:23:14,238 80117 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-1346353371"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9fe2838-8cab-495e-9ecf-112e25dea3f0', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9fe2838-8cab-495e-9ecf-112e25dea3f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.177614", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:14,293 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1 0.044s 2023-04-17 19:23:14,293 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca889ee-80b2-4eca-845c-e0f336a661e7', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca889ee-80b2-4eca-845c-e0f336a661e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8cf49b0b098f42898c30e44f22de1c62"}}' 2023-04-17 19:23:15,348 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048 fe-0ed9-419a-95c0-b5db8914dae1 0.043s 2023-04-17 19:23:15,348 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0a1d0e-17b1-4bc2-9381-f52b4e1a17d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0a1d0e-17b1-4bc2-9381-f52b4e1a17d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.000000", "updated_at": "2023-04-17T19:23:14.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8cf49b0b098f42898c30e44f22de1c62"}}' {2} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [233.703442s] ... 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 f7aeeea8-a456-4dce-82d0-3eddcfe84506 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:32,136 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:19:32,389 80098 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.251s 2023-04-17 19:19:32,390 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1124996392", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a924d7-4584-4b9b-8294-3ab641ce3f58', 'x-compute-request-id': 'req-80a924d7-4584-4b9b-8294-3ab641ce3f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1124996392", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA==", "fingerprint": "a9:1b:b2:5d:03:15:50:14:45:e7:35:3b:7c:b2:d8:c7", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}}' 2023-04-17 19:19:32,395 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124996392 created 2023-04-17 19:19:32,926 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.530s 2023-04-17 19:19:32,926 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1306121754", "description": "tempest-description--434120729"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-01263dd5-0059-40f3-b352-91a38de07b19', 'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "name": "tempest-securitygroup--1306121754", "stateful": true, "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "description": "tempest-description--434120729", "shared": false, "security_group_rules": [{"id": "15b17236-de10-46ae-9bff-7f6154a609a2", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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": 237, "description": null, "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}, {"id": "e45db2ca-e662-4ade-ac54-6fee6d585c27", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id ": 236, "description": null, "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}], "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 1, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:34,194 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.267s 2023-04-17 19:19:34,194 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-7e48c3c1-50e4-427e-920b-9f017535af25', 'date': 'Mon, 17 Apr 2023 19:19:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "87624da2-6151-4a35-8585-5212d7cec547", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-17T19:19:33Z", "updated_at": "2023-04-17T19:19:33Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:35,371 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.176s 2023-04-17 19:19:35,371 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-96210525-eebb-4caf-8e10-e5ae0eec380b', 'date': 'Mon, 17 Apr 2023 19:19: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": "65ecd265-5b4d-4763-a001-73cc6cd97ab8", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-17T19:19:34Z", "updated_at": "2023-04-17T19:19:34Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:35,371 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1306121754 created 2023-04-17 19:19:38,098 80098 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 2.726s 2023-04-17 19:19:38,099 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634- a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ec0bfe99-428a-422c-b26f-c3fed6f8ddea', 'date': 'Mon, 17 Apr 2023 19:19:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1be1fe3-baf5-4064-b012-ac6552a1b260", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "floating_ip_address": "172.24.4.193", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "076f19fd17424fb1a54e5ef5c09ba57c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:37Z", "updated_at": "2023-04-17T19:19:37Z", "revision_number": 0}}' 2023-04-17 19:19:38,099 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1be1fe3-baf5-4064-b012-ac6552a1b260', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'floating_ip_address': '172.24.4.193', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:37Z', 'updated_at': '2023-04-17T19:19:37Z', 'revision_number': 0, 'ip': '172.24.4.193'} created 2023-04-17 19:19:38,193 80098 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.087s 2023-04-17 19:19:38,193 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:38 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-ee430c76-7850-4306-a6b8-3dc61543b0f0', '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": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "name": "tempest-ServerStableDeviceRescueTest-619982051-project-member", "password_expires_at": null}, "audit_ids": ["FTPcibljS_ist76O3QZZeQ"], "expires_at": "2023-04-17T20:19:38.000000Z", "issued_at": "2023-04-17T19:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "076f19fd17424fb1a54e5ef5c09ba57c", "name": "tempest-ServerStableDeviceRescueTest-619982051"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "ide ntity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:38,194 80098 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'a10a625d-4903-4b9d-9ab4-0298e520bebe', 'name': 'tempest-ServerStableDeviceRescueTest-1696982086-network', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21217, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:14Z', 'updated_at': '2023-04-17T19:19:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:38,194 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1124996392', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA==', 'fingerprint': 'a9:1b:b2:5d:03:15:50:14:45:e7:35:3b:7c:b2:d8:c7', 'user_id': 'ca9ee4b6bd524e1eb0fdd95fcbbc6aba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCL/NCmiSWg8Da8jsRqd1SN2pWBlL+6ejIDhFKQ2ZFTLz64WBIdxO2s\nlTqWRBCUpRCgBwYFK4EEACKhZANiAASb1ay437ber5GaPLNfSx0fAZ+hbI5YBMQI\ntu+05RRXeq4SveQmr48qcJqwHNNE+GFQgS9pYZNaQ28yV7gm2JfCUVoyC0YUjNRO\nUULa0kTtY5tPkexfY6tuEeNFMOifPwQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', 'name': 'tempest-securitygroup--1306121754', 'stateful': True, 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': 'tempest-description--434120729', 'shared': False, 'security_group_rules': [{'id': '15b17236-de10-46ae-9bff-7f6154a609a2', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'security_group_id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', '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': 237, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 0, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}, {'id': 'e45db2ca-e662-4ade-ac54-6fee6d585c27', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'security_group_id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 236, 'description': None , 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 0, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}], 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 1, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}, 'floating_ip': {'id': 'a1be1fe3-baf5-4064-b012-ac6552a1b260', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'floating_ip_address': '172.24.4.193', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:37Z', 'updated_at': '2023-04-17T19:19:37Z', 'revision_number': 0, 'ip': '172.24.4.193'}} 2023-04-17 19:19:40,377 80098 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.181s 2023-04-17 19:19:40,377 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "a10a625d-4903-4b9d-9ab4-0298e520bebe"}], "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "key_name": "tempest-keypair-1124996392", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea14ca0-a24a-46cd-887d-09886f22e662', 'x-compute-request-id': 'req-aea14ca0-a24a-46cd-887d-09886f22e662', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "adminPass": "YY4rJKJkXtKQ"}}' 2023-04-17 19:19:40,497 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.117s 2023-04-17 19:19:40,498 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 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-3552f78f-c2d9-4d7e-8a30-851dc48d8e83', 'x-compute-request-id': 'req-3552f78f-c2d9-4d7e-8a30-851dc48d8e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "BUILD", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id" : "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:19:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:30,807 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.250s 2023-04-17 19:20:30,807 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0351460-dc53-458f-b1e2-1dcb4e4faf80', 'x-compute-request-id': 'req-a0351460-dc53-458f-b1e2-1dcb4e4faf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:30,819 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:21:31,092 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/os-interface 0.268s 2023-04-17 19:21:3 1,093 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:30 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-4830b413-9019-4ba6-8b03-257d33fc6d68', 'x-compute-request-id': 'req-4830b413-9019-4ba6-8b03-257d33fc6d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a10a625d-4903-4b9d-9ab4-0298e520bebe", "port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3", "mac_addr": "fa:16:3e:de:a4:00", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e00f134e-e5d8-4919-a634-02cc50eed4ae", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:21:32,525 80098 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/a1be1fe3-baf5-4064-b012-ac6552a1b260 1.428s 2023-04-17 19:21:32,525 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-46ca50d6-1c0b-48ee-8afa-5dadef5202af', 'date': 'Mon, 17 Apr 2023 19:21:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1be1fe3-baf5-4064-b012-ac6552a1b260'} Body: b'{"floatingip": {"id": "a1be1fe3-baf5-4064-b012-ac6552a1b260", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "floating_ip_address": "172.24.4.193", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "7b456ae2-a1ba-4b4d-bddc-8f9ccce984ba", "port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a10a625d-4903-4b9d-9ab4-0298e520bebe", "mac_address": "fa:16:3e:de:a4:00", "admin_state_up": true, "status": "ACTIVE", "device_id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:37Z", "updated_at": "2023-04-17T19:21:31Z", "revision_number": 1, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:21:32,527 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2023-04-17 19:21:32,562 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:21:32,584 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:21:32,585 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2023-04-17 19:21:33,455 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/action 0.870s 2023-04-17 19:21:33,456 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-12153325"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:32 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/d2e291af-cd67-4e35-8e54-a 34603ff8714', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66eaf110-6b21-4c8d-b40c-20cb4499dea0', 'x-compute-request-id': 'req-66eaf110-6b21-4c8d-b40c-20cb4499dea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/action'} Body: b'' 2023-04-17 19:21:33,513 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.055s 2023-04-17 19:21:33,514 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:33 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-a41426b0-88bf-41db-bfa1-10ca6144e787', 'x-compute-request-id': 'req-a41426b0-88bf-41db-bfa1-10ca6144e787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,625 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.056s 2023-04-17 19:22:23,626 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-2d1f32c6-4de0-4551-9479-373b88bf016a', 'x-compute-request-id': 'req-2d1f32c6-4de0-4551-9479-373b88bf016a', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:41Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,686 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.055s 2023-04-17 19:22:23,687 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-117b02d8-55ad-4fe0-820b-e06b54fead5e', 'x-compute-request-id': 'req-117b02d8-55ad-4fe0-820b-e06b54fead5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:41Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookm ark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,908 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.215s 2023-04-17 19:22:23,908 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa6a0cb-51ca-42d2-b40e-7aa78bd07214', 'x-compute-request-id': 'req-cfa6a0cb-51ca-42d2-b40e-7aa78bd07214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:21:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:24,115 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.135s 2023-04-17 19:23:24,115 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7aa04ae3-fada-4b92-9ead-4ae2e7c8e9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d2e291af -cd67-4e35-8e54-a34603ff8714'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2e0f3e5441e718992da65081e372da8b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "076f19fd17424fb1a54e5ef5c09ba57c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "298933f8e9bf761d8e273050666a509f470e052616f95083b32e3e8f270b946c1acadf22e9249276f26a9c54c9fce9dcd05739733c0e7e5cba1cd7a38425a5de", "id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "created_at": "2023-04-17T19:21:33Z", "updated_at": "2023-04-17T19:23:24Z", "tags": [], "self": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714", "file": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:23:24,277 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.161s 2023-04-17 19:23:24,277 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20dd17b1-c0e4-49f1-b432-ae164b166d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2e0f3e5441e718992da65081e372da8b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "076f19fd17424fb1a54e5ef5c09ba57c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "298933f8e9bf761d8e273050666a509f470e052616f95083b32e3e8f270b946c1acadf22e9249276f26a9c54c9fce9dcd05739733c0e7e5cba1cd7a38425a5de", "id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "created_at": "2023-04-17T19:21:33Z", "updated_at": "2023-04-17T19:23:24Z", "tags": [], "s elf": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714", "file": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:23:24,516 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.238s 2023-04-17 19:23:24,516 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a379082-7ae9-41e1-b37f-fe9fd83ba312', 'x-compute-request-id': 'req-1a379082-7ae9-41e1-b37f-fe9fd83ba312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:21:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:24,728 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes 0.199s 2023-04-17 19:23:24,728 80098 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-1573024555"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d0c41e-abfa-4310-acb8-9ca6552bbc09', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d0c41e-abfa-4310-acb8-9ca6552bbc09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "creating", "size": 1, "availability_zone": "nova", "crea ted_at": "2023-04-17T19:23:24.669850", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:24,776 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506 0.038s 2023-04-17 19:23:24,776 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2e0dbb-8875-4538-97a4-b17301a1b3a1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2e0dbb-8875-4538-97a4-b17301a1b3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:25.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:23:25,826 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506 0.038s 2023-04-17 19:23:25,826 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82901a58-1dcb-491c-a378-1893a476f101', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82901a58-1dcb-491c-a378-1893a476f101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:25.000000", "updated_at": "2023-04-17T19:23:25.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "lin ks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' {6} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.537092s] ... 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 e7983d0d-26f9-444b-938f-bcd1357354ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:30,713 80106 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.104s 2023-04-17 19:22:30,713 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 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-9230564c-2137-40f5-a095-46822bd0d970', '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": "9fbcd21255b546fb9a14ece87286731b", "name": "tempest-VolumesAdminNegativeTest-1507040722-project-member", "password_expires_at": null}, "audit_ids": ["YAGNCZW4T66LGmPjcxRXFg"], "expires_at": "2023-04-17T20:22:30.000000Z", "issued_at": "2023-04-17T19:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0dc0655c8314e08b62c8ae370d488cb", "name": "tempest-VolumesAdminNegativeTest-1507040722"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:22:30,714 80106 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '994f43df-c7b8-4c55-9a39-98ed8d4eef96', 'name': 'tempest-VolumesAdminNegativeTest-640843338-network', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0dc0655c8314e08b62 c8ae370d488cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:15Z', 'updated_at': '2023-04-17T19:20:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:22:31,302 80106 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.587s 2023-04-17 19:22:31,302 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-14965517", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "994f43df-c7b8-4c55-9a39-98ed8d4eef96"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2067c39a-5432-4b99-8e31-2d5678c11de5', 'x-compute-request-id': 'req-2067c39a-5432-4b99-8e31-2d5678c11de5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vXi4jjMmr8HN"}}' 2023-04-17 19:22:31,397 80106 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/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b 0.092s 2023-04-17 19:22:31,398 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d5b769-6fe9-4c06-9c66-c5671e7e1648', 'x-compute-request-id': 'req-87d5b769-6fe9-4c06-9c66-c5671e7e1648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "name": "tempest-VolumesAdminNegativeTest-server-14965517", "status": "BUILD", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:22:31Z", "updated": "2023-04-17T19:22:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", " progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:21,698 80106 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/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b 0.241s 2023-04-17 19:23:21,699 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:21 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-6a829285-84df-45bc-82c0-bd6ab0b90010', 'x-compute-request-id': 'req-6a829285-84df-45bc-82c0-bd6ab0b90010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "name": "tempest-VolumesAdminNegativeTest-server-14965517", "status": "ACTIVE", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "ae87bd05e9c5541fc056fa288098ace226a1d410d94eec9934a57e80", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:22:31Z", "updated": "2023-04-17T19:22:39Z", "addresses": {"tempest-VolumesAdminNegativeTest-640843338-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:48:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:21,711 80106 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:24:22,019 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes 0.194s 2023-04-17 19:24:22,019 80106 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-547773698"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2598499a-f4ea-4017-93eb-5bb404eb56b7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2598499a-f4ea-4017-93eb-5bb404eb56b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes'} Body: b'{"volume": {"id": "e7983d0d-26 f9-444b-938f-bcd1357354ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:21.953502", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:24:22,074 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce 0.044s 2023-04-17 19:24:22,074 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865facc8-9f8d-41b8-a5a5-b2065b686b19', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865facc8-9f8d-41b8-a5a5-b2065b686b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce'} Body: b'{"volume": {"id": "e7983d0d-26f9-444b-938f-bcd1357354ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:22.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:24:23,129 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce 0.044s 2023-04-17 19:24:23,130 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a201092f-076b-420c-9a27-ca128b222a45', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a201092f-076b-420c-9a27-ca128b222a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce'} Body: b'{"volume": {"id": "e7983d0d-26f9-444b-938f-bcd1357354ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:22.000000", "updated_at": "2023-04-17T19:24:22.000000", "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "jovia ndss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.256915s] ... 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 c6a2dc4e-96f7-400b-9afa-01df2be55342 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:23,102 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.444s 2023-04-17 19:22:23,103 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 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-4d4bce18-d1bc-4507-988a-840c7f2c68bc', 'x-compute-request-id': 'req-4d4bce18-d1bc-4507-988a-840c7f2c68bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:23,268 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.154s 2023-04-17 19:22:23,268 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-e14924b7-5e8d-4b3f-ae55-7365dab1a682', 'x-compute-request-id': 'req-e14924b7-5e8d-4b3f-ae55-7365dab1a682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:13,577 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.247s 2023-04-17 19:23:13,577 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efda70a-885a-4829-854c-af8127df2f5b', 'x-compute-request-id': 'req-1efda70a-885a-4829-854c-af8127df2f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:14,041 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.450s 2023-04-17 19:23:14,042 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb495e2d-a6a0-41b8-b326-e53eebc78306', 'x-compute-request-id': 'req-fb495e2d-a6a0-41b8-b326-e53eebc78306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:24:14,339 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes 0.225s 2023-04-17 19:24:14,339 80114 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-1954353439"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa6949b-2885-43a8-9830-4f001ec422cf', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa6949b-2885-43a8-9830-4f001ec422cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.272497", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-17 19:24:14,397 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342 0.045s 2023-04-17 19:24:14,398 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6e32bf-3490-4c01-ade8-37754bbb0743', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6e32bf-3490-4c01-ade8-37754bbb0743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:24:15,456 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342 0.047s 2023-04-17 19:24:15,457 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8626c466-f7b9-45c8-82cb-f3c82ba33b7b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8626c466-f7b9-45c8-82cb-f3c82ba33b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.000000", "updated_at": "2023-04-17T19:24:14.000000", "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:24:15,850 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.382s 2023-04-17 19:24:15,850 80114 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9826d794-c7f0-4f96-8e19-67f637e7e419', 'x-compute-request-id': 'req-9826d794-c7f0-4f96-8e19-67f637e7e419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.666766s] ... 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 5a1fce4a-84a1-483d-aaf8-575f5a166a29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:09,249 80112 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:23:09,249 80112 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:23:09,302 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-17 19:23:09,303 80112 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-718452069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed343cca-b441-4e77-872e-15291a0c57f9', 'x-compute-request-id': 'req-ed343cca-b441-4e77-872e-15291a0c57f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-718452069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw==", "fingerprint": "53:4a:36:36:5a:bc:13:92:6e:1b:77:fd:cc:d3:6d:83", "user_id": "debe1c89740d483ab7581e9cfed413a0"}}' 2023-04-17 19:23:09,305 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-718452069 created 2023-04-17 19:23:09,455 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.148s 2023-04-17 19:23:09,455 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--489717750", "description": "tempest-description--456765751"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f4aaf064-fe9c-4d54-a0c2-1ba945be2755', 'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a5863fa5-f246-476b-8356-35b643cc290b", "name": "tempest-securitygroup--489717750", "stateful": true, "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "tempest-description--456765751", "shared": false, "security_group_rules": [{"id": "2b732cf0-f451-47ac-8023-f616eeffd1e7", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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": 689, "description": null, "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}, {"id": "6d543128-5a94-47ca-a3e2-ba361c4dbd38", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 688, "description": null, "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}], "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,791 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.336s 2023-04-17 19:23:09,792 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-f1ecd4b7-52e2-4b5e-a2c3-0f1097a50798', 'date': 'Mon, 17 Apr 2023 19:23: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": "4a8b402a-02c2-4fc0-8313-a0f53e03628f", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,985 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-17 19:23:09,985 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fbbd1c02-761d-4db7-82bd-7a45fc9b1eb1', 'date': 'Mon, 17 Apr 2023 19:23: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": "a72b05ee-2f60-4078-bcb4-15452fab83d8", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,986 80112 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--489717750 created 2023-04-17 19:23:10,892 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.905s 2023-04-17 19:23:10,892 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-385f115f-0f1a-4743-88af-c9aab69416c3', 'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "66cefae3-84e7-4d60-bf37-6292dde4e04c", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.241", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:23:10Z", "updated_at": "2023-04-17T19:23:10Z", "revision_number": 0}}' 2023-04-17 19:23:10,892 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '66cefae3-84e7-4d60-bf37-6292dde4e04c', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.241', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:23:10Z', 'updated_at': '2023-04-17T19:23:10Z', 'revision_number': 0, 'ip': '172.24.4.241'} created 2023-04-17 19:23:10,988 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.089s 2023-04-17 19:23:10,989 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e26cc97-8863-400f-b638-986f5c55d81e', '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": "debe1c89740d483ab7581e9cfed413a0", "name": "tempest-AttachVolumeShelveTestJSON-502633731-project-member", "password_expires_at": null}, "audit_ids": ["01MkzVh2QFa4-71tL1CKJg"], "expires_at": "2023-04-17T20:23:10.000000Z", "issued_at": "2023-04-17T19:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0510183fad34a10b0c0bf6c72317faf", "name": "tempest-AttachVolumeShelveTestJSON-502633731"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e79 6c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:10,989 80112 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '77c00567-94e4-4962-806d-608af809c245', 'name': 'tempest-AttachVolumeShelveTestJSON-1613939580-network', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33880, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:14Z', 'updated_at': '2023-04-17T19:20:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:10,990 80112 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-718452069', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw==', 'fingerprint': '53:4a:36:36:5a:bc:13:92:6e:1b:77:fd:cc:d3:6d:83', 'user_id': 'debe1c89740d483ab7581e9cfed413a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCP9TUWHEsjoMjSMho+8TKfJZq5dAiERbuZX3MPrxnxZQnUxNIQrrPB\nwbdjo/ciuMCgBwYFK4EEACKhZANiAARTGsAlXlZPxrbiEs00Rr6DuhjkPuwGfFna\nZMlmDSnyrtFcthK4p/fE8vYUnOkY/BO6azJySVNS3hRWw54+uKYoSRvZ4Q1iL/Ba\ngrTa2ChfkRHQqD6UuuFzmKcZbesHrXM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a5863fa5-f246-476b-8356-35b643cc290b', 'name': 'tempest-securitygroup--489717750', 'stateful': True, 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': 'tempest-description--456765751', 'shared': False, 'security_group_rules': [{'id': '2b732cf0-f451-47ac-8023-f616eeffd1e7', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'a5863fa5-f246-476b-8356-35b643cc290b', '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': 689, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17T19:23:09Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, {'id': '6d543128-5a94-47ca-a3e2-ba361c4dbd38', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'a5863fa5-f246-476b-8356-35b643cc290b', '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': 688, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17 T19:23:09Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}], 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17T19:23:09Z', 'revision_number': 1, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, 'floating_ip': {'id': '66cefae3-84e7-4d60-bf37-6292dde4e04c', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.241', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:23:10Z', 'updated_at': '2023-04-17T19:23:10Z', 'revision_number': 0, 'ip': '172.24.4.241'}} 2023-04-17 19:23:11,983 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.992s 2023-04-17 19:23:11,983 80112 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-969767797", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "77c00567-94e4-4962-806d-608af809c245"}], "security_groups": [{"name": "tempest-securitygroup--489717750"}], "key_name": "tempest-keypair-718452069", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66', '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-634f8c76-a504-4752-a1c9-96e43222d628', 'x-compute-request-id': 'req-634f8c76-a504-4752-a1c9-96e43222d628', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--489717750"}], "adminPass": "password"}}' 2023-04-17 19:23:12,056 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.070s 2023-04-17 19:23:12,057 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', '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-c6852907-446b-425d-b21f-83c4107eb2b3', 'x-compute-request-id': 'req-c6852907-446b-425d-b21f-83c4107eb2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "BUILD", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c8974 0d483ab7581e9cfed413a0", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:12Z", "updated": "2023-04-17T19:23:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:24:02,336 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.235s 2023-04-17 19:24:02,336 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e526414f-29b0-49d4-8388-64be10d4b905', 'x-compute-request-id': 'req-e526414f-29b0-49d4-8388-64be10d4b905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:11Z", "updated": "2023-04-17T19:23:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": "2023-04-17T19:23:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--489717750"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:24:02,349 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:25:02,570 80112 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/98c64eb8-52 ec-4d74-b2ac-16a0ff4a1b66/os-interface 0.160s 2023-04-17 19:25:02,571 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa3600ef-e1ba-4777-8b42-a49edecde4e7', 'x-compute-request-id': 'req-fa3600ef-e1ba-4777-8b42-a49edecde4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "77c00567-94e4-4962-806d-608af809c245", "port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff", "mac_addr": "fa:16:3e:39:92:d3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "30fca105-abce-4187-9d06-1187c5bf7a35", "ip_address": "10.0.0.6"}]}]}' 2023-04-17 19:25:03,247 80112 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/66cefae3-84e7-4d60-bf37-6292dde4e04c 0.672s 2023-04-17 19:25:03,247 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d3cd606a-39f7-465a-a6df-0d665c0d139a', 'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c'} Body: b'{"floatingip": {"id": "66cefae3-84e7-4d60-bf37-6292dde4e04c", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.241", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "cf8c10a2-d33d-487c-8034-1c95e17a8a55", "port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "77c00567-94e4-4962-806d-608af809c245", "mac_address": "fa:16:3e:39:92:d3", "admin_state_up": true, "status": "ACTIVE", "device_id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:23:10Z", "updated_at": "2023-04-17T19:25:02Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:03,248 80112 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-17 19:25:03,279 80112 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:25:03,300 80112 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:25:03,300 80112 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-17 19:25:03,339 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/ips 0.039s 2023-04-17 19:25:03,340 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x- openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e75e17-6b8b-4e18-ab77-be8184a72ab5', 'x-compute-request-id': 'req-07e75e17-6b8b-4e18-ab77-be8184a72ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-17 19:25:03,608 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes 0.265s 2023-04-17 19:25:03,609 80112 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-1676223368"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0176090-2c60-470b-9f4a-be242be48df5', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0176090-2c60-470b-9f4a-be242be48df5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.485486", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:25:03,659 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29 0.040s 2023-04-17 19:25:03,659 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5167a9-f04b-4708-9651-51890e89bcec', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5167a9-f04b-4708-9651-51890e89bcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d48 3ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:04,709 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29 0.038s 2023-04-17 19:25:04,709 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d4c464-d5af-4188-90bd-002a684a5fb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d4c464-d5af-4188-90bd-002a684a5fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.000000", "updated_at": "2023-04-17T19:25:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:04,849 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.129s 2023-04-17 19:25:04,850 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 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-9b68acee-e804-4ac7-b954-fa3cf34cdb5f', 'x-compute-request-id': 'req-9b68acee-e804-4ac7-b954-fa3cf34cdb5f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'' 2023-04-17 19:25:05,044 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.193s 2023-04-17 19:25:05,044 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ce80226-6dc8-46b6-8647-80eed1c65d17', 'x-compute-request-id': 'req-4ce8 0226-6dc8-46b6-8647-80eed1c65d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:11Z", "updated": "2023-04-17T19:25:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}, {"version": 4, "addr": "172.24.4.241", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": "2023-04-17T19:23:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--489717750"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:25:55,212 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.148s 2023-04-17 19:25:55,213 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:55 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-c34cd32b-3b81-4fb9-957b-177c18cdd2fb', 'x-compute-request-id': 'req-c34cd32b-3b81-4fb9-957b-177c18cdd2fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 could not be found."}}' 2023-04-17 19:25:55,248 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-718452069 0.034s 2023-04-17 19:25:55,248 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:55 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-15d7a1d3-a0d0-4dd2-8c21-fd90819381d7', 'x-compute-request-id': 'req-15d7a1d3-a0d0-4dd2-8c21-fd90819381d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-718452069' } Body: b'' 2023-04-17 19:25:55,411 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b 0.162s 2023-04-17 19:25:55,411 80112 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-191b6ddf-4d23-4259-91e6-b16621430d69', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b'} Body: b'' 2023-04-17 19:25:55,431 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b 0.019s 2023-04-17 19:25:55,431 80112 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-a35092f2-2fd4-4903-bac9-437c13ee59dc', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a5863fa5-f246-476b-8356-35b643cc290b does not exist", "detail": ""}}' 2023-04-17 19:25:55,914 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c 0.482s 2023-04-17 19:25:55,915 80112 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-254753ad-0e15-464b-8e0c-5b0ac9a05a81', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c'} Body: b'' {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 f955e6f9-aeae-4139-bd85-0a7d4cfc96da failed to build and is in ERROR status {9} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.173551s] ... 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 b96c23ec-36cc-4d90-8688-b6eb5b291443 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:24:10,466 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.240s 2023-04-17 19:24:10,466 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:10 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-fb1526b0-4dab-4895-b600-0e7548d36a04', 'x-compute-request-id': 'req-fb1526b0-4dab-4895-b600-0e7548d36a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:10,966 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes 0.428s 2023-04-17 19:25:10,967 80100 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-73015775"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72833f82-edad-4135-b963-0b7d7d09771f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72833f82-edad-4135-b963-0b7d7d09771f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:10.906769", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:25:11,028 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443 0.042s 2023-04-17 19:25:11,028 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-891fce6b-8ef8-4e32-96c9-6d09f9c09065', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-891fce6b-8ef8-4e32-96c9-6d09f9c09065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:25:12,079 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443 0.039s 2023-04-17 19:25:12,080 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb56d7e-1d91-49be-9e2e-c4e33f791655', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb56d7e-1d91-49be-9e2e-c4e33f791655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:11.000000", "updated_at": "2023-04-17T19:25:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-att r:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:25:12,326 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.234s 2023-04-17 19:25:12,326 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25: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-4b21ba27-bc96-4b02-bedd-d954329311c2', 'x-compute-request-id': 'req-4b21ba27-bc96-4b02-bedd-d954329311c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.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": []}}' {6} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {6} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.128744s] ... ok {6} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.891554s] ... ok {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.163508s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.059520s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.014371s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.058098s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015727s] ... ok {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.940256s] ... 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 a8d42644-6915-41ed-8b50-cae92d418a2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:20,053 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.213s 2023-04-17 19:26:20,053 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a8885c20-ace1-4ed7-9f9b-ecc4847db1cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:20,467 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.413s 2023-04-17 19:26:20,467 80112 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-128970238", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c096427-7103-4c48-92aa-e0d1f8145da4', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c096427-7103-4c48-92aa-e0d1f8145da4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.400309", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:20,527 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.050s 2023-04-17 19:26:20,528 80112 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5657d6-9292-4a14-8670-baa2940c8125', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5657d6-9292-4a14-8670-baa2940c8125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:21,577 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.038s 2023-04-17 19:26:21,578 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ed5f19-2fb1-4dae-83d4-af9a9eb89f7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ed5f19-2fb1-4dae-83d4-af9a9eb89f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.000000", "updated_at": "2023-04-17T19:26:21.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:21,756 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.166s 2023-04-17 19:26:21,756 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 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-72d83760-696f-42f7-a6eb-483c078e2bca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'' 2023-04-17 19:26:21,777 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.020s 2023-04-17 19:26:21,777 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8aa94f-f28b-4bc9-a61e-507b49d40798', 'x-openstack-request-id': 'req-1c8aa94f-f28b-4bc9-a61e-507b49d40798', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a8d42644-6915-41ed-8b50-cae92d418a2b could not be found."}}' {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.618465s] ... 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 7abb7693-47a5-403a-9172-84dfee18d62e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:21,816 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes 0.334s 2023-04-17 19:26:21,816 80106 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-84676216"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6411bb6e-4a6c-4a90-bd77-b621539caf47', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6411bb6e-4a6c-4a90-bd77-b621539caf47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:21.744712", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:21,863 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.038s 2023-04-17 19:26:21,864 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc4717a-d826-4549-917d-908d63573e79', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc4717a-d826-4549-917d-908d63573e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:22,918 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0. 042s 2023-04-17 19:26:22,918 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ae732e-8f9d-4a50-b6f4-7da08d6df4c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ae732e-8f9d-4a50-b6f4-7da08d6df4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:22,966 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.037s 2023-04-17 19:26:22,967 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4427b688-085c-45af-9e3f-27fde3719b50', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4427b688-085c-45af-9e3f-27fde3719b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:23,076 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.099s 2023-04-17 19:26:23,077 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4e0ec5-55e4-4b96-84c6-9d4eb4a9802a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'' 2023-04-17 19:26:23,098 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.021s 2023-04-17 19:26:23,099 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-65076a81-5083-4085-a50b-a9018a6c8320', 'x-openstack-request-id': 'req-65076a81-5083-4085-a50b-a9018a6c8320', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7abb7693-47a5-403a-9172-84dfee18d62e could not be found."}}' {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.752405s] ... 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 76e50509-683f-4547-983c-8cbfcfb00b92 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:21,802 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.022s 2023-04-17 19:26:21,802 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c131c2e-6382-4cd1-b42c-6a0dd6fcd621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:22,199 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.396s 2023-04-17 19:26:22,199 80112 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-1841829631", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f863b6cb-6852-4eab-a978-a0d7a5f83983', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f863b6cb-6852-4eab-a978-a0d7a5f83983', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.132206", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:22,258 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.048s 2023-04-17 19:26:22,258 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b52452-e4c6-4b91-9164-d7fc2d64170d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b52452-e4c6-4b91-9164-d7fc2d64170d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,312 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.042s 2023-04-17 19:26:23,312 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc67b90-b2b1-40b7-a939-e3cb1d8275b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc67b90-b2b1-40b7-a939-e3cb1d8275b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,509 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.186s 2023-04-17 19:26:23,510 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-50ae1fc1-1f37-4718-98c9-04d6a91bde8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'' 2023-04-17 19:26:23,531 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.020s 2023-04-17 19:26:23,531 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-f201f033-ee2f-44a6-8298-d2f1e6578bcf', 'x-openstack-request-id': 'req-f201f033-ee2f-44a6-8298-d2f1e6578bcf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76e50509-683f-4547-983c-8cbfcfb00b92 could not be found."}}' {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.195978s] ... 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 2fd2eb01-c454-4f2d-ac50-63328462d977 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:23,537 80112 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-17 19:26:23,598 80112 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.057s 2023-04-17 19:26:23,598 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-781417056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAedBI2BaEUOTEUSE/0mWSRNbmhSI3+d5z5tVZavHryElAtxmBQ33wefXxlpRF2vTZNyQ9Kql/VSIPYC1Ikm3Xs4dEurMZEmsmWsvIytEgLmps1pLUu16+3XfrRq8ExWw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af657c3f-4d8e-4806-8af9-8989c74a8f49', 'x-compute-request-id': 'req-af657c3f-4d8e-4806-8af9-8989c74a8f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-781417056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAedBI2BaEUOTEUSE/0mWSRNbmhSI3+d5z5tVZavHryElAtxmBQ33wefXxlpRF2vTZNyQ9Kql/VSIPYC1Ikm3Xs4dEurMZEmsmWsvIytEgLmps1pLUu16+3XfrRq8ExWw==", "fingerprint": "e3:2f:ca:13:17:bd:5e:27:6d:3d:1a:75:b5:ed:e2:e5", "user_id": "20c2952ba56c4b4487a874d689abd146"}}' 2023-04-17 19:26:23,772 80112 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.170s 2023-04-17 19:26:23,772 80112 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-1141413747", "description": "tempest-secgroup-smoke-1141413747 description", "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-493c1637-306e-489a-b67b-d594e4d563a8', 'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "name": "tempest-secgroup-smoke-1141413747", "stateful": true, "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "description": "tempest-secgroup-smoke-1141413747 description", "shared": false, "security_group_rules": [{"id": "888b29b1-b487-4c70-b3ec-779daf4cdd0d", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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": 772, "description": null, "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}, {"id": "941c521f-8447-4af8-a056-622030153656", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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": 771, "description": null, "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7a af27546ec9010285ad7ece74c"}], "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 1, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,945 80112 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.172s 2023-04-17 19:26:23,945 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "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-eca8ad05-f6ac-4d6e-b7b0-335b876cafee', 'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbd07c79-e6ca-48af-a5b2-1ba6244a6d02", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,118 80112 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.172s 2023-04-17 19:26:24,118 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "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-49b1bfb0-9e7a-41a8-8dc3-95be0fff36b8', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf563114-1690-40a5-885a-d8d304e41f0b", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,293 80112 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.174s 2023-04-17 19:26:24,294 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-782d19a2-a620-4f72-a6f6-65fafefb5f1c', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79801056-dfa6-4a37-aa5d-b13780acd204", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,554 80112 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.259s 2023-04-17 19:26:24,554 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a4b36ca6-a6a3-49b8-b33b-c8e56c92c0dc', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3031061e-5e8c-48e7-bc84-b128b33123ec", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,754 80112 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.199s 2023-04-17 19:26:24,755 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-79f2e8f4-8289-4b86-9e8e-4218485f9bab', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7212c048-6a29-4d6b-b92d-d9c64ab63cdb", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,945 80112 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-17 19:26:24,945 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-01e18e58-0f0f-4180-9c8d-9185f6f9e7de', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97e2b873-fc26-4c29-89bd-a56ed81ac960", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,946 80112 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-17 19:26:24,966 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.020s 2023-04-17 19:26:24,966 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-496c5a18-f6a5-4f8c-b76c-5a99a0a2d34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:25,300 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.333s 2023-04-17 19:26:25,300 80112 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-2120687262", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a11c33-9e50-4c4e-bd61-aef51d3bf2c4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a11c33-9e50-4c4e-bd61-aef51d3bf2c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volume s'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.233115", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,357 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.047s 2023-04-17 19:26:25,358 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707f2feb-a722-404c-a8bc-9e119803b064', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707f2feb-a722-404c-a8bc-9e119803b064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:26,409 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.040s 2023-04-17 19:26:26,409 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93edd1fa-50af-4bdd-8d1d-ac46767d0510', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93edd1fa-50af-4bdd-8d1d-ac46767d0510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:26,518 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.097s 2023-04-17 19:26:26,518 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-3bc04087-1683-4980-a422-ee7215e8a4b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'' 2023-04-17 19:26:26,540 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.021s 2023-04-17 19:26:26,540 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-43464be8-d779-4142-b529-e0018a7c54fa', 'x-openstack-request-id': 'req-43464be8-d779-4142-b529-e0018a7c54fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fd2eb01-c454-4f2d-ac50-63328462d977 could not be found."}}' 2023-04-17 19:26:26,703 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/94a3c485-75d1-4a4b-9798-3da2e341e295 0.162s 2023-04-17 19:26:26,703 80112 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-996fbda7-3368-4de2-b8a0-71d84305e943', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/94a3c485-75d1-4a4b-9798-3da2e341e295'} Body: b'' 2023-04-17 19:26:26,732 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-781417056 0.028s 2023-04-17 19:26:26,732 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 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-b8f7f823-523d-4283-bff6-a5bde2f176d3', 'x-compute-request-id': 'req-b8f7f823-523d-4283-bff6-a5bde2f176d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-781417056'} Body: b'' {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.439504s] ... 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 ce1ba420-a782-4e65-bd2e-826fe1b08927 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:25,323 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.379s 2023-04-17 19:26:25,324 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-138331308"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae82e8e-54d4-4067-af2e-5728efe7d989', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae82e8e-54d4-4067-af2e-5728efe7d989', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.253441", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,529 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.195s 2023-04-17 19:26:25,530 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-333378814"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13c65da-5451-4fc1-8543-8566dbbe2b0f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13c65da-5451-4fc1-8543-8566dbbe2b0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "2d7a6dd9-40a7-470a-a270-e26369fb7904", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.462991", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-333378814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/2d7a6dd9-40a7-470a-a270-e26369fb7904"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/2d7a6dd9-40a7-470a-a270-e26369fb7904"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,767 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.228s 2023-04-17 19:26:25,767 80106 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1172563454"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece0b5c0-323a-4bd9-97f2-8a234f56ddaf', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece0b5c0-323a-4bd9-97f2-8a234f56ddaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "3e90c155-fc53-4f40-8d21-4860620b6421", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.707781", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1172563454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/3e90c155-fc53-4f40-8d21-4860620b6421"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/3e90c155-fc53-4f40-8d21-4860620b6421"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,997 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.219s 2023-04-17 19:26:25,998 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1953497299"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1a0fc1-5920-4730-944a-bb984897494e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1a0fc1-5920-4730-944a-bb984897494e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "83d36d19-38cb-46e3-a38f-52cae1e7c6c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.936371", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1953497299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/83d36d19-38cb-46e3-a38f-52cae1e7c6c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/83d36d19-38cb-46e3-a38f-52cae1e7c6c8"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:26,209 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.202s 2023-04-17 19:26:26,209 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-650966587"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91aa2639-e0a2-443a-9e26-9430064f03a1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91aa2639-e0a2-443a-9e26-9430064f03a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "17c481e9-e311-4d5c-ae57-e3da1f658faa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:26.150740", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-650966587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/17c481e9-e311-4d5c-ae57-e3da1f658faa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/17c481e9-e311-4d5c-ae57-e3da1f658faa"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:26,263 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927 0.044s 2023-04-17 19:26:26,263 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a631c93-de6a-49e3-8d1f-6550373d4e33', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a631c93-de6a-49e3-8d1f-6550373d4e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3a9148bb251490dbad39b036e963df4"}}' 2023-04-17 19:26:27,372 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927 0.097s 2023-04-17 19:26:27,372 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bb9e1e-daab-4392-8296-596093ce56e3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-b6bb9e1e-daab-4392-8296-596093ce56e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3a9148bb251490dbad39b036e963df4"}}' {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {9} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} 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 65f51eae-367b-4fa2-8da5-b4bf4a725c24 failed to build and is in ERROR status {8} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [229.152560s] ... 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 d0932108-c0fc-41d8-a5cd-96af63350c44 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T19:26:10Z', 'message': 'Build of instance d0932108-c0fc-41d8-a5cd-96af63350c44 aborted: Volume 24e312f9-a852-4155-ac64-eb451ec652d0 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-5307f72d-0b4d-4cde-a699-61271397074c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:04,317 80110 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.039s 2023-04-17 19:23:04,317 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 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-79b4697b-706c-4714-8e19-a4996f9ec253', '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": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["BHHqCSL-SF6d1iX77KETsw"], "expires_at": "2023-04-17T20:23:04.000000Z", "issued_at": "2023-04-17T19:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:04,318 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:04,918 80110 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.599s 2023-04-17 19:23:04,918 80110 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-201186821", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd', '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-9e02df89-f36e-4d7a-9c29-efdd59fe7418', 'x-compute-request-id': 'req-9e02df89-f36e-4d7a-9c29-efdd59fe7418', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZrmpoV4TCDUc"}}' 2023-04-17 19:23:05,006 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.085s 2023-04-17 19:23:05,007 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 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-f3bac897-aa87-4191-affe-7837107ecf48', 'x-compute-request-id': 'req-f3bac897-aa87-4191-affe-7837107ecf48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:05Z", "updated": "2023-04-17T19:23:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23 140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:23:55,389 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.330s 2023-04-17 19:23:55,390 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-536f6e62-357c-4779-adaf-3282ffb3b6ca', 'x-compute-request-id': 'req-536f6e62-357c-4779-adaf-3282ffb3b6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:04Z", "updated": "2023-04-17T19:23:12Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:ab:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:23:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:23:55,405 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:24:56,247 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd/action 0.780s 2023-04-17 19:24:56,248 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-770114699"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:55 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-7d2bc444-7e8d-4c0d-9be6-9593c09e7bd1', 'x-compute-request-id': 'req-7d2bc444-7e8d-4c0d-9be6-9593c09e7bd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd/action'} Body: b'{"image_id": "66166410-da1e-4aeb-82ec-17538a144c53"}' 2023-04-17 19:24:56,284 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.033s 2023-04-17 19:24:56,284 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c48a71bc-eebd-4cc3-9f05-6b8eff46a7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:57,309 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.023s 2023-04-17 19:24:57,310 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dc8af969-d608-430b-8175-a986d313ebdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:58,333 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.021s 2023-04-17 19:24:58,334 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3212fa2d-b098-4512-a1d5-027cee500788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:59,360 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.024s 2023-04-17 19:24:59,360 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4f45a284-0b6d-4116-bb65-a3cf80ba08ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boo t_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:00,421 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.058s 2023-04-17 19:25:00,421 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-47e645e8-4355-4ef3-a3a2-c23861113871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:00Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,467 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.044s 2023-04-17 19:25:01,467 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-99dd8bfd-bc2f-4524-8250-80d56864f2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f55e55dc1be82c762e5baf5b674c9ae7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed92c82763d4114f4b3f6f1a3d4986bc18f444daace070fdf69df19b051868f9ae43cae8a770e281f60861ad5e42195c9d45f0d2b4ba0e985d5ca9c248a93a33", "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:01Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,490 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.022s 2023-04-17 19:25:01,491 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2b54466b-1fb9-4f48-9e07-3ff6df488985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f55e55dc1be82c762e5baf5b674c9ae7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed92c82763d4114f4b3f6f1a3d4986bc18f444daa ce070fdf69df19b051868f9ae43cae8a770e281f60861ad5e42195c9d45f0d2b4ba0e985d5ca9c248a93a33", "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:01Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,779 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.288s 2023-04-17 19:25:01,780 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84bfdc3c-5496-4318-be96-3cb8fb975208', 'x-compute-request-id': 'req-84bfdc3c-5496-4318-be96-3cb8fb975208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:04Z", "updated": "2023-04-17T19:25:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:ab:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:23:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:01,920 80110 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.102s 2023-04-17 19:26:01,921 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:01 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-4bb09fda-b6e2-4aa1-a063-d63e76426e89', '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": "564b229ded9 c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["TM765ezBTk-5FwNalENadA"], "expires_at": "2023-04-17T20:26:01.000000Z", "issued_at": "2023-04-17T19:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:01,921 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:02,556 80110 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.633s 2023-04-17 19:26:02,557 80110 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-979331799", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44', '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-5307f72d-0b4d-4cde-a699-61271397074c', 'x-compute-request-id': 'req-5307f72d-0b4d-4cde-a699-61271397074c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cLub2AgsWXo4"}}' 2023-04-17 19:26:02,633 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.073s 2023-04-17 19:26:02,633 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:02 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-d181a60c-c033-48e9-be55-d4c1632df425', 'x-compute-request-id': 'req-d181a60c-c033-48e9-be55-d4c1632df425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-979331799", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:03Z", "updated": "2023-04-17T19:26:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:52,844 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.128s 2023-04-17 19:26:52,847 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 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-12e29ecd-c5ac-4b17-86b6-9aa11ee3f2fd', 'x-compute-request-id': 'req-12e29ecd-c5ac-4b17-86b6-9aa11ee3f2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-979331799", "status": "ERROR", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:02Z", "updated": "2023-04-17T19:26:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T19:26:10Z", "message": "Build of instance d0932108-c0fc-41d8-a5cd-96af63350c44 aborted: Volume 24e312f9-a852-4155-ac64-eb451ec652d0 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:52,864 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-17 19:26:53,373 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.508s 2023-04-17 19:26:53,374 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 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-187d310c-8ef7-4ec9-9e52-d83c60ac7aff', 'x-compute-request-id': 'req-187d310c-8ef7-4ec9-9e52-d83c60ac7aff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'' 2023-04-17 19:26:53,415 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.039s 2023-04-17 19:26:53,415 80110 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 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-853e8b4e-c423-4814-b634-dda6932365f3', 'x-compute-request-id': 'req-853e8b4e-c423-4814-b634-dda6932365f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d0932108-c0fc-41d8-a5cd-96af63350c44 could not be found."}}' {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.058754s] ... 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 32e323d0-d9fa-4657-82dd-c675f7b875bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:24:29,144 80098 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:24:29,144 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:24:29,246 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.099s 2023-04-17 19:24:29,246 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-223358557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:29 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-e63f79f9-63ac-4290-a6dc-d153ad0d1953', 'x-compute-request-id': 'req-e63f79f9-63ac-4290-a6dc-d153ad0d1953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-223358557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ==", "fingerprint": "e7:2b:42:80:d2:69:5f:a6:c2:2d:4f:c4:90:1a:9e:f6", "user_id": "be6982f6dfac4e889b49f3d09b768ab9"}}' 2023-04-17 19:24:29,249 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-223358557 created 2023-04-17 19:24:29,399 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.149s 2023-04-17 19:24:29,400 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--605835493", "description": "tempest-description--1322113782"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2fb0a74d-f4c3-4a84-a973-fe7b72377497', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "name": "tempest-securitygroup--605835493", "stateful": true, "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "tempest-description--1322113782", "shared": false, "security_group_rules": [{"id": "0a566347-f213-4d86-b49a-e933f167af8c", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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": 714, "description": null, "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}, {"id": "2c6cfc86-0753-48e8-8659-fd4a8826ed84", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 713, "description": null, "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}], "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,552 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-17 19:24:29,553 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-0ccdbf6a-d4e1-445c-bf4d-048aef0e2a50', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34dbe50d-74cc-40a3-a4f8-3dcc2ab738b1", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,714 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-17 19:24:29,714 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4fea8120-bac7-4bd0-beb4-faa0e3c10104', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68fc5ec8-98ee-4c47-ac65-e27cfdfa6f78", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,714 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--605835493 created 2023-04-17 19:24:30,451 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.735s 2023-04-17 19:24:30,451 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-1789d276-ce99-4346-a966-2c6701dd189d', 'date': 'Mon, 17 Apr 2023 19:24:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a764be2d-e740-43d3-9623-17daebbb7998", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.162", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:24:30Z", "updated_at": "2023-04-17T19:24:30Z", "revision_number": 0}}' 2023-04-17 19:24:30,452 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a764be2d-e740-43d3-9623-17daebbb7998', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.162', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:24:30Z', 'updated_at': '2023-04-17T19:24:30Z', 'revision_number': 0, 'ip': '172.24.4.162'} created 2023-04-17 19:24:30,494 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.036s 2023-04-17 19:24:30,494 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:30 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-23e463c0-b68e-44cf-b8ef-7f8034a8b835', '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": "be6982f6dfac4e889b49f3d09b768ab9", "name": "tempest-AttachVolumeTestJSON-1499959843-project-member", "password_expires_at": null}, "audit_ids": ["rKe4EXAKRgiRBIul5pd0DA"], "expires_at": "2023-04-17T20:24:30.000000Z", "issued_at": "2023-04-17T19:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "556ec6da247b4757b5f8919ad0c6f74f", "name": "tempest-AttachVolumeTestJSON-1499959843"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:24:30,495 80098 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '063d28ee-f0b9-491c-931e-2f16c7d13e88', 'name': 'tempest-AttachVolumeTestJSON-639780902-network', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37056, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:24:22Z', 'updated_at': '2023-04-17T19:24:22Z', 'revision_number': 1} available for tenant 2023-04-17 19:24:30,496 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-223358557', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ==', 'fingerprint': 'e7:2b:42:80:d2:69:5f:a6:c2:2d:4f:c4:90:1a:9e:f6', 'user_id': 'be6982f6dfac4e889b49f3d09b768ab9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCx7a5z+2EuG7uquR1Kq+nZPO2oX/FYK+ElQmJAOPrqLqhjYH7wReOt\nmiMXbUxwtsmgBwYFK4EEACKhZANiAARzSypdfNKCQQK2CcJEnnYjeFR38b9sBUp+\nLsVr/jaa5HY0h2c7wSNGVbBjvF+5PZpcELs8X+WfQ9raG8un0xBgjP3fTYaH+wkW\nyz/0kfavzE0pr5XD1hB5WKr733o14oE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', 'name': 'tempest-securitygroup--605835493', 'stateful': True, 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': 'tempest-description--1322113782', 'shared': False, 'security_group_rules': [{'id': '0a566347-f213-4d86-b49a-e933f167af8c', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', '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': 714, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, {'id': '2c6cfc86-0753-48e8-8659-fd4a8826ed84', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', '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': 713, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}], 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 1, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, 'floating_ip': {'id': 'a764be2d-e740-43d3-9623-17daebbb7998', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.162', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:24:30Z', 'updated_at': '2023-04-17T19:24:30Z', 'revision_number': 0, 'ip': '172.24.4.162'}} 2023-04-17 19:24:31,103 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.606s 2023-04-17 19:24:31,104 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1597100669", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "063d28ee-f0b9-491c-931e-2f16c7d13e88"}], "security_groups": [{"name": "tempest-securitygroup--605835493"}], "key_name": "tempest-keypair-223358557", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8ef1fc-4b4d-42b9-976b-a66b00f9fd68', 'x-compute-request-id': 'req-6e8ef1fc-4b4d-42b9-976b-a66b00f9fd68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--605835493"}], "adminPass": "password"}}' 2023-04-17 19:24:31,231 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.123s 2023-04-17 19:24:31,232 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:31 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-7427f251-d4f9-4005-8c5e-29ec9261c1d1', 'x-compute-request-id': 'req-7427f251-d4f9-4005-8c5e-29ec9261c1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "BUILD", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "h ref": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:21,513 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.219s 2023-04-17 19:25:21,514 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec5c113-f8f6-4ef2-93a7-9651f4c86ef6', 'x-compute-request-id': 'req-fec5c113-f8f6-4ef2-93a7-9651f4c86ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:24:38Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": "2023-04-17T19:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--605835493"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:21,552 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:26:21,791 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/os-interface 0.178s 2023-04-17 19:26:21,792 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-op enstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8b5b9fe-2c5a-41ac-8e01-9232b9788759', 'x-compute-request-id': 'req-e8b5b9fe-2c5a-41ac-8e01-9232b9788759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6", "mac_addr": "fa:16:3e:ee:bb:93", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "91572cab-8356-4bc1-8f3a-0c306585282b", "ip_address": "10.0.0.8"}]}]}' 2023-04-17 19:26:22,629 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998 0.833s 2023-04-17 19:26:22,629 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b0e1b84d-9df4-4f0f-9ef7-02a96eb204aa', 'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998'} Body: b'{"floatingip": {"id": "a764be2d-e740-43d3-9623-17daebbb7998", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.162", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "dd4588a1-d3c8-4011-8d3c-d6a3a192de12", "port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "mac_address": "fa:16:3e:ee:bb:93", "admin_state_up": true, "status": "ACTIVE", "device_id": "756691bf-01bc-480e-b3cb-182020386354", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:24:30Z", "updated_at": "2023-04-17T19:26:22Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:22,631 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,728 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,751 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,752 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:22,790 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/ips 0.038s 2023-04-17 19:26:22,791 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2142cd47-15f3-4d5e-99a5-6ea30064fefb', 'x-compute-request-id': 'req-2142cd47-15f3-4d5e-99a5-6ea30064fefb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-17 19:26:22,795 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '1 72.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,802 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,819 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,819 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:22,820 80098 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-17 19:26:22,820 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,825 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,842 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,842 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:23,093 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes 0.224s 2023-04-17 19:26:23,094 80098 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-1126850907"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbeecb5-5440-4c5d-9c79-b8b5d4dd0519', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbeecb5-5440-4c5d-9c79-b8b5d4dd0519', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.027514", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:23,147 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf 0.043s 2023-04-17 19:26:23,147 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9ec0ad-2a6b-43ad-99c9-b29b469a4e9c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9ec0ad-2a6b-43ad-99c9-b29b469a4e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:24,204 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf 0.044s 2023-04-17 19:26:24,204 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ab2210-4b49-47c5-bf5e-2d63b99eb2af', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ab2210-4b49-47c5-bf5e-2d63b99eb2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.000000", "updated_at": "2023-04-17T19:26:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:24,336 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.120s 2023-04-17 19:26:24,336 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40068d0b-4d05-4c32-8b03-3184a2267aa9', 'x-compute-request-id': 'req-40068d0b-4d05-4c32-8b03-3184a2267aa9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'' 2023-04-17 19:26:24,509 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.172s 2023-04-17 19:26:24,510 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 's erver': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a835eedc-4e72-4951-9693-f0d1cb15582b', 'x-compute-request-id': 'req-a835eedc-4e72-4951-9693-f0d1cb15582b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:26:24Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}, {"version": 4, "addr": "172.24.4.162", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": "2023-04-17T19:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--605835493"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:14,589 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.044s 2023-04-17 19:27:14,589 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-4f60009a-9d42-40e9-a6b9-d7eb57f4bc67', 'x-compute-request-id': 'req-4f60009a-9d42-40e9-a6b9-d7eb57f4bc67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 756691bf-01bc-480e-b3cb-182020386354 could not be found."}}' 2023-04-17 19:27:14,628 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223358557 0.037s 2023-04-17 19:27:14,628 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-a3640b2a-beeb-4534-8 8bf-d9ea6bdae4ef', 'x-compute-request-id': 'req-a3640b2a-beeb-4534-88bf-d9ea6bdae4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223358557'} Body: b'' 2023-04-17 19:27:14,766 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a 0.137s 2023-04-17 19:27:14,767 80098 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-441e808d-d861-48ab-b989-73e81aaf643e', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:27:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a'} Body: b'' 2023-04-17 19:27:14,786 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a 0.018s 2023-04-17 19:27:14,786 80098 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-517dae9b-4c99-4932-80cf-72244d3719de', 'date': 'Mon, 17 Apr 2023 19:27:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a044626d-b17b-4c5c-8fd4-93d49f15d84a does not exist", "detail": ""}}' 2023-04-17 19:27:15,201 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998 0.414s 2023-04-17 19:27:15,201 80098 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-9641d3cd-658e-414b-935e-c478bb40e8e9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998'} Body: b'' {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.463921s] ... 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 b8c12413-baae-45b9-91d0-5698499973aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:25:16,167 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.249s 2023-04-17 19:25:16,168 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c95e28d9-4d4c-4fe8-af9b-6452d81578b8', 'x-compute-request-id': 'req-c95e28d9-4d4c-4fe8-af9b-6452d81578b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:16,321 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.141s 2023-04-17 19:25:16,322 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3752cc5a-64a7-4b10-9a4c-3b365666aaa4', 'x-compute-request-id': 'req-3752cc5a-64a7-4b10-9a4c-3b365666aaa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:16,582 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.248s 2023-04-17 19:25:16,582 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34b2eb4-f70c-4e69-9524-08864b0346bb', 'x-compute-request-id': 'req-d34b2eb4-f70c-4e69-9524-08864b0346bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:26:16,942 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a 24418a4521ae88a754125/volumes 0.289s 2023-04-17 19:26:16,942 80114 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-893367086"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b3fd62-1953-464f-b944-f4563f2e9a49', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b3fd62-1953-464f-b944-f4563f2e9a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:16.884029", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:16,993 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa 0.041s 2023-04-17 19:26:16,993 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bda7ee6-8266-4b10-934e-7f87eed9741c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bda7ee6-8266-4b10-934e-7f87eed9741c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:17.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:26:18,047 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa 0.043s 2023-04-17 19:26:18,047 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63aa11f3-f261-4f57-9000-01b59c2282c2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63aa11f3-f261-4f57-9000-01b59c2282c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:17.000000", "updated_at": "2023-04-17T19:26:17.000000", "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:26:18,058 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-17 19:26:18,310 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.251s 2023-04-17 19:26:18,311 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e87e59f-5777-48b1-bd73-3772aa79e2d2', 'x-compute-request-id': 'req-4e87e59f-5777-48b1-bd73-3772aa79e2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "securit y_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.871963s] ... 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 76738594-1f8a-44bd-b03a-a8b0a6de72a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:12,620 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.218s 2023-04-17 19:26:12,621 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-a36f8950-20dd-446c-8122-60b18d3d5ef4', 'x-compute-request-id': 'req-a36f8950-20dd-446c-8122-60b18d3d5ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:12,891 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes 0.198s 2023-04-17 19:27:12,892 80100 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-590643800"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76252a1b-5cc0-4fe9-80b9-d760842c2ffd', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76252a1b-5cc0-4fe9-80b9-d760842c2ffd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:12.828754", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:27:12,944 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2 0.042s 2023-04-17 19:27:12,944 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992af9d6-c2c9-41e6-b45d-db6c18861dbc', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992af9d6-c2c9-41e6-b45d-db6c18861dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:13.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:27:13,996 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2 0.040s 2023-04-17 19:27:13,997 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9dfb539-b298-4fa8-b8e3-086ed19294b8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9dfb539-b298-4fa8-b8e3-086ed19294b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:13.000000", "updated_at": "2023-04-17T19:27:13.000000", "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-at tr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:27:14,248 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.240s 2023-04-17 19:27:14,248 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-7b2d0f5d-3d97-4227-9b49-2441730b3ead', 'x-compute-request-id': 'req-7b2d0f5d-3d97-4227-9b49-2441730b3ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.739222s] ... 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 3754c7fc-b6a1-4113-bdc0-972ff8decfc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:27:18,674 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.289s 2023-04-17 19:27:18,674 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b2e2d9d-997b-4ef2-877f-d84245acb452', 'x-compute-request-id': 'req-0b2e2d9d-997b-4ef2-877f-d84245acb452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:18,908 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.223s 2023-04-17 19:27:18,909 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc03767-3a1a-4d0c-b00d-9fca76272f32', 'x-compute-request-id': 'req-fcc03767-3a1a-4d0c-b00d-9fca76272f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:19,070 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.150s 2023-04-17 19:27:19,070 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec996b68-069f-4193-a4fb-1bc210a1933c', 'x-compute-request-id': 'req-ec996b68-069f-4193-a4fb-1bc210a1933c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:19,241 80114 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.0 94s 2023-04-17 19:28:19,241 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9c12f27-5366-45c7-9cc1-d6b42af1d87c', '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": "c7139a40814447f4b88dd52668ecd59d", "name": "tempest-ServerActionsTestJSON-644666636-project-member", "password_expires_at": null}, "audit_ids": ["YmwgLsrXSgqlI-r12UUw5A"], "expires_at": "2023-04-17T20:28:19.000000Z", "issued_at": "2023-04-17T19:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91deb1d3c8a24418a4521ae88a754125", "name": "tempest-ServerActionsTestJSON-644666636"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:28:19,242 80114 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '22799884-d82d-4a57-90e4-1306755381a4', 'name': 'tempest-ServerActionsTestJSON-544330153-network', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '91deb1d3c8a24418a4521ae88a754125', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43290, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [ ], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:19Z', 'updated_at': '2023-04-17T19:20:19Z', 'revision_number': 1} available for tenant 2023-04-17 19:28:19,242 80114 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1417148967', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEtXp8yeN6uma8/oYBoIRPj0Zo/wAKjol3E6Y/FGxG5tPDGoE2C+iHY1jnEVn9vbl6nBAzBbd2pTPNAGry7WEho9yb1VbFblBersWW8BRNa+BgVzTGhRqni5WcoalEiHBA==', 'fingerprint': '63:9e:d4:38:a6:62:7d:db:74:d9:c7:c4:29:04:72:9f', 'user_id': 'c7139a40814447f4b88dd52668ecd59d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCR5clamfWEOJ12PCULlW5avl6qLKZot/YPKgsQSdWaAv8wa+ILnRrS\n5i2S10uq7sugBwYFK4EEACKhZANiAARLV6fMnjerpmvP6GAaCET49GaP8ACo6Jdx\nOmPxRsRubTwxqBNgvoh2NY5xFZ/b25epwQMwW3dqUzzQBq8u1hIaPcm9VWxW5QXq\n7FlvAUTWvgYFc0xoUap4uVnKGpRIhwQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', 'name': 'tempest-securitygroup--359644290', 'stateful': True, 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'description': 'tempest-description--389010068', 'shared': False, 'security_group_rules': [{'id': '3f5c62b7-4ea1-4237-8989-801fa3362594', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'security_group_id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', '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': 503, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 0, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}, {'id': '5bd03c78-abca-4245-a6dd-215a8d4e4832', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'security_group_id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', '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': 502, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 0, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}], 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 1, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}, 'floating_ip': {'id': 'a2301f06-a4e8-4e9f-812b-292d01b7f743', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '91deb1d3c8a24418a4521ae88a754125', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:29Z', 'updated_at': '2023-04-17T19:20:29Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-04-17 19:28:19,602 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes 0.359s 2023-04-17 19:28:19,602 80114 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-891247094", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb8a845-ecc5-4bcc-b7ca-d09fefaa174d', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb8a845-ecc5-4bcc-b7ca-d09 fefaa174d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:19.541534", "updated_at": null, "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:28:19,650 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.038s 2023-04-17 19:28:19,650 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a455fe3-0158-41c1-9147-8509b4e5a732', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a455fe3-0158-41c1-9147-8509b4e5a732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:20.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:28:20,704 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.043s 2023-04-17 19:28:20,705 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95a3f96-5154-4ebb-aaaa-33039642944b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95a3f96-5154-4ebb-aaaa-33039642944b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:20.000000", "up dated_at": "2023-04-17T19:28:20.000000", "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:28:20,809 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.094s 2023-04-17 19:28:20,810 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d65974-27c2-4228-b7f4-3244b9492dd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'' 2023-04-17 19:28:20,831 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.021s 2023-04-17 19:28:20,832 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6573c928-7c54-48ee-9430-8b9659a787cf', 'x-openstack-request-id': 'req-6573c928-7c54-48ee-9430-8b9659a787cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3754c7fc-b6a1-4113-bdc0-972ff8decfc8 could not be found."}}' 2023-04-17 19:28:20,832 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-17 19:28:21,051 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.217s 2023-04-17 19:28:21,052 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de80e0fc-8075-4a6d-b1c8-0787e01d2411', 'x-compute-request-id': 'req-de80e0fc-8075-4a6d-b1c8-0787e01d2411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f -ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.284141s] ... 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 5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:50,582 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.250s 2023-04-17 19:26:50,582 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1273943855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVD136bv74Gab5KCFJpcy2FFXkk+CauMLZpaTWXr8NE/TtZq+1iRlGJcGITHysAx77CBWuqK1H5ck5ZaQSCxaXOSUy537x0Wy+WoqFAbNLp61y0JpsB+G8VHBa/kDOfJw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a4a4e3-bc8f-48f6-816c-5973a4f3dd69', 'x-compute-request-id': 'req-f3a4a4e3-bc8f-48f6-816c-5973a4f3dd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1273943855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVD136bv74Gab5KCFJpcy2FFXkk+CauMLZpaTWXr8NE/TtZq+1iRlGJcGITHysAx77CBWuqK1H5ck5ZaQSCxaXOSUy537x0Wy+WoqFAbNLp61y0JpsB+G8VHBa/kDOfJw==", "fingerprint": "7f:aa:da:ae:57:6a:f3:e1:9f:d8:7f:bc:32:97:dc:d3", "user_id": "20ec6b067a9748b28c34d3e4bc002215"}}' 2023-04-17 19:26:50,780 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.194s 2023-04-17 19:26:50,780 80112 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-1337443382", "description": "tempest-secgroup-smoke-1337443382 description", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-1e8463f7-9129-42b1-8fc5-ec938aea51b0', 'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "name": "tempest-secgroup-smoke-1337443382", "stateful": true, "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "description": "tempest-secgroup-smoke-1337443382 description", "shared": false, "security_group_rules": [{"id": "1b7b9619-6cd0-465f-9fd3-aa3c3dcfa733", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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": 814, "description": null, "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}, {"id": "32f31271-52b3-4b4a-b383-29b86a3e59f4", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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": 815, "description": null, "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}], "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number" : 1, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:50,940 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-17 19:26:50,940 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "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-852c810b-dbfc-40d7-8fd8-6c857e8ad12b', 'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7af27e01-298e-4e72-bb28-6160e6f32001", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,093 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-17 19:26:51,093 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "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-ab9d8f78-82af-4d63-858e-aeef2b816bd4', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e8d29fc3-1209-40d2-987b-f21dbd56aa06", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,391 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.297s 2023-04-17 19:26:51,391 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a82cc6bc-aba3-4c8f-b261-c0abd59a0218', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37f6b178-af2f-40a6-9796-c07c954c835e", "tenant_id": "e4cd64 d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,557 80112 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-17 19:26:51,557 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-bd3f40f7-ef6c-4a1d-a6bf-5e2557efc7b0', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8456fb0c-1c4f-4bc2-9708-cf0132f66ddc", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,716 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-17 19:26:51,716 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-da99ac99-2499-4cac-b9ec-59758aa817c9', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b848f5fe-fd5f-47bf-8603-6c12cf14c0de", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,875 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-17 19:26:51,875 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-00c6cf33-e531-468d-9d8d-dbd4ea82e700', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b8d7f2f8-5780-4853-9ad3-90e9c4e22a3d", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,915 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 19:26:51,915 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8672c4c8-1bc3-48ae-a922-beccf92c8683', '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": "20ec6b067a9748b28c34d3e4bc002215", "name": "tempest-SnapshotDataIntegrityTests-945301851-project-member", "password_expires_at": null}, "audit_ids": ["-eprc0X3StC-aS9n5c2LSw"], "expires_at": "2023-04-17T20:26:51.000000Z", "issued_at": "2023-04-17T19:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4cd64d251bb4dd4a678262e95a3d0a5", "name": "tempest-SnapshotDataIntegrityTests-945301851"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e4cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e4 cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:51,916 80112 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'db4a515e-21cd-4234-803c-6a35e67f7d05', 'name': 'tempest-SnapshotDataIntegrityTests-1464764694-network', 'tenant_id': 'e4cd64d251bb4dd4a678262e95a3d0a5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e4cd64d251bb4dd4a678262e95a3d0a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46149, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:26:37Z', 'updated_at': '2023-04-17T19:26:37Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:52,863 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.946s 2023-04-17 19:26:52,864 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "networks": [{"uuid": "db4a515e-21cd-4234-803c-6a35e67f7d05"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63fbee85-d609-47cc-b00b-fc00830c90ae', 'x-compute-request-id': 'req-63fbee85-d609-47cc-b00b-fc00830c90ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "adminPass": "y7x6i42UPYSu"}}' 2023-04-17 19:26:52,934 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.067s 2023-04-17 19:26:52,934 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d031963b-8914-46ca-8792-2fbb1de2af6c', 'x-compute-request-id': 'req-d031963b-8914-46ca-8792-2fbb1de2af6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe 2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "BUILD", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:53Z", "updated": "2023-04-17T19:26:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:43,220 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.226s 2023-04-17 19:27:43,220 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f265f4b5-c411-4e3d-892d-7909313587d7', 'x-compute-request-id': 'req-f265f4b5-c411-4e3d-892d-7909313587d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:43,241 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:28:43,494 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.233s 2023-04-17 19:28:43,495 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcaffe00-918c-4917-9a81-0b08fe50a856', 'x-compute-request-id': 'req-bcaffe00-918c-4917-9a81-0b08fe50a856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:43,738 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes 0.231s 2023-04-17 19:28:43,738 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213f1d43-8630-4d8a-9d49-e8970d1b57b3', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213f1d43-8630-4d8a-9d49-e8970d1b57b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:43.673187", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcd c08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:28:43,791 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.043s 2023-04-17 19:28:43,791 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78461666-860b-4137-8f4b-864773f527eb', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78461666-860b-4137-8f4b-864773f527eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:44.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:28:44,842 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.037s 2023-04-17 19:28:44,842 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5303f00-9858-4b19-a867-d913cf8ffb91', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5303f00-9858-4b19-a867-d913cf8ffb91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:44.000000", "updated_at": "2023-04-17T19:28:44.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id ": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:28:44,951 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.098s 2023-04-17 19:28:44,951 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-ada96738-f635-442e-957d-4efcec062e5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'' 2023-04-17 19:28:44,973 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.021s 2023-04-17 19:28:44,974 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-bc66c298-f15f-409e-abdc-9c616a5f4be3', 'x-openstack-request-id': 'req-bc66c298-f15f-409e-abdc-9c616a5f4be3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 could not be found."}}' 2023-04-17 19:28:45,089 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.114s 2023-04-17 19:28:45,089 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8c1b25-5597-4258-ace1-0dcf65c594f2', 'x-compute-request-id': 'req-1b8c1b25-5597-4258-ace1-0dcf65c594f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'' 2023-04-17 19:28:45,272 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.181s 2023-04-17 19:28:45,272 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d46e3613-d516-44ce-a718-ca063b8a1e7a', 'x-compute-request-id': 'req-d46e3613-d516-44ce-a718-ca063b8a1e7a', 'connection': 'close', 'status': '200', 'c ontent-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:28:45Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:29:35,383 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.044s 2023-04-17 19:29:35,384 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c5cf05fe-1c88-43fe-9af1-7a9815d8a6a5', 'x-compute-request-id': 'req-c5cf05fe-1c88-43fe-9af1-7a9815d8a6a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e67a686c-07b7-4438-af74-a8e5303dfe2e could not be found."}}' 2023-04-17 19:29:35,581 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e4cc690c-146e-418b-a533-c3348ec4ec06 0.196s 2023-04-17 19:29:35,581 80112 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-8ff2f087-c3c0-4521-b4cc-3957701dbfe8', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e4cc690c-146e-418b-a533-c3348ec4ec06'} Body: b'' 2023-04-17 19:29:35,612 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1273943855 0.030s 2023-04-17 19:29:35,612 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad0e3dfc-f8ec-4ad6-a7fa-fc99b46d3fe2', 'x-compute-request-id': 'req-ad0e3dfc-f8ec-4ad6-a7fa-fc99b46d3fe2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1273943855'} Body: b'' {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.545405s] ... 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 651e4f40-de06-4c55-bed2-d5c9f27c0d5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:27:15,205 80098 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:27:15,205 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:27:15,261 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2023-04-17 19:27:15,261 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1216049893", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e3c0af-f744-4351-b1bc-1413c07a7d2b', 'x-compute-request-id': 'req-c8e3c0af-f744-4351-b1bc-1413c07a7d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1216049893", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA==", "fingerprint": "2e:1a:30:be:3b:cd:9a:10:64:67:42:da:88:33:f1:ea", "user_id": "be6982f6dfac4e889b49f3d09b768ab9"}}' 2023-04-17 19:27:15,264 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1216049893 created 2023-04-17 19:27:15,415 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2023-04-17 19:27:15,416 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1607350649", "description": "tempest-description--1225880299"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4dd40442-0051-4851-8e21-8b188ec8fc3d', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "name": "tempest-securitygroup--1607350649", "stateful": true, "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "tempest-description--1225880299", "shared": false, "security_group_rules": [{"id": "3a5c1529-1554-4a9e-aafa-da9ab39f1ddd", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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": 826, "description": null, "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}, {"id": "a8e6dad6-1c50-4e1d-94f9-d76600543c41", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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": 825, "description": null, "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}], "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,579 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-04-17 19:27:15,579 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-a1d63ea4-58fa-475e-a68c-e5cde4937bb2', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ee1ae0a-932e-470d-b6af-8496fc130e3f", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,729 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.149s 2023-04-17 19:27:15,730 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-85d06bdc-9a28-49f8-b16b-71dce2f7ff5e', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d173b3c5-79bf-431c-9f4f-80765d3dce57", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,730 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1607350649 created 2023-04-17 19:27:16,715 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.984s 2023-04-17 19:27:16,715 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-39c5bfc0-8b94-4d67-8113-1ae82ee98169', 'date': 'Mon, 17 Apr 2023 19:27:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f7782bb7-fb9c-4042-a11e-c9a456efce07", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.167", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:27:16Z", "updated_at": "2023-04-17T19:27:16Z", "revision_number": 0}}' 2023-04-17 19:27:16,716 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f7782bb7-fb9c-4042-a11e-c9a456efce07', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.167', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:27:16Z', 'updated_at': '2023-04-17T19:27:16Z', 'revision_number': 0, 'ip': '172.24.4.167'} created 2023-04-17 19:27:16,810 80098 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.088s 2023-04-17 19:27:16,811 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:16 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-13c1846d-0797-4868-8bad-69f11696d91c', '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": "be6982f6dfac4e889b49f3d09b768ab9", "name": "tempest-AttachVolumeTestJSON-1499959843-project-member", "password_expires_at": null}, "audit_ids": ["wnszEYO3R82DIPgmQRw9gA"], "expires_at": "2023-04-17T20:27:16.000000Z", "issued_at": "2023-04-17T19:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "556ec6da247b4757b5f8919ad0c6f74f", "name": "tempest-AttachVolumeTestJSON-1499959843"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:27:16,811 80098 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '063d28ee-f0b9-491c-931e-2f16c7d13e88', 'name': 'tempest-AttachVolumeTestJSON-639780902-network', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37056, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:24:22Z', 'updated_at': '2023-04-17T19:24:22Z', 'revision_number': 1} available for tenant 2023-04-17 19:27:16,812 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1216049893', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA==', 'fingerprint': '2e:1a:30:be:3b:cd:9a:10:64:67:42:da:88:33:f1:ea', 'user_id': 'be6982f6dfac4e889b49f3d09b768ab9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDQDw3gvXWE+oSfQjvMfDEg+kmMG1cFsNXVroBQswlATKorrXSGgigX\ngsXEEDhAfcugBwYFK4EEACKhZANiAARfKYIW0v4KwdXy4AHRRRGyiPVMdrko2YD+\nEBEJIajJEhcVp/USJDYxU1iDMaz2UAQfSd/f60flTLFDVFCAzhl291nO06x1plMG\nxm4N+FhxiFdbIzFYMZOk/f06rI3IY6A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', 'name': 'tempest-securitygroup--1607350649', 'stateful': True, 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': 'tempest-description--1225880299', 'shared': False, 'security_group_rules': [{'id': '3a5c1529-1554-4a9e-aafa-da9ab39f1ddd', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', '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': 826, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, {'id': 'a8e6dad6-1c50-4e1d-94f9-d76600543c41', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', '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': 825, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}], 'tags': [], 'created_at': ' 2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 1, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, 'floating_ip': {'id': 'f7782bb7-fb9c-4042-a11e-c9a456efce07', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.167', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:27:16Z', 'updated_at': '2023-04-17T19:27:16Z', 'revision_number': 0, 'ip': '172.24.4.167'}} 2023-04-17 19:27:17,673 80098 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.852s 2023-04-17 19:27:17,676 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1310117122", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "063d28ee-f0b9-491c-931e-2f16c7d13e88"}], "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "key_name": "tempest-keypair-1216049893", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32c9512-d6c9-43df-8aa2-8787ff9506ef', 'x-compute-request-id': 'req-a32c9512-d6c9-43df-8aa2-8787ff9506ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "adminPass": "password"}}' 2023-04-17 19:27:17,758 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.072s 2023-04-17 19:27:17,758 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f3456c-95ba-408f-ba24-ff2451c59a2b', 'x-compute-request-id': 'req-22f3456c-95ba-408f-ba24-ff2451c59a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "BUILD", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:18Z", "updated": "2023-04-17T19:27:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:08,028 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.219s 2023-04-17 19:28:08,029 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:07 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-b95e0718-68fb-4157-a3f3-2aa9ab475714', 'x-compute-request-id': 'req-b95e0718-68fb-4157-a3f3-2aa9ab475714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:17Z", "updated": "2023-04-17T19:27:24Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": "2023-04-17T19:27:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:08,040 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:29:08,286 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/os-interface 0.185s 2023-04-17 19:29:08,287 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'applica tion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56f03de-dc85-44f5-a404-d768bad22ec8', 'x-compute-request-id': 'req-d56f03de-dc85-44f5-a404-d768bad22ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f", "mac_addr": "fa:16:3e:33:49:db", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "91572cab-8356-4bc1-8f3a-0c306585282b", "ip_address": "10.0.0.13"}]}]}' 2023-04-17 19:29:09,020 80098 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/f7782bb7-fb9c-4042-a11e-c9a456efce07 0.728s 2023-04-17 19:29:09,020 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-3d52e848-c8a3-46ec-a7a6-784c88f016b4', 'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07'} Body: b'{"floatingip": {"id": "f7782bb7-fb9c-4042-a11e-c9a456efce07", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.167", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "dd4588a1-d3c8-4011-8d3c-d6a3a192de12", "port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "mac_address": "fa:16:3e:33:49:db", "admin_state_up": true, "status": "ACTIVE", "device_id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:27:16Z", "updated_at": "2023-04-17T19:29:08Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:09,027 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.167:22' as 'cirros' with public key authentication 2023-04-17 19:29:09,065 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:29:09,088 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:29:09,089 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.167 successfully created 2023-04-17 19:29:09,131 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/ips 0.041s 2023-04-17 19:29:09,132 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 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-fcc61d0d-915f-4be4-a8b4-dad1299a408a', 'x-compute-request-id': 'req-fcc61d0d-915f-4be4-a8b4-dad1299a408a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-17 19:29:09 ,368 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes 0.232s 2023-04-17 19:29:09,368 80098 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-49099915"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc64a33a-3e9a-45e4-a6ca-73e1f8f89f54', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc64a33a-3e9a-45e4-a6ca-73e1f8f89f54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.299502", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:29:09,423 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e 0.044s 2023-04-17 19:29:09,423 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31df928c-69d8-44e2-b687-82fad59e6ef8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31df928c-69d8-44e2-b687-82fad59e6ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:10,492 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e 0.056s 2023-04-17 19:29:10,492 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44652f74-e173-46df-91e7-05594cd7d0df', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44652f74-e173-46df-91e7-05594cd7d0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.000000", "updated_at": "2023-04-17T19:29:09.000000", "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:10,621 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.117s 2023-04-17 19:29:10,622 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec6f8009-d02c-4980-aa4d-df2dc05e64d1', 'x-compute-request-id': 'req-ec6f8009-d02c-4980-aa4d-df2dc05e64d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'' 2023-04-17 19:29:10,897 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.275s 2023-04-17 19:29:10,898 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1663', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8717bf43-e627-4753-a1a2-91eb5b34e347', 'x-compute-request-id': 'req-8717bf43-e627-4753-a1a2-91eb5b34e347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:17Z", "updated": "2023-04-17T19:29:11Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}, {"version": 4, "addr": "172.24.4.167", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": "2023-04-17T19:27:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:01,086 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.126s 2023-04-17 19:30:01,087 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c2ad88b8-2917-4bef-8a07-cf667382d47b', 'x-compute-request-id': 'req-c2ad88b8-2917-4bef-8a07-cf667382d47b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 159e8d5b-3396-46ef-a3d1-c628431c2b46 could not be found."}}' 2023-04-17 19:30:01,113 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1216049893 0.025s 2023-04-17 19:30:01,114 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33df1e9-9deb-450e-b069-28212625c3db', 'x-compute-request-id': 'req-c33df1e9-9deb-450e-b069-28212625c3db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1216049893'} Body: b'' 2023-04-17 19:30:01,245 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b 0.131s 2023-04-17 19:30:01,246 80098 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-42a294b8-8fb5-43fe-8e23-7756c4d2e6c1', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b'} Body: b'' 2023-04-17 19:30:01,264 80098 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b 0.018s 2023-04-17 19:30:01,264 80098 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-14620b2f-31b0-4d04-a819-d93ceafa5c35', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 531cc934-a5ea-4703-a01e-83dd2277bc5b does not exist", "detail": ""}}' 2023-04-17 19:30:01,748 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07 0.483s 2023-04-17 19:30:01,748 80098 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-1d410ee1-b103-4a52-a242-1b5a4f8d51cf', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07'} Body: b'' {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.698863s] ... 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 9e52fdc8-e601-4268-98cf-5bae938dd413 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:06,991 80098 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.423s 2023-04-17 19:30:06,991 80098 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-1870805510"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56e10536-6bdd-47f2-9b61-0a93073baaa9', 'x-compute-request-id': 'req-56e10536-6bdd-47f2-9b61-0a93073baaa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:30:06.883109", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 19:30:07,197 80098 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/9e52fdc8-e601-4268-98cf-5bae938dd413 0.201s 2023-04-17 19:30:07,197 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12ae9001-f9eb-4f8e-9772-0aa436c59a18', 'x-compute-request-id': 'req-12ae9001-f9eb-4f8e-9772-0aa436c59a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:30:07.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 19:30:08,260 80098 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/9e52fdc8-e601-4268-98cf-5bae938dd413 0.057s 2023-04-17 19:30:08,260 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed403ee-519f-4baf-9479-70c399c264d9', 'x-compute-request-id': 'req-5ed403ee-519f-4baf-9479-70c399c264d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 7T19:30:07.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.188227s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.015809s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.017777s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.043224s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008214s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009346s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.043813s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.041546s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.033822s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.032741s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023019s] ... ok {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.713442s] ... 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 63778b5a-3759-4dbc-8644-577d2bc860d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:12,903 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes 0.320s 2023-04-17 19:30:12,903 80098 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-651660657"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69657ae-2c1b-4fb2-bb56-63d59f12de1a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69657ae-2c1b-4fb2-bb56-63d59f12de1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:12.822487", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:12,955 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.043s 2023-04-17 19:30:12,956 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62273679-6e39-4661-8ab9-31647d7c446d', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62273679-6e39-4661-8ab9-31647d7c446d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,036 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.069s 2023-04-17 19:30:14,037 80098 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c800f934-d004-4089-9175-51733b56c88d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c800f934-d004-4089-9175-51733b56c88d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": "2023-04-17T19:30:13.000000", "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,117 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.069s 2023-04-17 19:30:14,118 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10502e72-21da-482d-923c-a4c69c133dc5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10502e72-21da-482d-923c-a4c69c133dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": "2023-04-17T19:30:13.000000", "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,248 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.120s 2023-04-17 19:30:14,248 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:14 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-fb56c885-ebb8-4592-b5c8-aa2f870e6082', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'' 2023-04-17 19:30:14,295 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.046s 2023-04-17 19:30:14,295 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-e5aa4a1f-bcb1-4535-8046-920868562ec8', 'x-openstack-request-id': 'req-e5aa4a1f-bcb1-4535-8046-920868562ec8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63778b5a-3759-4dbc-8644-577d2bc860d1 could not be found."}}' {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.027952s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.019158s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029761s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.032541s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.025328s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.025000s] ... ok {10} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 c95debdb-96dc-4fbc-a819-5108a768ff26 failed to build and is in ERROR status {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.737091s] ... 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 272eb182-9df5-4e64-9e85-ed7765b08222 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:21,420 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.168s 2023-04-17 19:30:21,420 80114 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-1345148432"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e378a0-530b-4596-9dae-9875a430de0d', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e378a0-530b-4596-9dae-9875a430de0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "91638a82-a13b-4b79-9b51-332bb73db1e6", "name": "tempest-GroupSnapshotsTest-volume-type-1345148432", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:21,457 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.033s 2023-04-17 19:30:21,457 80114 DEBUG [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-156769865"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749bc7a4-a861-4820-8f99-ba742ca4740f', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749bc7a4-a861-4820-8f99-ba742ca4740f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "name": "tempest-GroupSnapshotsTest-group-type-156769865", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:21,650 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.190s 2023-04-17 19:30:21,650 80114 DEBUG [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": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "name": "tempest-GroupSnapshotsTest-Group-1945150128"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2368864e-d073-4a9e-86cd-3cd973ad1df8', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2368864e-d073-4a9e-86cd-3cd973ad1df8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "name": "tempest-GroupSnapshotsTest-Group-1945150128"}}' 2023-04-17 19:30:21,687 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.034s 2023-04-17 19:30:21,688 80114 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': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a87d955-9d09-40ac-99e2-a58d6906c6f4', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a87d955-9d09-40ac-99e2-a58d6906c6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:30:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1945150128", "description": null, "group_type": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:22,725 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.032s 2023-04-17 19:30:22,725 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44f13975-b691-44e0-adcc-08c97957c768', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44f13975-b691-44e0-adcc-08c97957c768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1945150128", "description": null, "group_type": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:22,791 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.061s 2023-04-17 19:30:22,792 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f80f8cd-bc51-43aa-8610-6cd0e0241e0f', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f80f8cd-bc51-43aa-8610-6cd0e0241e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:22,869 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222/action 0.067s 2023-04-17 19:30:22,870 80114 DEBUG [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': 'Mon, 17 Apr 2023 19:30:22 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-1998d199-7dbd-4b09-a151-3b1d2fd242cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222/action'} Body: b'' 2023-04-17 19:30:22,889 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.019s 2023-04-17 19:30:22,890 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 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-0933a77d-6c94-4109-88fa-5d04fd325a48', 'x-openstack-request-id': 'req-0933a77d-6c94-4109-88fa-5d04fd325a48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 272eb182-9df5-4e64-9e85-ed7765b08222 could not be found."}}' 2023-04-17 19:30:22,919 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/c85c044e-e55c-4b63-896d-2b0377bbeb58 0.028s 2023-04-17 19:30:22,919 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 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-6e22ac48-8496-44e4-b458-8e0fa69e8030', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/c85c044e-e55c-4b63-896d-2b0377bbeb58'} Body: b'' 2023-04-17 19:30:22,969 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6 0.050s 2023-04-17 19:30:22,970 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05697b7-4290-44eb-b5ae-9a71eb21ace1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6'} Body: b'' 2023-04-17 19:30:22,986 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6 0.016s 2023-04-17 19:30:22,987 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5877f299-0a65-4356-90c9-88f31f6ec756', 'x-openstack-request-id': 'req-5877f299-0a65-4356-90c9-88f31f6ec756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 91638a82-a13b-4b79-9b51-332bb73db1e6 could not be found."}}' {2} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6fbdc85d-0ce8-41d5-b345-e3ede00fb047 failed to build and is in ERROR status {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.490156s] ... 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 8b995051-08b4-4123-b9af-f21ea85dda23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:23,021 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.031s 2023-04-17 19:30:23,022 80114 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-2104370789"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4150e19b-623d-46d5-a3e4-529930479e43', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4150e19b-623d-46d5-a3e4-529930479e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0", "name": "tempest-GroupSnapshotsTest-volume-type-2104370789", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:23,054 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.029s 2023-04-17 19:30:23,054 80114 DEBUG [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-604195508"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddcc35b-90a7-4dd7-8932-350544c16fde', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddcc35b-90a7-4dd7-8932-350544c16fde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "59ac03c0-1762-4f61-9762-1e9e2106690c", "name": "tempest-GroupSnapshotsTest-group-type-604195508", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:23,131 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.074s 2023-04-17 19:30:23,131 80114 DEBUG [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": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "name": "tempest-GroupSnapshotsTest-Group-309396931"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a19dacf-3d3c-47e5-b395-15c8667fa9a0', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a19dacf-3d3c-47e5-b395-15c8667fa9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "name": "tempest-GroupSnapshotsTest-Group-309396931"}}' 2023-04-17 19:30:23,166 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.032s 2023-04-17 19:30:23,166 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e90f6d8-75b7-40ff-ae03-95aa57fffe3e', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e90f6d8-75b7-40ff-ae03-95aa57fffe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:30:23.000000", "name": "tempest-GroupSnapshotsTest-Group-309396931", "description": null, "group_type": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:24,204 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.032s 2023-04-17 19:30:24,204 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec9e4cbc-e628-4e34-8c1a-7188e2e9fd5b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec9e4cbc-e628-4e34-8c1a-7188e2e9fd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:23.000000", "name": "tempest-GroupSnapshotsTest-Group-309396931", "description": null, "group_type": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:24,208 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-17 19:30:24,276 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.067s 2023-04-17 19:30:24,276 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-589ce484-6a01-4e5a-8dde-71a62411f72b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-589ce484-6a01-4e5a-8dde-71a62411f72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:24,356 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23/action 0.06 9s 2023-04-17 19:30:24,357 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-b3341338-c12f-494d-a8ab-a85c79cc2ba1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23/action'} Body: b'' 2023-04-17 19:30:24,372 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.015s 2023-04-17 19:30:24,372 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-6185ff69-3b73-4209-b8ed-bdf375204fa9', 'x-openstack-request-id': 'req-6185ff69-3b73-4209-b8ed-bdf375204fa9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8b995051-08b4-4123-b9af-f21ea85dda23 could not be found."}}' 2023-04-17 19:30:24,409 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/59ac03c0-1762-4f61-9762-1e9e2106690c 0.035s 2023-04-17 19:30:24,409 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-c987ba91-7924-4da9-9cbf-c55953498a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/59ac03c0-1762-4f61-9762-1e9e2106690c'} Body: b'' 2023-04-17 19:30:24,462 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 0.052s 2023-04-17 19:30:24,462 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-2f7a9487-90f5-4ae4-b65e-71aaafd5b2ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0'} Body: b'' 2023-04-17 19:30:24,478 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 0.016s 2023-04-17 19:30:24,479 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-75621b03-f0dd-4f89-ade3-82d86c503790', 'x-openstack-request-id': 'req-75621b03-f0dd-4f89-ade3-82d86c503790', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 could not be found."}}' {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.597931s] ... 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 4a087515-5bc0-4551-b777-063d3bc4b3a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:24,515 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.033s 2023-04-17 19:30:24,516 80114 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-704507226"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4476fc4b-a81f-48f9-8c41-752595ee410c', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4476fc4b-a81f-48f9-8c41-752595ee410c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "6816296e-62d4-471e-a36b-d88a9c6d6d57", "name": "tempest-GroupSnapshotsTest-volume-type-704507226", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:24,552 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.032s 2023-04-17 19:30:24,552 80114 DEBUG [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-2020162877"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d9352a-1640-45ab-8ed8-25adaf7a2a36', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d9352a-1640-45ab-8ed8-25adaf7a2a36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "77651b71-aa3f-4ca5-ac6e-172231d75740", "name": "tempest-GroupSnapshotsTest-group-type-2020162877", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:24,700 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.145s 2023-04-17 19:30:24,701 80114 DEBUG [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": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "name": "tempest-GroupSnapshotsTest-Group-1689072771"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f134d4f3-750e-4c39-a7e1-7f00297a682c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f134d4f3-750e-4c39-a7e1-7f00297a682c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "name": "tempest-GroupSnapshotsTest-Group-1689072771"}}' 2023-04-17 19:30:24,735 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.032s 2023-04-17 19:30:24,735 80114 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e7a4ae-70d8-4ddc-8c7f-0087e214b654', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e7a4ae-70d8-4ddc-8c7f-0087e214b654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1689072771", "description": null, "group_type": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:25,775 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.035s 2023-04-17 19:30:25,776 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0f0473-2091-4c78-906f-0ee6e5b54f94', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0f0473-2091-4c78-906f-0ee6e5b54f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1689072771", "description": null, "group_type": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:25,862 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.081s 2023-04-17 19:30:25,862 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923290fc-78fa-4ad3-8d53-188f0bff5f02', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923290fc-78fa-4ad3-8d53-188f0bff5f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:25,943 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1/action 0.071s 2023-04-17 19:30:25,943 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-df966560-dc3d-413b-bc01-cf954d5349f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1/action'} Body: b'' 2023-04-17 19:30:25,965 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.021s 2023-04-17 19:30:25,965 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-26a5db1c-a8a3-41c4-9a18-4df6fbca6225', 'x-openstack-request-id': 'req-26a5db1c-a8a3-41c4-9a18-4df6fbca6225', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4a087515-5bc0-4551-b777-063d3bc4b3a1 could not be found."}}' 2023-04-17 19:30:25,998 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/77651b71-aa3f-4ca5-ac6e-172231d75740 0.032s 2023-04-17 19:30:25,998 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-290960a6-4a11-4c41-bdc8-75d634511934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/77651b71-aa3f-4ca5-ac6e-172231d75740'} Body: b'' 2023-04-17 19:30:26,060 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57 0.061s 2023-04-17 19:30:26,061 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-24eac33f-2c90-4ed4-837e-913a2716936a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57'} Body: b'' 2023-04-17 19:30:26,078 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57 0.017s 2023-04-17 19:30:26,078 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Mon, 17 Apr 2023 19:30:26 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-201a24f1-de03-4b3f-a110-bba0223a739b', 'x-openstack-request-id': 'req-201a24f1-de03-4b3f-a110-bba0223a739b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6816296e-62d4-471e-a36b-d88a9c6d6d57 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.715136s] ... 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 7b4cbc88-59a6-4b50-b50a-79751185c88e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:25,382 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes 0.400s 2023-04-17 19:30:25,382 80098 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-966584469"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce73b9d-ff50-4e24-828f-064ede25f83e', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce73b9d-ff50-4e24-828f-064ede25f83e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.319219", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:25,449 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.057s 2023-04-17 19:30:25,449 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51df44f-edd3-4f11-8ada-55fa5ee99f59', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51df44f-edd3-4f11-8ada-55fa5ee99f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,499 80098 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/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.038s 2023-04-17 19:30:26,500 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fbcf361-c860-4b87-8e12-2139d1aefc84', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fbcf361-c860-4b87-8e12-2139d1aefc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": "2023-04-17T19:30:25.000000", "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,551 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.036s 2023-04-17 19:30:26,551 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a2e956-30ff-4a70-a529-081586a23b2a', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a2e956-30ff-4a70-a529-081586a23b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": "2023-04-17T19:30:25.000000", "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,670 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.104s 2023-04-17 19:30:26,670 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 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-67f20aaa-62db-4cea-b491-fc4171e2d131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'' 2023-04-17 19:30:26,693 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.023s 2023-04-17 19:30:26,694 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 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-3f1474c2-96da-4d6d-a4d7-ef79793a1ba1', 'x-openstack-request-id': 'req-3f1474c2-96da-4d6d-a4d7-ef79793a1ba1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7b4cbc88-59a6-4b50-b50a-79751185c88e could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.499140s] ... 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 2143492c-5b5e-433a-996f-0560de274479 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:26,904 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes 0.207s 2023-04-17 19:30:26,905 80098 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-1195749493"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa19355-e53c-4e27-a030-b261e0dbccc8', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa19355-e53c-4e27-a030-b261e0dbccc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:26.845678", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:26,959 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.045s 2023-04-17 19:30:26,960 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c86808-ce2f-4d02-ab0c-090f9c8f06c1', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c86808-ce2f-4d02-ab0c-090f9c8f06c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,012 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.040s 2023-04-17 19:30:28,012 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67867c0d-63e9-4f34-97f3-55d553b7025b', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67867c0d-63e9-4f34-97f3-55d553b7025b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": "2023-04-17T19:30:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,061 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.038s 2023-04-17 19:30:28,061 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba97b0e4-72cd-463e-9666-e63dfefec4fc', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba97b0e4-72cd-463e-9666-e63dfefec4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": "2023-04-17T19:30:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,172 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.100s 2023-04-17 19:30:28,173 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 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-864a1cf4-85f7-441d-887c-e3439560dbcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'' 2023-04-17 19:30:28,195 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.021s 2023-04-17 19:30:28,195 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 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-9ee756f5-3d96-4f01-8950-922aca9c6e2c', 'x-openstack-request-id': 'req-9ee756f5-3d96-4f01-8950-922aca9c6e2c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2143492c-5b5e-433a-996f-0560de274479 could not be found."}}' {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.185055s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.090706s] ... ok {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.775743s] ... 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 45286a9b-aed0-49eb-88b5-7fc9c9e13791 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:31,450 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes 0.392s 2023-04-17 19:30:31,450 80098 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-710540605"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe2250c-ba17-4399-90cb-69c5cf1d25aa', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe2250c-ba17-4399-90cb-69c5cf1d25aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.394521", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:31,512 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.043s 2023-04-17 19:30:31,512 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c873cf51-21e5-4f8e-a6be-ae4c83362329', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c873cf51-21e5-4f8e-a6be-ae4c83362329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,614 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.082s 2023-04-17 19:30:32,614 80098 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5608440d-e298-4687-a872-640f385ed8ea', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5608440d-e298-4687-a872-640f385ed8ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": "2023-04-17T19:30:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,663 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.037s 2023-04-17 19:30:32,663 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec328fa5-8470-46b1-9242-0858eccfbef2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec328fa5-8470-46b1-9242-0858eccfbef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": "2023-04-17T19:30:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,802 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.128s 2023-04-17 19:30:32,802 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 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-e10ec7ed-1505-4fc9-bd0c-7e851a002503', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'' 2023-04-17 19:30:32,831 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.028s 2023-04-17 19:30:32,831 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-041118d7-a63f-499e-8489-89d8515bf1aa', 'x-openstack-request-id': 'req-041118d7-a63f-499e-8489-89d8515bf1aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45286a9b-aed0-49eb-88b5-7fc9c9e13791 could not be found."}}' {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.745966s] ... 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 634fc760-0208-416f-a3b9-5b4fb18d94d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:33,253 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes 0.356s 2023-04-17 19:30:33,254 80114 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-1239045945"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38dafbb0-84c7-40a1-829b-058849bb86be', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38dafbb0-84c7-40a1-829b-058849bb86be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.194049", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:33,348 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.085s 2023-04-17 19:30:33,348 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee57c18-433e-4b8d-8fb8-7261ec675120', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee57c18-433e-4b8d-8fb8-7261ec675120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,404 80114 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/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.044s 2023-04-17 19:30:34,405 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ac659d-a7e3-4d95-b17b-47a7de6b4888', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ac659d-a7e3-4d95-b17b-47a7de6b4888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": "2023-04-17T19:30:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,457 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.039s 2023-04-17 19:30:34,458 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcb0ce7-bc4d-473a-8b95-2ce42432c3b3', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcb0ce7-bc4d-473a-8b95-2ce42432c3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": "2023-04-17T19:30:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,615 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.142s 2023-04-17 19:30:34,616 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-77db8656-1e56-4ce4-8d85-e472d581450d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'' 2023-04-17 19:30:34,640 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.023s 2023-04-17 19:30:34,640 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-37313cdd-b7f0-4a10-b57b-764e8de4943d', 'x-openstack-request-id': 'req-37313cdd-b7f0-4a10-b57b-764e8de4943d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 634fc760-0208-416f-a3b9-5b4fb18d94d6 could not be found."}}' {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.544441s] ... 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 83674a60-d747-406c-bf11-d624a9897b91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:34,848 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes 0.203s 2023-04-17 19:30:34,848 80114 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-1480019595"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f89e0f-3fbd-4cd7-9b8b-c1489e3f687d', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f89e0f-3fbd-4cd7-9b8b-c1489e3f687d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:34.771741", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:34,908 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.050s 2023-04-17 19:30:34,908 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8107bc-0323-4168-ae26-024adc147d56', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8107bc-0323-4168-ae26-024adc147d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:35,962 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.042s 2023-04-17 19:30:35,963 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acd06b9-80e5-4d10-a2a9-a5f9bc3bf252', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acd06b9-80e5-4d10-a2a9-a5f9bc3bf252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": "2023-04-17T19:30:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:36,038 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.065s 2023-04-17 19:30:36,039 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384175df-3368-4df9-b4bf-ff780251b8b4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384175df-3368-4df9-b4bf-ff780251b8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": "2023-04-17T19:30:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:36,161 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.111s 2023-04-17 19:30:36,161 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:36 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-0e6cff4f-a6a9-4eb8-afd4-c2a079b80a8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'' 2023-04-17 19:30:36,187 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.025s 2023-04-17 19:30:36,187 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:36 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-4f90842c-0deb-4557-b120-e0e172ec52f5', 'x-openstack-request-id': 'req-4f90842c-0deb-4557-b120-e0e172ec52f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83674a60-d747-406c-bf11-d624a9897b91 could not be found."}}' {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.565653s] ... 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 3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:39,705 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes 0.408s 2023-04-17 19:30:39,706 80114 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-956717221"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c8d48e-e1f4-472e-a5c2-08e72418a6da', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c8d48e-e1f4-472e-a5c2-08e72418a6da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:39.639093", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:39,794 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c 0.070s 2023-04-17 19:30:39,795 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3823e6-0423-4018-9e9d-ee4d1d08039e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3823e6-0423-4018-9e9d-ee4d1d08039e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:40.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a0175a15c044bc4ba0f6a857f088c5a"}}' 2023-04-17 19:30:40,848 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c 0.041s 2023 -04-17 19:30:40,848 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f0ef36-3629-40d6-aadc-4bf8a68fb8cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f0ef36-3629-40d6-aadc-4bf8a68fb8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:40.000000", "updated_at": "2023-04-17T19:30:40.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a0175a15c044bc4ba0f6a857f088c5a"}}' {8} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [230.315685s] ... 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 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T19:30:00Z', 'message': 'Build of instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f aborted: Volume 04a28295-248a-4d3b-b5c3-4a275fccc9f1 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-22ac2bf5-dce7-44fa-99d8-aee74c33b647. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:53,529 80110 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.079s 2023-04-17 19:26:53,530 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 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-29e06e6e-2d3d-415c-a735-5c5827837b04', '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": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["n8h2E0poSN-lxj2ubwlKyw"], "expires_at": "2023-04-17T20:26:53.000000Z", "issued_at": "2023-04-17T19:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:53,531 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:54,298 80110 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.766s 2023-04-17 19:26:54,299 80110 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-573934540", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e', '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-acb141b5-48ce-4588-acdb-c45797500f27', 'x-compute-request-id': 'req-acb141b5-48ce-4588-acdb-c45797500f27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2XbDFpeZ4Tuf"}}' 2023-04-17 19:26:54,380 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.078s 2023-04-17 19:26:54,381 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:54 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-473ff346-f055-4695-8ada-8bcd8dc81067', 'x-compute-request-id': 'req-473ff346-f055-4695-8ada-8bcd8dc81067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:26:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257 428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:27:44,702 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.260s 2023-04-17 19:27:44,703 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb923dc9-5738-463c-a768-7b05e3583fdd', 'x-compute-request-id': 'req-fb923dc9-5738-463c-a768-7b05e3583fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:e6:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:27:44,718 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:28:45,704 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e/action 0.927s 2023-04-17 19:28:45,704 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-989448091"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-f0e26ff1-ac7a-47e8-94cf-d57cba9a246b', 'x-compute-request-id': 'req-f0e26ff1-ac7a-47e8-94cf-d57cba9a246b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e/action'} Body: b'{"image_id": "d25469ea-f170-481b-9224-0125ab5e3cce"}' 2023-04-17 19:28:45,733 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.026s 2023-04-17 19:28:45,733 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-74a059cc-16a6-48ac-936f-d227fe7691ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:46,758 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.023s 2023-04-17 19:28:46,758 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d14793e-781f-4961-b9af-e2dd59a290ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:47,783 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.023s 2023-04-17 19:28:47,783 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5971bd81-0755-40a4-a534-7efe5816a201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:48,807 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.022s 2023-04-17 19:28:48,807 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-355bf0d7-8c67-41d9-b4c7-73c662ba0332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boo t_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:49,833 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.024s 2023-04-17 19:28:49,833 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-80e35b79-9eb6-4b20-b408-60f45e77aa9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:50Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:50,858 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.022s 2023-04-17 19:28:50,858 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6c8e41e7-0690-41e5-a4a8-b626c422c148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "3ee99db3513af5f3f041ddf53c14cf92", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7b3450d58d7c5fe52c38b8c043f345a62351b688a2c04459c9ebcf3e6988835f4e7dfec18c1c632a23bea334ea81ac5c090ef6d071eb2c6ee3b148740a5d20c0", "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:51Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:50,883 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.024s 2023-04-17 19:28:50,883 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a245cfd7-fea1-4e37-8f1b-d027753fa4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "3ee99db3513af5f3f041ddf53c14cf92", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7b3450d58d7c5fe52c38b8c043f345a62351b688a 2c04459c9ebcf3e6988835f4e7dfec18c1c632a23bea334ea81ac5c090ef6d071eb2c6ee3b148740a5d20c0", "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:51Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:51,108 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.224s 2023-04-17 19:28:51,109 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d32afb7-ab7f-467a-bd50-2d8b946f323c', 'x-compute-request-id': 'req-4d32afb7-ab7f-467a-bd50-2d8b946f323c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:28:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:e6:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:29:51,224 80110 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.087s 2023-04-17 19:29:51,225 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:51 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-283d43af-968b-4666-bed1-94bbde3b5f58', '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": "564b229ded9 c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["5I5ghz5xQzKWTr0MmAjQhw"], "expires_at": "2023-04-17T20:29:51.000000Z", "issued_at": "2023-04-17T19:29:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:29:51,225 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:29:52,807 80110 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.581s 2023-04-17 19:29:52,808 80110 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-2035806341", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "003f99eb-9d8f-4734-989c-fb7e29875453", "destination_type": "volume"}], "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f', '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-22ac2bf5-dce7-44fa-99d8-aee74c33b647', 'x-compute-request-id': 'req-22ac2bf5-dce7-44fa-99d8-aee74c33b647', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fytzhGcKcP4p"}}' 2023-04-17 19:29:52,891 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.080s 2023-04-17 19:29:52,891 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:52 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-82970201-2755-4398-8b63-01415b214e50', 'x-compute-request-id': 'req-82970201-2755-4398-8b63-01415b214e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2035806341", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:29:53Z", "updated": "2023-04-17T19:29:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:30:43,132 80110 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_im age_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.184s 2023-04-17 19:30:43,132 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dda75845-12fa-4ee3-a88e-7f160c4db570', 'x-compute-request-id': 'req-dda75845-12fa-4ee3-a88e-7f160c4db570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2035806341", "status": "ERROR", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:29:52Z", "updated": "2023-04-17T19:30:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T19:30:00Z", "message": "Build of instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f aborted: Volume 04a28295-248a-4d3b-b5c3-4a275fccc9f1 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:30:43,147 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-17 19:30:43,710 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.563s 2023-04-17 19:30:43,710 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:43 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-2e876026-671f-4c12-8a19-7682a025d8fa', 'x-compute-request-id': 'req-2e876026-671f-4c12-8a19-7682a025d8fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'' 2023-04-17 19:30:43,750 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.039s 2023-04-17 19:30:43,750 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:43 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-bf814855-c49e-4cdc-a60d-5e362f5ebd48', 'x-compute-request-id': 'req-bf814855-c49e-4cdc-a60d-5e362f5ebd48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f could not be found."}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [166.426724s] ... 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 a73deb2b-3f33-4780-b5c5-cb9f61a85313 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:29:16,218 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:29:16,218 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:29:16,443 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2023-04-17 19:29:16,447 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-230504393", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:16 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-38c41d6a-f863-403b-aad8-3fe333f3ec8d', 'x-compute-request-id': 'req-38c41d6a-f863-403b-aad8-3fe333f3ec8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-230504393", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg==", "fingerprint": "91:18:0e:e6:81:f5:a9:40:f9:5d:e2:3c:f1:cd:48:ad", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:29:16,455 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-230504393 created 2023-04-17 19:29:16,621 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-04-17 19:29:16,621 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1796464064", "description": "tempest-description--512548272"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fa5c33cb-416e-4960-870d-41937c7efd69', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "name": "tempest-securitygroup--1796464064", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--512548272", "shared": false, "security_group_rules": [{"id": "69ce06c3-2a1b-4a9f-93c8-240a1baa9582", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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": 846, "description": null, "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "c206f257-80e1-4a68-ba6b-b75455984e14", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 845, "description": null, "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,813 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-17 19:29:16,813 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-4e78b6a8-101d-4bcd-9505-6f64431ce62a', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecf1afee-b79b-4d7a-98e4-ede8a72ff61c", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,966 80100 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-17 19:29:16,966 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47ffc2dd-21a2-428c-af59-8768b09c21d6', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0489c53b-e896-4ff5-8bb2-4b4722cfbb3d", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,967 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1796464064 created 2023-04-17 19:29:17,816 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.849s 2023-04-17 19:29:17,817 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-f490a8b5-7b09-4cbc-a819-60dba1aee88a', 'date': 'Mon, 17 Apr 2023 19:29:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "917ddc81-d0be-4090-862a-b14c45c3f2cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.228", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:29:17Z", "updated_at": "2023-04-17T19:29:17Z", "revision_number": 0}}' 2023-04-17 19:29:17,817 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '917ddc81-d0be-4090-862a-b14c45c3f2cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.228', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:29:17Z', 'updated_at': '2023-04-17T19:29:17Z', 'revision_number': 0, 'ip': '172.24.4.228'} created 2023-04-17 19:29:17,864 80100 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.035s 2023-04-17 19:29:17,864 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:17 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-26f57e04-9cd6-4dd1-8c57-8cf269aeba0d', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["-OBbHgFCRmSRUZ9yRpOV1Q"], "expires_at": "2023-04-17T20:29:17.000000Z", "issued_at": "2023-04-17T19:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionO ne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:29:17,865 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:29:17,866 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-230504393', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg==', 'fingerprint': '91:18:0e:e6:81:f5:a9:40:f9:5d:e2:3c:f1:cd:48:ad', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAibop8JlGD7G0CvYqSeYmOiM+dKhv4L4bOme4wSh6NEM5H5OaXICaH\nqpBPiZZK0jKgBwYFK4EEACKhZANiAASqIem7SNTfL9NjgKqGO97JNTRLbMQBKlYG\nYUrn6f+ZXjvT87KIKIoSdhNAH+DjNVa341ZG12WOXSN1BYpduV8pUJ2i/BZgOeO0\nebAfJuDHQJMX+YSH496SHG9TlDfcTqY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', 'name': 'tempest-securitygroup--1796464064', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--512548272', 'shared': False, 'security_group_rules': [{'id': '69ce06c3-2a1b-4a9f-93c8-240a1baa9582', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', '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': 846, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'c206f257-80e1-4a68-ba6b-b75455984e14', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', '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': 845, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b6 4fa15994'}], 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '917ddc81-d0be-4090-862a-b14c45c3f2cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.228', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:29:17Z', 'updated_at': '2023-04-17T19:29:17Z', 'revision_number': 0, 'ip': '172.24.4.228'}} 2023-04-17 19:29:18,647 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.779s 2023-04-17 19:29:18,647 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-838608747", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "key_name": "tempest-keypair-230504393", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08a3bb28-54a2-406b-87ce-f489f8063f46', 'x-compute-request-id': 'req-08a3bb28-54a2-406b-87ce-f489f8063f46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "adminPass": "password"}}' 2023-04-17 19:29:18,718 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.068s 2023-04-17 19:29:18,719 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:18 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-84acc3ed-d8d2-4e2f-98f3-9b3c5c7a358a', 'x-compute-request-id': 'req-84acc3ed-d8d2-4e2f-98f3-9b3c5c7a358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:19Z", "updated": "2023-04-17T19:29:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:09,055 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.278s 2023-04-17 19:30:09,056 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:08 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-b4cce6b2-2503-49a2-a015-89ce59a6ce60', 'x-compute-request-id': 'req-b4cce6b2-2503-49a2-a015-89ce59a6ce60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:18Z", "updated": "2023-04-17T19:29:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": "2023-04-17T19:29:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:09,067 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:31:09,296 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112/os-interface 0.182s 2023-04-17 19:31:09,296 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:09 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-938d77c5-edb8-475e-be98-7f2c4105ee0e', 'x-compute-request-id': 'req-938d77c5-edb8-475e-be98-7f2c4105ee0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a", "mac_addr": "fa:16:3e:61:19:fb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.12"}]}]}' 2023-04-17 19:31:09,972 80100 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/917ddc81-d0be-4090-862a-b14c45c3f2cc 0.671s 2023-04-17 19:31:09,973 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-59614fc5-e627-4af8-a9df-5def0a7cfa36', 'date': 'Mon, 17 Apr 2023 19:31:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc'} Body: b'{"floatingip": {"id": "917ddc81-d0be-4090-862a-b14c45c3f2cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.228", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:61:19:fb", "admin_state_up": true, "status": "ACTIVE", "device_id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:29:17Z", "updated_at": "2023-04-17T19:31:09Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:09,978 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.228:22' as 'cirros' with public key authentication 2023-04-17 19:31:10,024 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:31:10,056 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:31:10,057 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.228 successfully created 2023-04-17 19:31:10,099 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112/ips 0.041s 2023-04-17 19:31:10,099 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 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-2f5c9481-f404-46dc-bb04-ae3b30bd2165', 'x-compute-request-id': 'req-2f5c9481-f404-46dc-bb04-ae3b30bd2165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6- b3f4-4349bc070112/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-17 19:31:10,347 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.244s 2023-04-17 19:31:10,348 80100 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-431004398"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b14e59-0ed9-4bb5-812c-891b184b8b6c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b14e59-0ed9-4bb5-812c-891b184b8b6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.281658", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:31:10,406 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313 0.048s 2023-04-17 19:31:10,407 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5cecf5-bb1d-4c35-9e70-6a17173b23d6', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5cecf5-bb1d-4c35-9e70-6a17173b23d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:11,457 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_ to_different_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313 0.039s 2023-04-17 19:31:11,458 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fd133c-dcf3-4b7e-9302-c490e1d99677', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fd133c-dcf3-4b7e-9302-c490e1d99677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.000000", "updated_at": "2023-04-17T19:31:10.000000", "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:11,596 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.122s 2023-04-17 19:31:11,597 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 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-9b783801-d43a-4316-a16c-e7bdf3c60db0', 'x-compute-request-id': 'req-9b783801-d43a-4316-a16c-e7bdf3c60db0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'' 2023-04-17 19:31:11,796 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.198s 2023-04-17 19:31:11,796 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 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-599071c2-5c80-4571-99f2-e638f68c9de9', 'x-compute-request-id': 'req-599071c2-5c80-4571-99f2-e638f68c9de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d2 3d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:18Z", "updated": "2023-04-17T19:31:12Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}, {"version": 4, "addr": "172.24.4.228", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": "2023-04-17T19:29:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:01,899 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.038s 2023-04-17 19:32:01,899 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3f0f30e8-b980-4ab2-b7b6-1dfff94e44b6', 'x-compute-request-id': 'req-3f0f30e8-b980-4ab2-b7b6-1dfff94e44b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6c12e346-61c9-4ad6-b3f4-4349bc070112 could not be found."}}' 2023-04-17 19:32:01,936 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-230504393 0.035s 2023-04-17 19:32:01,936 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10cf09b-b714-433e-a5f4-9faa586df615', 'x-compute-request-id': 'req-c10cf09b-b714-433e-a5f4-9faa586df615', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-230504393'} Body: b'' 2023-04-17 19:32:02,108 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c 0.170s 2023-04-17 19:32:02,108 80100 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-f1509a72-514f-4b19-8644-81e5abebd1b8', 'conte nt-length': '0', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c'} Body: b'' 2023-04-17 19:32:02,133 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c 0.023s 2023-04-17 19:32:02,134 80100 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-ffac5aac-737c-4cc0-833f-9d79c5bb4776', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2303d44c-4ae8-4184-ab2b-591dfc80af5c does not exist", "detail": ""}}' 2023-04-17 19:32:02,643 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc 0.508s 2023-04-17 19:32:02,643 80100 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-46102147-d26c-4bd9-a3ef-4562a5e7be76', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc'} Body: b'' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.816406s] ... 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 790bc508-a1b6-489c-97ef-84b6ed22865e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:32:02,650 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:32:02,650 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:32:02,716 80100 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-17 19:32:02,716 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1647992201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:02 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-331030f9-391b-4536-8aeb-9b213963614d', 'x-compute-request-id': 'req-331030f9-391b-4536-8aeb-9b213963614d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1647992201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ==", "fingerprint": "6e:b8:71:bc:ae:bf:6c:aa:a7:99:3e:ba:d8:db:89:be", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:32:02,719 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1647992201 created 2023-04-17 19:32:02,879 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.160s 2023-04-17 19:32:02,879 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--714029710", "description": "tempest-description--700472565"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f3e9ce07-3475-4652-8797-a9f3730dc25f', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "name": "tempest-securitygroup--714029710", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--700472565", "shared": false, "security_group_rules": [{"id": "721d5727-6332-4495-88bc-7af133fcdfde", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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": 960, "description": null, "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "fecad877-b7ff-44fc-95f8-fcc0daf4cdf1", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "ethertype": "IPv4", "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": 959, "description": null, "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,065 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.185s 2023-04-17 19:32:03,065 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-6a5fc33d-205b-414a-acd0-6facb8bf320a', 'date': 'Mon, 17 Apr 2023 19:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb492426-fa65-4c13-8b96-e05ef57e95b9", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,230 80100 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-17 19:32:03,231 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-031e17a2-cee7-4366-b8fb-3a1d5fbe9635', 'date': 'Mon, 17 Apr 2023 19:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c9ea27f-e9b0-4d80-a70b-7c07f4b6a656", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-17T19:32:03Z", "updated_at": "2023-04-17T19:32:03Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,232 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--714029710 created 2023-04-17 19:32:04,002 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.769s 2023-04-17 19:32:04,002 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-56a4bb38-aaab-48bb-b957-54fa0181d603', 'date': 'Mon, 17 Apr 2023 19:32:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "662695c6-990f-4ec9-abec-56d8e4cd64f5", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.77", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:32:03Z", "updated_at": "2023-04-17T19:32:03Z", "revision_number": 0}}' 2023-04-17 19:32:04,002 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '662695c6-990f-4ec9-abec-56d8e4cd64f5', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.77', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:32:03Z', 'updated_at': '2023-04-17T19:32:03Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2023-04-17 19:32:04,090 80100 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.082s 2023-04-17 19:32:04,091 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 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-8a28744b-ec11-480d-9ab6-e6e1605df815', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["Vv448FjyRHygGxa320_7YA"], "expires_at": "2023-04-17T20:32:04.000000Z", "issued_at": "2023-04-17T19:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:32:04,091 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:32:04,092 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1647992201', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ==', 'fingerprint': '6e:b8:71:bc:ae:bf:6c:aa:a7:99:3e:ba:d8:db:89:be', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBh8KRVm0oUKjIT+unLIaIsSmOLbdA9lZjKceZsIfg8FwAoYRiAiOCb\nDaSkF16yusmgBwYFK4EEACKhZANiAATcMivR0lX+LMi2fVj2Aa9kuvly2c8vk/ji\npZ0fF4oXo1xf4El0+q1IoThn2D9F75ZqCwfkBScpk0BE0PpsjWb66RCoKE3Kdvd+\nV0WsOOmj79Qj8PNwYIZaB8s1oH0YuL0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', 'name': 'tempest-securitygroup--714029710', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--700472565', 'shared': False, 'security_group_rules': [{'id': '721d5727-6332-4495-88bc-7af133fcdfde', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', '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': 960, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'fecad877-b7ff-44fc-95f8-fcc0daf4cdf1', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', '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': 959, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}], 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '662695c6-990f-4ec9-abec-56d8e4cd64f5', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.77', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:32:03Z', 'updated_at': '2023-04-17T19:32:03Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-04-17 19:32:04,772 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.679s 2023-04-17 19:32:04,773 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1818210675", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--714029710"}], "key_name": "tempest-keypair-1647992201", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21028dbc-965b-4c15-b519-b5c120c1d455', 'x-compute-request-id': 'req-21028dbc-965b-4c15-b519-b5c120c1d455', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--714029710"}], "adminPass": "password"}}' 2023-04-17 19:32:04,865 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.089s 2023-04-17 19:32:04,865 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 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-df485908-85f1-49ab-847d-37c91bf4be3a', 'x-compute-request-id': 'req-df485908-85f1-49ab-847d-37c91bf4be3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images /003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:05Z", "updated": "2023-04-17T19:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:55,189 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.264s 2023-04-17 19:32:55,190 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde12907-c3c8-4d55-a035-e475990adb21', 'x-compute-request-id': 'req-bde12907-c3c8-4d55-a035-e475990adb21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:04Z", "updated": "2023-04-17T19:32:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": "2023-04-17T19:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--714029710"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:55,201 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:33:55,447 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0/os-interface 0.185s 2023-04-17 19:33:55,447 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33 :55 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-e686577c-d407-44bf-9085-496311780cca', 'x-compute-request-id': 'req-e686577c-d407-44bf-9085-496311780cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "32900155-0dfe-493e-b636-f837ca774a92", "mac_addr": "fa:16:3e:09:b6:c3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.10"}]}]}' 2023-04-17 19:33:56,753 80100 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/662695c6-990f-4ec9-abec-56d8e4cd64f5 1.300s 2023-04-17 19:33:56,753 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "32900155-0dfe-493e-b636-f837ca774a92"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-50226465-a50e-4c68-9483-3f9046d9b203', 'date': 'Mon, 17 Apr 2023 19:33:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5'} Body: b'{"floatingip": {"id": "662695c6-990f-4ec9-abec-56d8e4cd64f5", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.77", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "32900155-0dfe-493e-b636-f837ca774a92", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:09:b6:c3", "admin_state_up": true, "status": "ACTIVE", "device_id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:32:03Z", "updated_at": "2023-04-17T19:33:55Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:56,755 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2023-04-17 19:33:56,813 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:33:56,838 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:33:56,839 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2023-04-17 19:33:56,885 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0/ips 0.045s 2023-04-17 19:33:56,885 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:56 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-b068d67e-6359-4a1a-8d7d-2684877b7497', 'x-compute-request-id': 'req-b068d67e-6359-4a1a-8d7d-2684877b7497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-17 19:33:57,078 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.189s 2023-04-17 19:33:57,078 80100 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-185122696"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6db38f3-0aa9-4a21-887b-5eeb87c86813', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6db38f3-0aa9-4a21-887b-5eeb87c86813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.018586", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:33:57,141 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e 0.054s 2023-04-17 19:33:57,142 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d726a462-8b54-4fec-a4fe-45b83c5113d1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d726a462-8b54-4fec-a4fe-45b83c5113d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:58,204 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/b9 a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e 0.050s 2023-04-17 19:33:58,204 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ddb0264-5578-4e29-b653-7a529e0b4c40', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ddb0264-5578-4e29-b653-7a529e0b4c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.000000", "updated_at": "2023-04-17T19:33:57.000000", "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:58,366 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.150s 2023-04-17 19:33:58,366 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 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-52f34316-02b2-4463-8103-18c0e6daa613', 'x-compute-request-id': 'req-52f34316-02b2-4463-8103-18c0e6daa613', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'' 2023-04-17 19:33:58,585 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.219s 2023-04-17 19:33:58,586 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 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-fca39eee-255e-42ac-950d-f4ffa87b922a', 'x-compute-request-id': 'req-fca39eee-255e-42ac-950d-f4ffa87b922a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "i mage": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:04Z", "updated": "2023-04-17T19:33:58Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": "2023-04-17T19:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--714029710"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:34:48,839 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.191s 2023-04-17 19:34:48,839 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:48 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-7c4fd258-5635-48d3-b068-a08cd39aa3cd', 'x-compute-request-id': 'req-7c4fd258-5635-48d3-b068-a08cd39aa3cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4803d87-e6f9-4c4c-a98c-987080c455c0 could not be found."}}' 2023-04-17 19:34:48,870 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1647992201 0.030s 2023-04-17 19:34:48,870 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35739d6b-e807-444b-a5e9-73ddc1c3f958', 'x-compute-request-id': 'req-35739d6b-e807-444b-a5e9-73ddc1c3f958', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1647992201'} Body: b'' 2023-04-17 19:34:49,019 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d 0.148s 2023-04-17 19:34:49,019 80100 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-fcc6b7b0-a298-4432-a762-208ba24b8189', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d'} Body: b'' 2023-04-17 19:34:49,035 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d 0.016s 2023-04-17 19:34:49,036 80100 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-be9ca004-d979-4b2f-bfeb-d7fe611628cb', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0b3a8016-19fb-4d21-9e28-b5985800d76d does not exist", "detail": ""}}' 2023-04-17 19:34:49,464 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5 0.428s 2023-04-17 19:34:49,465 80100 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-600e8e16-617b-4afb-8fc5-a6f9cadb399f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5'} Body: b'' {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.359620s] ... 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 e10a8995-747e-454f-a715-85d3cf34e89a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:18,268 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes 0.224s 2023-04-17 19:37:18,269 80110 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-69172788"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20301eda-8a25-4b53-a510-7de54b09a1d6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20301eda-8a25-4b53-a510-7de54b09a1d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.191630", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:18,331 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a 0.051s 2023-04-17 19:37:18,332 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca5e552-7768-47a7-9b1f-dbf8d744c3f0', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca5e552-7768-47a7-9b1f-dbf8d744c3f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 2023-04-17 19:37:19,387 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a 0.043s 2023-04-17 19:37:19,388 80110 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcdf77fe-a2b2-4a64-aae2-a25587f8de3b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcdf77fe-a2b2-4a64-aae2-a25587f8de3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.000000", "updated_at": "2023-04-17T19:37:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.493110s] ... 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 a590b3c2-f79b-4f9e-b712-4c9d3c781801 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:19,779 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes 0.373s 2023-04-17 19:37:19,780 80110 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-1090298753"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601c0abe-1f1b-40b0-b172-3b81fce8649a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601c0abe-1f1b-40b0-b172-3b81fce8649a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:19.560720", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:19,831 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801 0.041s 2023-04-17 19:37:19,831 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1ad313-9096-4f78-83e6-c104548e3529', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1ad313-9096-4f78-83e6-c104548e3529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 2023-04-17 19:37:20,887 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801 0.043s 2023-04-17 19:37:20,887 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c38fe9-f06e-491c-bcfe-d8db66f9d2a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c38fe9-f06e-491c-bcfe-d8db66f9d2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:20.000000", "updated_at": "2023-04-17T19:37:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.001510s] ... 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 57b414a3-3c7e-4dcf-884a-629d581b99f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:34:49,469 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:34:49,469 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:34:49,527 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-17 19:34:49,528 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1162267789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbb4c1c9-a2e7-427e-bc0b-018e0695a3af', 'x-compute-request-id': 'req-cbb4c1c9-a2e7-427e-bc0b-018e0695a3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1162267789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw==", "fingerprint": "ed:a6:bd:f4:8e:17:ca:74:09:3f:f9:0c:24:de:7c:bb", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:34:49,530 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1162267789 created 2023-04-17 19:34:49,700 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.168s 2023-04-17 19:34:49,700 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1554402207", "description": "tempest-description--1841547964"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8946531d-3cb5-4ed2-8354-44722510df6c', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "name": "tempest-securitygroup--1554402207", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--1841547964", "shared": false, "security_group_rules": [{"id": "a2b17fe8-0dbe-4d30-a78f-ebe0f6cc33e6", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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": 981, "description": null, "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "d0a33d5d-9d9d-4f9b-8650-9bddb62ffba4", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 982, "description": null, "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:49,862 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-17 19:34:49,862 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-52c8dd0d-6ab3-4e76-97af-18c0553daf88', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06e70889-6d6b-4775-9359-d5946e61d62d", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:50,027 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-17 19:34:50,028 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f81cd184-4e20-464b-8eec-3e6e1e83f241', 'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d45f744-7406-4c0d-b13f-32de9992d1bb", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:50,028 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1554402207 created 2023-04-17 19:34:50,803 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.774s 2023-04-17 19:34:50,803 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0ad6f01a-bd6c-4e0d-b63e-6e6b59e8571d', 'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9ad47e7a-a0fc-4e44-adbe-90d4c30283cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.202", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:34:50Z", "updated_at": "2023-04-17T19:34:50Z", "revision_number": 0}}' 2023-04-17 19:34:50,803 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9ad47e7a-a0fc-4e44-adbe-90d4c30283cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.202', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:34:50Z', 'updated_at': '2023-04-17T19:34:50Z', 'revision_number': 0, 'ip': '172.24.4.202'} created 2023-04-17 19:34:50,853 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-04-17 19:34:50,854 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:50 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-b1d02367-6645-4a89-bd23-0e51dc99f282', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["F7rz6BDMT_aENjOqMBVh8w"], "expires_at": "2023-04-17T20:34:50.000000Z", "issued_at": "2023-04-17T19:34:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:34:50,855 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:34:50,855 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1162267789', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw==', 'fingerprint': 'ed:a6:bd:f4:8e:17:ca:74:09:3f:f9:0c:24:de:7c:bb', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBvHccOnmTVfmPvFTzxHUUH8ZDlIzxe8iAIXkSm8FB5pmo/3YVE5RA2\nb69iSvTqHKOgBwYFK4EEACKhZANiAARtUQv1F8lu4Ur/gw5AcuACcjiEUVajrZc8\nDsxi33Q3GEj5j6q47ovRoG+9ZM8sm1P57qtm8o14eL01YfLoUKGYGlTB5K3yudQb\nGDlN+XrudBz50B0alXHKyLlxK/EtA3M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', 'name': 'tempest-securitygroup--1554402207', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--1841547964', 'shared': False, 'security_group_rules': [{'id': 'a2b17fe8-0dbe-4d30-a78f-ebe0f6cc33e6', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', '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': 981, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'd0a33d5d-9d9d-4f9b-8650-9bddb62ffba4', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', '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': 982, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}], 'tags': [], 'created _at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '9ad47e7a-a0fc-4e44-adbe-90d4c30283cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.202', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:34:50Z', 'updated_at': '2023-04-17T19:34:50Z', 'revision_number': 0, 'ip': '172.24.4.202'}} 2023-04-17 19:34:51,680 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.823s 2023-04-17 19:34:51,680 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-865441818", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "key_name": "tempest-keypair-1162267789", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd09d3d6-3727-43be-841b-60225904da9a', 'x-compute-request-id': 'req-bd09d3d6-3727-43be-841b-60225904da9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "adminPass": "password"}}' 2023-04-17 19:34:51,759 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.075s 2023-04-17 19:34:51,759 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:51 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-7f4d0719-02bc-4262-817c-c4072689a007', 'x-compute-request-id': 'req-7f4d0719-02bc-4262-817c-c4072689a007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flav or": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:52Z", "updated": "2023-04-17T19:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:35:42,021 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.240s 2023-04-17 19:35:42,022 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23b4df3f-091b-4d2c-b14c-bd5288fa2de9', 'x-compute-request-id': 'req-23b4df3f-091b-4d2c-b14c-bd5288fa2de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:51Z", "updated": "2023-04-17T19:34:59Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": "2023-04-17T19:34:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:35:42,035 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:36:42,245 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/os-interface 0.174s 2023-04-17 19:36:42,246 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'conten t-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b00b6f85-a81d-43cd-9e47-6cc3a9b0805d', 'x-compute-request-id': 'req-b00b6f85-a81d-43cd-9e47-6cc3a9b0805d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5", "mac_addr": "fa:16:3e:51:7d:c2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:36:42,948 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc 0.695s 2023-04-17 19:36:42,948 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-52a53882-2907-45a9-a679-d70ca1a8924d', 'date': 'Mon, 17 Apr 2023 19:36:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc'} Body: b'{"floatingip": {"id": "9ad47e7a-a0fc-4e44-adbe-90d4c30283cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.202", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:51:7d:c2", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:34:50Z", "updated_at": "2023-04-17T19:36:42Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:42,949 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.202:22' as 'cirros' with public key authentication 2023-04-17 19:36:42,983 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:36:43,002 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:36:43,003 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.202 successfully created 2023-04-17 19:36:43,047 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/ips 0.044s 2023-04-17 19:36:43,048 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 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-68f0364a-19e6-467a-947b-f5ace1fd95a9', 'x-compute-request-id': 'req-68f0364a-19e6-467a-947b-f5ace1fd95a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 19:36:43,241 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.189s 2023-04-17 19:36:43,241 80100 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-1898352123"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f710e3b-ff52-4da5-ab7e-d567cead09d8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f710e3b-ff52-4da5-ab7e-d567cead09d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.181663", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:36:43,304 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0 0.053s 2023-04-17 19:36:43,305 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e9d467-1f61-4c59-a6e9-9973becce037', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e9d467-1f61-4c59-a6e9-9973becce037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:44,364 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0 0.047s 2023-04-17 19:36:44,365 80100 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab90b662-2d18-4f44-b5d8-628c0b500714', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab90b662-2d18-4f44-b5d8-628c0b500714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.000000", "updated_at": "2023-04-17T19:36:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:44,502 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.124s 2023-04-17 19:36:44,503 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f297f5-7803-41f7-9799-6af675d00c2c', 'x-compute-request-id': 'req-f9f297f5-7803-41f7-9799-6af675d00c2c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'' 2023-04-17 19:36:44,747 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.244s 2023-04-17 19:36:44,747 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561dbc7f-2a59-439f-a695-5393f7380e4b', 'x-compute-request-id': 'req-561dbc7f-2a59-439f-a695-5393f7380e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-98 9c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:51Z", "updated": "2023-04-17T19:36:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": "2023-04-17T19:34:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:37:34,849 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.045s 2023-04-17 19:37:34,849 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-00bcb331-aabb-4818-bd38-31ed35cd930c', 'x-compute-request-id': 'req-00bcb331-aabb-4818-bd38-31ed35cd930c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 could not be found."}}' 2023-04-17 19:37:34,882 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1162267789 0.032s 2023-04-17 19:37:34,883 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-df2a4e47-d323-4952-9f56-4d8bbfb35a8c', 'x-compute-request-id': 'req-df2a4e47-d323-4952-9f56-4d8bbfb35a8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1162267789'} Body: b'' 2023-04-17 19:37:35,021 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b 0.138s 2023-04-17 19:37:35,021 80100 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-883709b3-2fa9-4521-a57b-bd36c947e110', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b 6979b9b'} Body: b'' 2023-04-17 19:37:35,042 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b 0.020s 2023-04-17 19:37:35,042 80100 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-1801a95c-32ea-49fb-a539-f79d86eed824', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b does not exist", "detail": ""}}' 2023-04-17 19:37:35,468 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc 0.425s 2023-04-17 19:37:35,469 80100 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-654c9284-4bc7-4ac1-8490-2d69b4d671be', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc'} Body: b'' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.802922s] ... 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 21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:41,298 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types 0.215s 2023-04-17 19:37:41,298 80100 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-1460431168"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94010ea-f25c-4e96-bf45-b4417477b893', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94010ea-f25c-4e96-bf45-b4417477b893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types'} Body: b'{"volume_type": {"id": "52966e49-b6bd-409b-869f-9aebce29d934", "name": "tempest-GroupSnapshotsV319Test-volume-type-1460431168", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:37:41,339 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types 0.037s 2023-04-17 19:37:41,339 80100 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-275603890"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f7f1974-b70f-4454-8aff-1732d63e35b5', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f7f1974-b70f-4454-8aff-1732d63e35b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types'} Body: b'{"group_type": {"id": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "name": "tempest-GroupSnapshotsV319Test-group-type-275603890", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:37:41,525 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups 0.182s 2023-04-17 19:37:41,525 80100 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": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "name": "tempest-GroupSnapshotsV319Test-Group-1632555680"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd43a62-b9fe-40e9-a9de-c0d27004c6b7', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd43a62-b9fe-40e9-a9de-c0d27004c6b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680"}}' 2023-04-17 19:37:41,560 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.033s 2023-04-17 19:37:41,561 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ef2430-e4e1-49cd-8848-2044cb335c16', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ef2430-e4e1-49cd-8848-2044cb335c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:37:41.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680", "description": null, "group_type": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:37:42,609 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.043s 2023-04-17 19:37:42,610 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb98737-1ae2-4766-a524-be636ff86183', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb98737-1ae2-4766-a524-be636ff86183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:37:41.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680", "description": null, "group_type": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:37:42,685 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/volumes/detail 0.069s 2023-04-17 19:37:42,685 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea06ec1-0421-4a13-acdc-6e6c4078140b', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea06ec1-0421-4a13-acdc-6e6c4078140b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:37:42,758 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2/action 0.062s 2023-04-17 19:37:42,759 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-cb0e4dc3-4a52-4a17-961f-ed74069df092', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2/action'} Body: b'' 2023-04-17 19:37:42,780 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.020s 2023-04-17 19:37:42,780 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-5ea1a2ff-83b1-46b8-af34-cf79c3c88608', 'x-openstack-request-id': 'req-5ea1a2ff-83b1-46b8-af34-cf79c3c88608', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 could not be found."}}' 2023-04-17 19:37:42,811 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types/92cbf160-7337-4aef-9eb3-b07d5be23d91 0.030s 2023-04-17 19:37:42,811 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-caaf1919-374a-4141-bb26-e53b785509bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types/92cbf160-7337-4aef-9eb3-b07d5be23d91'} Body: b'' 2023-04-17 19:37:42,862 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934 0.050s 2023-04-17 19:37:42,863 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-d11f7d6e-1fc4-477e-82a6-945d09095f7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934'} Body: b'' 2023-04-17 19:37:42,884 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934 0.021s 2023-04-17 19:37:42,884 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-43feb575-789f-470f-9f39-d50970734a0d', 'x-openstack-request-id': 'req-43feb575-789f-470f-9f39-d50970734a0d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 52966e49-b6bd-409b-869f-9aebce29d934 could not be found."}}' {3} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.196062s] ... ok {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.930306s] ... ok {3} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [2.184811s] ... 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 724d4696-9f0b-41d3-8d56-f37ff284a405 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:49,571 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.203s 2023-04-17 19:37:49,572 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5bbdf791-839d-4bc3-b0b1-e64bab507dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:37:50,104 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes 0.531s 2023-04-17 19:37:50,107 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesCloneTest-Volume-524417832"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217333b3-4dbd-41bd-8810-900cde51a02a', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217333b3-4dbd-41bd-8810-900cde51a02a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.025119", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:50,179 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.052s 2023-04-17 19:37:50,179 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9be00f9-bdbc-457f-acba-c7a385bb5375', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9be00f9-bdbc-457f-acba-c7a385bb5375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,238 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.046s 2023-04-17 19:37:51,238 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36de7be-cc42-4a56-91d9-81dca152efc9', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36de7be-cc42-4a56-91d9-81dca152efc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": "2023-04-17T19:37:50.000000", "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,340 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.087s 2023-04-17 19:37:51,341 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41061f1-dd90-4560-9433-2a8cd1daacf8', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41061f1-dd90-4560-9433-2a8cd1daacf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": "2023-04-17T19:37:50.000000", "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,527 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.170s 2023-04-17 19:37:51,528 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28677af5-52f7-40fa-beff-fccd9c78aa9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'' 2023-04-17 19:37:51,550 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.022s 2023-04-17 19:37:51,550 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1346600e-a2fa-496e-87b3-4090921593a3', 'x-openstack-request-id': 'req-1346600e-a2fa-496e-87b3-4090921593a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 724d4696-9f0b-41d3-8d56-f37ff284a405 could not be found."}}' {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.494472s] ... 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 88a20a12-3b7c-41d2-ac39-baf8236fc364 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:51,745 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes 0.189s 2023-04-17 19:37:51,745 80100 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-65122516"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3902d48f-17a2-4a16-bbf4-c2a1fd3ef6e0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3902d48f-17a2-4a16-bbf4-c2a1fd3ef6e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:51.689497", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:51,802 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.047s 2023-04-17 19:37:51,803 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e74a903-a9f4-4b3a-adbf-ac79a833a0a9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e74a903-a9f4-4b3a-adbf-ac79a833a0a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:52,856 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.041s 2023-04-17 19:37:52,856 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': ' application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64b52d19-9b31-4918-a3a5-a04d3fce19cd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64b52d19-9b31-4918-a3a5-a04d3fce19cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": "2023-04-17T19:37:52.000000", "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:52,916 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.049s 2023-04-17 19:37:52,917 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211df641-bc97-4010-9aa8-2c355cb7168b', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211df641-bc97-4010-9aa8-2c355cb7168b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": "2023-04-17T19:37:52.000000", "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:53,025 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.098s 2023-04-17 19:37:53,026 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-d285f4ff-b954-48e9-996a-6c9dbf47484d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'' 2023-04-17 19:37:53,048 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.021s 2023-04-17 19:37:53,048 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-60414fd9-440f-4af1-b521-173ead2c6a0c', 'x-openstack-request-id': 'req-60414fd9-440f-4af1-b521-173ead2c6a0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 88a20a12-3b7c-41d2-ac39-baf8236fc364 could not be found."}}' {8} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.186195s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:07,342 80110 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools?detail=True 0.179s 2023-04-17 19:39:07,342 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a917bc9f-fd43-4a18-a1b9-89536c310432', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a917bc9f-fd43-4a18-a1b9-89536c310432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {8} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.065015s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:07,412 80110 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools 0.061s 2023-04-17 19:39:07,412 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d26fdb-6751-4ecb-a980-ff5e04ab4fa9', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d26fdb-6751-4ecb-a980-ff5e04ab4fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools'} Body: b'{"pools": []}' {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.116746s] ... 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 993a5354-17bf-4600-b7a3-d24c3765247e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:10,665 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types 0.244s 2023-04-17 19:39:10,665 80110 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-2077930470", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cf9b86-33dc-4ff9-b12d-719d81f602b3', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cf9b86-33dc-4ff9-b12d-719d81f602b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types'} Body: b'{"volume_type": {"id": "a4ce9606-7184-4fa5-bce3-f1f9cf14b87f", "name": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-17 19:39:10,794 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes 0.122s 2023-04-17 19:39:10,795 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "a4ce9606-7184-4fa5-bce3-f1f9cf14b87f", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 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-27ad3dc6-abe1-49ca-b7d0-9e2af8145bbe', 'x-openstack-request-id': 'req-27ad3dc6-abe1-49ca-b7d0-9e2af8145bbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a4ce9606-7184-4fa5-bce3-f1f9cf14b87f could not be found."}}' 2023-04-17 19:39:10,796 80110 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-17 19:39:10,829 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action 0.033s 2023-04-17 19:39:10,830 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "e1f8c4715d9b4d5babf67c3b8611ef8e"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87437c89-c19d-4e9c-80bb-b85271380c48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action'} Body: b'' 2023-04-17 19:39:11,127 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes 0.297s 2023-04-17 19:39:11,128 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "a4ce9606-7184-4fa5-bce3-f1f9cf14 b87f", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-527515563"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787ebcc1-929a-4e4a-bae4-942e213ab74e', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787ebcc1-929a-4e4a-bae4-942e213ab74e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.038183", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:11,193 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.055s 2023-04-17 19:39:11,193 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538e6e9b-d272-4951-9c11-19106ce0aa93', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538e6e9b-d272-4951-9c11-19106ce0aa93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,245 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.039s 2023-04-17 19:39:12,246 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf109bee-7032-4e05-862b-7ee891fc0406', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf109bee-7032-4e05-862b-7ee891fc0406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": "2023-04-17T19:39:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,300 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.043s 2023-04-17 19:39:12,300 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b848060f-04ec-49a8-92aa-db6b4cc2c96d', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b848060f-04ec-49a8-92aa-db6b4cc2c96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": "2023-04-17T19:39:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,411 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.101s 2023-04-17 19:39:12,411 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-f21c0921-d058-4ab5-a88c-f4d76e0f4b5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5 babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'' 2023-04-17 19:39:12,436 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.024s 2023-04-17 19:39:12,436 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-65a1cf21-d217-4fe2-a4b1-452b2c77c7ae', 'x-openstack-request-id': 'req-65a1cf21-d217-4fe2-a4b1-452b2c77c7ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 993a5354-17bf-4600-b7a3-d24c3765247e could not be found."}}' 2023-04-17 19:39:12,467 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action 0.030s 2023-04-17 19:39:12,467 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "e1f8c4715d9b4d5babf67c3b8611ef8e"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-02e0b17a-27a4-4937-8691-dc02d8e86429', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action'} Body: b'' 2023-04-17 19:39:12,519 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f 0.051s 2023-04-17 19:39:12,519 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-764a4dd1-6f2a-40db-ad75-1aa1ff4b0e69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f'} Body: b'' 2023-04-17 19:39:12,535 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f 0.015s 2023-04-17 19:39:12,535 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 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-b2f8abdb-8cbe-4126-896c-225cb52521e4', 'x-openstack-request-id': 'req-b2f8abdb-8cbe-4126-896c-225cb52521e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cba bf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a4ce9606-7184-4fa5-bce3-f1f9cf14b87f could not be found."}}' {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.272874s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.195117s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.231893s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.016628s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.144684s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.019958s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.028760s] ... ok {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.636928s] ... 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 8e4bbefc-0b6d-405e-bf39-479e50e44928 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:19,488 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes 0.379s 2023-04-17 19:39:19,489 80110 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-1254321741", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad7fa06-856e-4eb8-85ed-962fe4532bae', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad7fa06-856e-4eb8-85ed-962fe4532bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.422823", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:19,544 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.046s 2023-04-17 19:39:19,545 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df07e8f-44aa-48a1-9784-69dc2ca3c1de', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df07e8f-44aa-48a1-9784-69dc2ca3c1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:20,611 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.050s 2023-04-17 19:39:20,612 80110 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93849945-c126-416b-a78e-3779bc1c809a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93849945-c126-416b-a78e-3779bc1c809a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.000000", "updated_at": "2023-04-17T19:39:20.000000", "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:20,720 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.098s 2023-04-17 19:39:20,721 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec224f12-1f6a-4f73-ac38-f538ad9814d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'' 2023-04-17 19:39:20,744 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.023s 2023-04-17 19:39:20,745 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb00d6b-7449-4989-81e9-22461657e6ae', 'x-openstack-request-id': 'req-cbb00d6b-7449-4989-81e9-22461657e6ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e4bbefc-0b6d-405e-bf39-479e50e44928 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.618242s] ... 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 d0a62861-3261-476d-8961-e077ffa25734 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:21,035 80110 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/197238af4eb747b6bd534c49d324875e/volumes 0.287s 2023-04-17 19:39:21,036 80110 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-28227983"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df04ad1-50bd-472d-89e4-701118abce2a', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df04ad1-50bd-472d-89e4-701118abce2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:20.881618", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:21,091 80110 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/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.045s 2023-04-17 19:39:21,091 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac2263e-d1f1-4ba8-9058-a700ab8cbc1c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac2263e-d1f1-4ba8-9058-a700ab8cbc1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,145 80110 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/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.042s 2023-04-17 19:39:22,146 80110 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072aa4a2-5de3-45e9-9d52-c1ec515f2498', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072aa4a2-5de3-45e9-9d52-c1ec515f2498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": "2023-04-17T19:39:21.000000", "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,213 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.055s 2023-04-17 19:39:22,213 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f4f01b-0124-4186-8e0a-e88cc41d3332', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f4f01b-0124-4186-8e0a-e88cc41d3332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": "2023-04-17T19:39:21.000000", "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,340 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.116s 2023-04-17 19:39:22,341 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openst ack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be309a3-b1c3-4113-8ed2-0c00c92cb21a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'' 2023-04-17 19:39:22,364 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.023s 2023-04-17 19:39:22,364 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ecdb687-6d29-48a7-8b05-6c68c93a92b5', 'x-openstack-request-id': 'req-9ecdb687-6d29-48a7-8b05-6c68c93a92b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0a62861-3261-476d-8961-e077ffa25734 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.625993s] ... 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 61e9678b-8eef-48ae-bb89-086cb5cfff5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:22,392 80110 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/003f99eb-9d8f-4734-989c-fb7e29875453 0.024s 2023-04-17 19:39:22,392 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d73d8e1-d09c-4643-83dd-b64443063dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:39:22,757 80110 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/197238af4eb747b6bd534c49d324875e/volumes 0.364s 2023-04-17 19:39:22,758 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesGetTest-Volume-540286806", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177d6d40-ee6b-4c55-8822-fbac5eaf300a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177d6d40-ee6b-4c55-8822-fbac5eaf300a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:22.685012", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:22,808 80110 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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.042s 2023-04-17 19:39:22,809 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb52bd9-aaca-4d2e-a9d8-2f51152336f1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb52bd9-aaca-4d2e-a9d8-2f51152336f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:23,858 80110 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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.038s 2023-04-17 19:39:23,859 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b85ddb-cc81-4721-bced-e1da062a63ed', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b85ddb-cc81-4721-bced-e1da062a63ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:23.000000", "updated_at": "2023-04-17T19:39:23.000000", "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:23,970 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.100s 2023-04-17 19:39:23,970 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-cdaee620-e1b9-475a-b5c9-056249c18f89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'' 2023-04-17 19:39:23,992 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.021s 2023-04-17 19:39:23,992 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-b92da3d2-afbc-41ef-aae5-fcaa7f0d6e05', 'x-openstack-request-id': 'req-b92da3d2-afbc-41ef-aae5-fcaa7f0d6e05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61e9678b-8eef-48ae-bb89-086cb5cfff5c could not be found."}}' {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.746633s] ... 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 6a5d5faa-6e2d-4667-aa20-dc460dfcf86d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:38:06,923 80100 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-17 19:38:07,805 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.882s 2023-04-17 19:38:07,806 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--572915028", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-af250bf7-aa86-4b40-aea0-ec67cf4220fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--572915028", "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": "183324fc7e8040058b3a5c9130c7415e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "243a9006-3633-4cea-aa14-2d05cf681cae", "created_at": "2023-04-17T19:38:08Z", "updated_at": "2023-04-17T19:38:08Z", "tags": [], "self": "/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae", "file": "/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:38:09,116 80100 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/243a9006-3633-4cea-aa14-2d05cf681cae/file 1.310s 2023-04-17 19:38:09,117 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2ba7bde4-e038-48a6-9daa-0a2e737eacf0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae/file'} Body: b'' 2023-04-17 19:38:09,117 80100 DEBUG [tempest.scenario.manager] image:243a9006-3633-4cea-aa14-2d05cf681cae 2023-04-17 19:38:09,184 80100 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.063s 2023-04-17 19:38:09,184 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-312513621", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFf8sSsns689Kh+OM7O/67L5RLa9A3+94Ug4fSRAa/qBWb92OpnI9rZkxaGZMcd2QwkcRjD+PptOtB7ZtnFrAGQpHfHKn0VLRl9PKnR0crvnysXOlf700Tna3IMTLO9K7A=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5d92170-9022-43f3-ab0e-b61523923e10', 'x-compute-request-id': 'req-f5d92170-9022-43f3-ab0e-b61523923e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-312513621", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFf8sSsns689Kh+OM7O/67L5RLa9A3+94Ug4fSRAa/qBWb92OpnI9rZkxaGZMcd2QwkcRjD+PptOtB7ZtnFrAGQpHfHKn0VLRl9PKnR0crvnysXOlf700Tna3IMTLO9K7A==", "fingerprint": "f9:72:6e:86:1c:c8:9d:fc:ad:24:95:f1:85:8b:e3:59", "user_id": "f6dc578937fa4cbd9665652bbd0153fa"}}' 2023-04-17 19:38:09,234 80100 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.040s 2023-04-17 19:38:09,235 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38: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-4266ced6-6df5-4610-b6e5-cbce9de127d4', '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": "f6dc578937fa4cbd9665652bbd0153fa", "name": "tempest-TestMinimumBasicScenario-1206264269-project-member", "password_expires_at": null}, "audit_ids": ["xeVE7qrUQhOLFNRELtRp9g"], "expires_at": "2023-04-17T20:38:09.000000Z", "issued_at": "2023-04-17T19:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "183324fc7e8040058b3a5c9130c7415e", "name": "tempest-TestMinimumBasicScenario-1206264269"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:38:09,235 80100 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '749c9efa-f82b-4393-9bef-5426eac09e93', 'name': 'tempest-TestMinimumBasicScenario-727305894-network', 'tenant_id': '183324fc7e8040058b3a5c9130c7415e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '183324fc7e8040058b3a5c9130c7415e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7814, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:37:54Z', 'updated_at': '2023-04-17T19:37:55Z', 'revision_number': 1} available for tenant 2023-04-17 19:38:10,020 80100 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.782s 2023-04-17 19:38:10,020 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-324004632", "imageRef": "243a9006-3633-4cea-aa14-2d05cf681cae", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-312513621", "networks": [{"uuid": "749c9efa-f82b-4393-9bef-5426eac09e93"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c18eaae-e741-45bb-b6da-afd87d8eac3e', 'x-compute-request-id': 'req-3c18eaae-e741-45bb-b6da-afd87d8eac3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7BZqvzuDT3fc"}}' 2023-04-17 19:38:10,104 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.081s 2023-04-17 19:38:10,105 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e57f8ee1-e310-42c9-b025-1d281d7e3c5a', 'x-compute-request-id': 'req-e57f8ee1-e310-42c9-b025-1d281d7e3c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "BUILD", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/comp ute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:10Z", "updated": "2023-04-17T19:38:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:39:00,410 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.244s 2023-04-17 19:39:00,410 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1ce7a7-a1a2-4830-94df-266a8425cda9', 'x-compute-request-id': 'req-6c1ce7a7-a1a2-4830-94df-266a8425cda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:39:00,423 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:40:00,690 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.243s 2023-04-17 19:40:00,690 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b905360-f593-46a4-9369-b2a26414331a', 'x-compute-request-id': 'req-6b905360-f593-46a4-9369-b2a26414331a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:40:00,984 80100 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.280s 2023-04-17 19:40:00,985 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 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-ca3d2994-fc03-4473-8ec5-76092b943a8b', 'x-compute-request-id': 'req-ca3d2994-fc03-4473-8ec5-76092b943a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}]}]}' 2023-04-17 19:40:01,244 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.253s 2023-04-17 19:40:01,245 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'opens tack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00bb5c4d-e071-4398-a3be-61783f535956', 'x-compute-request-id': 'req-00bb5c4d-e071-4398-a3be-61783f535956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:40:01,505 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes 0.246s 2023-04-17 19:40:01,506 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-336789419", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23922ce-48ee-4597-8f56-ef810c97f087', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23922ce-48ee-4597-8f56-ef810c97f087', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.441665", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:40:01,576 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.058s 2023-04-17 19:40:01,576 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1213af7-534d-4900-a031-e165796aa795', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1213af7-534d-4900-a031-e165796aa795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:40:02,697 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.098s 2023-04-17 19:40:02,697 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def8f7ff-68cc-4af3-8548-b9236db5c66a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def8f7ff-68cc-4af3-8548-b9236db5c66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.000000", "updated_at": "2023-04-17T19:40:02.000000", "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:40:02,806 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.095s 2023-04-17 19:40:02,807 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-b9afc212-7a2d-49b1-a0cf-97f3420a115c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'' 2023-04-17 19:40:02,829 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.022s 2023-04-17 19:40:02,830 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-1cabaad6-1d3c-4249-87d6-f42b26c72146', 'x-openstack-request-id': 'req-1cabaad6-1d3c-4249-87d6-f42b26c72146', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a5d5faa-6e2d-4667-aa20-dc460dfcf86d could not be found."}}' 2023-04-17 19:40:02,939 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.109s 2023-04-17 19:40:02,940 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-8d3b2280-e1de-4218-b464-1daeb9d93ef6', 'x-compute-request-id': 'req-8d3b2280-e1de-4218-b464-1daeb9d93ef6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'' 2023-04-17 19:40:03,352 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.411s 2023-04-17 19:40:03,352 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e92fb82-a621-4a39-b0be-9541c57a12ac', 'x-compute-request-id': 'req-1e92fb82-a621-4a39-b0be-9541c57a12ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", " links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:40:03Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:40:53,451 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.043s 2023-04-17 19:40:53,452 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 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-52b30577-5c4b-48dc-baab-2679fb7025c5', 'x-compute-request-id': 'req-52b30577-5c4b-48dc-baab-2679fb7025c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f30f9b3c-3c23-4753-a464-da2662890f7c could not be found."}}' 2023-04-17 19:40:53,496 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-312513621 0.043s 2023-04-17 19:40:53,497 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-83b742d6-edf2-4530-acf1-56a5795ffbf7', 'x-compute-request-id': 'req-83b742d6-edf2-4530-acf1-56a5795ffbf7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-312513621'} Body: b'' 2023-04-17 19:40:53,667 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae 0.170s 2023-04-17 19:40:53,668 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e1b8878a-6fd3-4c0f-bd45-2a078033417a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/243a9006-3633-4cea-a a14-2d05cf681cae'} Body: b'' {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.679760s] ... 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 b5e75204-55a4-4814-83e2-fdf4fc3e03a5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:40:53,672 80100 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-17 19:40:54,297 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.624s 2023-04-17 19:40:54,297 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1216304572", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7ed208ed-0123-449e-9278-2941c65c9121', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1216304572", "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": "183324fc7e8040058b3a5c9130c7415e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "222e40c8-380b-459e-8826-dd99da1c80d3", "created_at": "2023-04-17T19:40:54Z", "updated_at": "2023-04-17T19:40:54Z", "tags": [], "self": "/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3", "file": "/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:40:55,798 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file 1.500s 2023-04-17 19:40:55,798 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8b809a31-d421-455e-93f0-3aaa2417f55c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file'} Body: b'' 2023-04-17 19:40:55,799 80100 DEBUG [tempest.scenario.manager] image:222e40c8-380b-459e-8826-dd99da1c80d3 2023-04-17 19:40:55,856 80100 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.054s 2023-04-17 19:40:55,856 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1646840890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODukczWDm+gLyEdrtJfCZ+b5mR6nryVL5+MuXzYoiVo69BfqbHz+WkTv9ozecXweHnVwADJnw2ajJOxPTHsVyE1U6UTuc38NMPH/VvBp3mDxB7JYFD8sxzgOatVCPcNMQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 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-e7b0e39f-de9b-40f3-b8a0-0b8321c76bdb', 'x-compute-request-id': 'req-e7b0e39f-de9b-40f3-b8a0-0b8321c76bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-164 6840890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODukczWDm+gLyEdrtJfCZ+b5mR6nryVL5+MuXzYoiVo69BfqbHz+WkTv9ozecXweHnVwADJnw2ajJOxPTHsVyE1U6UTuc38NMPH/VvBp3mDxB7JYFD8sxzgOatVCPcNMQ==", "fingerprint": "14:49:f2:c8:e4:18:d5:45:6f:ec:fe:12:32:b8:25:47", "user_id": "f6dc578937fa4cbd9665652bbd0153fa"}}' 2023-04-17 19:40:55,971 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-17 19:40:55,971 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0a2e0d87-b5d2-4de1-ab62-85b072882d8d', '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": "f6dc578937fa4cbd9665652bbd0153fa", "name": "tempest-TestMinimumBasicScenario-1206264269-project-member", "password_expires_at": null}, "audit_ids": ["Ylt6EyZYTjejAQ4zn_0NXw"], "expires_at": "2023-04-17T20:40:55.000000Z", "issued_at": "2023-04-17T19:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "183324fc7e8040058b3a5c9130c7415e", "name": "tempest-TestMinimumBasicScenario-1206264269"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:40:55,972 80100 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '749c9efa-f82b-4393-9bef-5426eac09e93', 'name': 'tempest-TestMinimumBasicScenario-727305894-network', 'tenant_id': '183324fc7e8040058b3a5c9130c7415e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '183324fc7e8040058b3a5c9130c7415e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7814, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:37:54Z', 'updated_at': '2023-04-17T19:37:55Z', 'revision_number': 1} available for tenant 2023-04-17 19:40:56,878 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.905s 2023-04-17 19:40:56,878 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1607141485", "imageRef": "222e40c8-380b-459e-8826-dd99da1c80d3", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "networks": [{"uuid": "749c9efa-f82b-4393-9bef-5426eac09e93"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33798a9a-3e6a-4e75-b3c0-7c5f631fde03', 'x-compute-request-id': 'req-33798a9a-3e6a-4e75-b3c0-7c5f631fde03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "XFpYo5y3JFDM"}}' 2023-04-17 19:40:56,949 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.067s 2023-04-17 19:40:56,950 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c791cc5-a928-4481-a536-45856b84c249', 'x-compute-request-id': 'req-7c791cc5-a928-4481-a536-45856b84c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "BUILD", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:57Z", "updated": "2023-04-17T19:40:56Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:41:47,317 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.305s 2023-04-17 19:41:47,317 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:41:47 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-9fc75bd7-5bee-410b-b92d-4f85ed8c1ad9', 'x-compute-request-id': 'req-9fc75bd7-5bee-410b-b92d-4f85ed8c1ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:41:47,333 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:42:47,648 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.298s 2023-04-17 19:42:47,648 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-ddfb0db2-1c2f-4bc9-84e0-008ea6903250', 'x-compute-request-id': 'req-ddfb0db2-1c2f-4bc9-84e0-008ea6903250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:42:47,853 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.193s 2023-04-17 19:42:47,854 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-e65f7d6e-0e35-4d8c-a674-c2fd259ef4fa', 'x-compute-request-id': 'req-e65f7d6e-0e35-4d8c-a674-c2fd259ef4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}]}]}' 2023-04-17 19:42:48,016 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.159s 2023-04-17 19:42:48,016 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-b12776d6-fc1c-4a9a-91b9-5165950faabf', 'x-compute-request-id': 'req-b12776d6-fc1c-4a9a-91b9-5165950faabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27b e-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:42:48,255 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes 0.227s 2023-04-17 19:42:48,255 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1096665804", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51a7cd8-8d06-46b5-a930-f0a424fb3294', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51a7cd8-8d06-46b5-a930-f0a424fb3294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.187692", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:42:48,334 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.070s 2023-04-17 19:42:48,334 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-6576554b-edf1-4687-82a7-87836f997046', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6576554b-edf1-4687-82a7-87836f997046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:42:49,390 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.043s 2023-04-17 19:42:49,391 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cf371bd-6518-4abd-8f82-4176e81c3763', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cf371bd-6518-4abd-8f82-4176e81c3763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.000000", "updated_at": "2023-04-17T19:42:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:42:49,519 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.116s 2023-04-17 19:42:49,519 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3b8849-d298-4c5c-ba25-7e5e225f17be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3 /183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'' 2023-04-17 19:42:49,551 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.031s 2023-04-17 19:42:49,552 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94439cc-095c-4f37-a9e6-2f6ba3b3b606', 'x-openstack-request-id': 'req-d94439cc-095c-4f37-a9e6-2f6ba3b3b606', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5e75204-55a4-4814-83e2-fdf4fc3e03a5 could not be found."}}' 2023-04-17 19:42:49,671 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.118s 2023-04-17 19:42:49,671 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 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-2d46c835-dcc8-4cf2-83c5-19420ea1554e', 'x-compute-request-id': 'req-2d46c835-dcc8-4cf2-83c5-19420ea1554e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'' 2023-04-17 19:42:50,044 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.372s 2023-04-17 19:42:50,045 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 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-5892469d-5f0c-445c-b7d4-60d0fda5817d', 'x-compute-request-id': 'req-5892469d-5f0c-445c-b7d4-60d0fda5817d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:42:50Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:43:40,172 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.092s 2023-04-17 19:43:40,173 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 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-6e8404c1-3225-4ed4-a532-7a636f1f2ff5', 'x-compute-request-id': 'req-6e8404c1-3225-4ed4-a532-7a636f1f2ff5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 278ec068-27be-4792-895a-a415a1687987 could not be found."}}' 2023-04-17 19:43:40,227 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1646840890 0.053s 2023-04-17 19:43:40,227 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 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-7f565dc9-f3ef-4995-a3b2-b034ae2524f4', 'x-compute-request-id': 'req-7f565dc9-f3ef-4995-a3b2-b034ae2524f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1646840890'} Body: b'' 2023-04-17 19:43:40,351 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3 0.122s 2023-04-17 19:43:40,351 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7b614529-7a9c-4c49-b9ba-7c82da6d0424', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3'} Body: b'' {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.676382s] ... 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 d88d90e2-68fd-4660-992f-8c4576fb8813 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:43:49,115 80100 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/dc47921c1da14afd97a49ed136a7e6b4/types 0.177s 2023-04-17 19:43:49,115 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad0a87c-6c69-47ff-9e0c-82e91bf7c3c9', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad0a87c-6c69-47ff-9e0c-82e91bf7c3c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc47921c1da14afd97a49ed136a7e6b4/types'} Body: b'{"volume_type": {"id": "f288161a-4624-45db-bde0-5c6e4ebd20d6", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-17 19:43:49,889 80100 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.770s 2023-04-17 19:43:49,890 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d5a965c2-fad6-42f4-b40a-62e650666927', '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": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:50Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:50,996 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file 1.102s 2023-04-17 19:43:50,997 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-88903ce1-1e8b-4f65-a96e-131b31a82a20', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file'} Body: b'' 2023-04-17 19:43:51,016 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.018s 2023-04-17 19:43:51,016 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-92f388af-79af-4d11-a645-effa299733ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,037 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.021s 2023-04-17 19:43:51,037 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-394f9405-94e2-45f0-a186-1db4fee7aed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,057 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.019s 2023-04-17 19:43:51,057 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a312f30b-1964-47df-b7f1-f872138d69c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,477 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes 0.419s 2023-04-17 19:43:51,478 80100 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": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20cad302-893d-41e7-8a20-9e2629fe062f', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20cad302-893d-41e7-8a20-9e2629fe062f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.350484", "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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:43:51,542 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813 0.046s 2023-04-17 19:43:51,542 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193da639-1a4f-496a-943c-a644f41d3534', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193da639-1a4f-496a-943c-a644f41d3534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77a6139dda9143c68b31e9c6b8cc97a5"}}' 2023-04-17 19:43:52,600 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813 0.042s 2023-04-17 19:43:52,601 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5254034-cee3-4514-9cba-439350ede84b', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5254034-cee3-4514-9cba-439350ede84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.000000", "updated_at": "2023-04-17T19:43:52.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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77a6139dda9143c68b31e9c6b8cc97a5"}}' ============================== Failed 96 tests - output below: ============================== tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.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 594fb1c3-5642-472f-aa79-48c76aa0d2db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:15,194 80104 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 1.868s 2023-04-17 19:19:15,194 80104 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-1644542068", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5465a98a-99da-4661-acce-e0d58f62c254', 'x-compute-request-id': 'req-5465a98a-99da-4661-acce-e0d58f62c254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:14.704103", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 19:19:15,643 80104 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/594fb1c3-5642-472f-aa79-48c76aa0d2db 0.439s 2023-04-17 19:19:15,644 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc5a27c-3ea1-4781-86bd-c981f945284b', 'x-compute-request-id': 'req-dcc5a27c-3ea1-4781-86bd-c981f945284b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:15.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-17 19:19:16,939 80104 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/594fb1c3-5642-472f-aa79-48c76aa0d2db 0.289s 2023-04-17 19:19:16,939 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff80b57-29bc-4915-b615-412639308f19', 'x-compute-request-id': 'req-0ff80b57-29bc-4915-b615-412639308f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/594fb1c3-5642-472f-aa79-48c76aa0d2db'} Body: b'{"volume": {"id": "594fb1c3-5642-472f-aa79-48c76aa0d2db", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:19:15.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1644542068", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 ef210bff-67d7-46e3-875e-d7353e078504 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:16,280 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes 0.931s 2023-04-17 19:19:16,280 80117 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-2144012177"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5533db0f-367b-4b46-9199-3469b95a9a28', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5533db0f-367b-4b46-9199-3469b95a9a28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:15.927468", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:16,348 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.045s 2023-04-17 19:19:16,348 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9418a78-1dfb-4e7c-ba9b-a02629765109', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9418a78-1dfb-4e7c-ba9b-a02629765109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,403 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e 078504 0.043s 2023-04-17 19:19:17,403 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20657eee-eea6-46b0-9ad3-ae213b5f8ea9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20657eee-eea6-46b0-9ad3-ae213b5f8ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": "2023-04-17T19:19:16.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,457 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.042s 2023-04-17 19:19:17,458 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a7dc5c-684b-4104-93fd-537caad8a008', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a7dc5c-684b-4104-93fd-537caad8a008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"volume": {"id": "ef210bff-67d7-46e3-875e-d7353e078504", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:16.000000", "updated_at": "2023-04-17T19:19:16.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2144012177", "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/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504"}], "user_id": "e86e3bf67d4d4799ad6f860d9691ee4d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "831c94afe381459bb3b5dc1b9e34a32f"}}' 2023-04-17 19:19:17,579 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.110s 2023-04-17 19:19:17,579 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45642ae-4e8d-49cd-8139-845088ebe77e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'' 2023-04-17 19:19:17,602 80117 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504 0.022s 2023-04-17 19:19:17,602 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd91cc1-4aea-4cd6-90a7-9ed853c9d62b', 'x-openstack-request-id': 'req-3bd91cc1-4aea-4cd6-90a7-9ed853c9d62b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/831c94afe381459bb3b5dc1b9e34a32f/volumes/ef210bff-67d7-46e3-875e-d7353e078504'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef210bff-67d7-46e3-875e-d7353e078504 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 1a4d9477-9653-4de6-8407-1d45d361ebff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:20,576 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types 0.201s 2023-04-17 19:19:20,576 80104 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-220522601"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bac179f-7dd2-46c2-8827-97fb58af1301', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bac179f-7dd2-46c2-8827-97fb58af1301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types'} Body: b'{"volume_type": {"id": "544c355f-56fc-4698-a089-a69f80622e1b", "name": "tempest-GroupsTest-volume-type-220522601", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:20,630 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types 0.050s 2023-04-17 19:19:20,630 80104 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-1140676338"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48489b7-2974-4d91-a577-07d8dbec2191', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48489b7-2974-4d91-a577-07d8dbec2191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types'} Body: b'{"group_type": {"id": "3ab8755a-d084-4eec-95fb-4ad504640cca", "name": "tempest-GroupsTest-group-type-1140676338", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:20,994 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups 0.360s 2023-04-17 19:19:20,994 80104 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": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"], "name": "tempest-Group1-1408599167"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb544e3-2916-418d-beed-02e6dc81ac0b', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb544e3-2916-418d-beed-02e6dc81ac0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "name": "tempest-Group1-1408599167"}}' 2023-04-17 19:19:21,052 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.055s 2023-04-17 19:19:21,052 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1cc31dd-dce0-41da-94d2-6bd25aec03f3', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1cc31dd-dce0-41da-94d2-6bd25aec03f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:19:21.000000", "name": "tempest-Group1-1408599167", "description": null, "group_type": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"]}}' 2023-04-17 19:19:22,091 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.034s 2023-04-17 19:19:22,092 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b99e2d-6c9b-4b43-b4b8-6726f6e5c68f', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b99e2d-6c9b-4b43-b4b8-6726f6e5c68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"group": {"id": "1a4d9477-9653-4de6-8407-1d45d361ebff", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:21.000000", "name": "tempest-Group1-1408599167", "description": null, "group_type": "3ab8755a-d084-4eec-95fb-4ad504640cca", "volume_types": ["544c355f-56fc-4698-a089-a69f80622e1b"]}}' 2023-04-17 19:19:22,182 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail 0.085s 2023-04-17 19:19:22,182 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9636d4-2fc0-4c51-ad66-b83b34abd54a', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9636d4-2fc0-4c51-ad66-b83b34abd54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:22,263 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff/action 0.070s 2023-04-17 19:19:22,264 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-648b134d-2d3c-4174-a6d4-3019dbebb143', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff/action'} Body: b'' 2023-04-17 19:19:22,281 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff 0.017s 2023-04-17 19:19:22,281 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-328ddaa8-83ba-4390-93f9-85dfb4d5b18b', 'x-openstack-request-id': 'req-328ddaa8-83ba-4390-93f9-85dfb4d5b18b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/1a4d9477-9653-4de6-8407-1d45d361ebff'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1a4d9477-9653-4de6-8407-1d45d361ebff could not be found."}}' 2023-04-17 19:19:22,321 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/3ab8755a-d084-4eec-95fb-4ad504640cca 0.039s 2023-04-17 19:19:22,322 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6549752-496c-414a-b808-df03cd7c4f9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/3ab8755a-d084-4eec-95fb-4ad504640cca'} Body: b'' 2023-04-17 19:19:22,372 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b 0.049s 2023-04-17 19:19:22,372 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7bf72d-b461-46ca-a5fc-8ca7b4809274', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b'} Body: b'' 2023-04-17 19:19:22,387 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b 0.014s 2023-04-17 19:19:22,387 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5a4b73-aaa8-4960-b400-ea05b788587b', 'x-openstack-request-id': 'req-2d5a4b73-aaa8-4960-b400 -ea05b788587b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/544c355f-56fc-4698-a089-a69f80622e1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 544c355f-56fc-4698-a089-a69f80622e1b could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 42948434-c90b-4d97-9e64-397bf6d73caa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:22,461 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types 0.071s 2023-04-17 19:19:22,462 80104 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-1487644028"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6efb9b00-88be-430d-8f41-db916f50873c', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6efb9b00-88be-430d-8f41-db916f50873c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types'} Body: b'{"volume_type": {"id": "dfcdab7d-47ac-4679-8152-aaaf3ec4d249", "name": "tempest-GroupsTest-volume-type-1487644028", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:22,497 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types 0.032s 2023-04-17 19:19:22,497 80104 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-175079145"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d42ec71c-44e2-47a6-aa6d-67accda9d931', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d42ec71c-44e2-47a6-aa6d-67accda9d931', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types'} Body: b'{"group_type": {"id": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "name": "tempest-GroupsTest-group-type-175079145", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:22,606 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups 0.105s 2023-04-17 19:19:22,606 80104 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": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"], "name": "tempest-GroupsTest-Group-1956203549"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3c99ca-43f7-47c1-9039-a76cb1294f2c', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3c99ca-43f7-47c1-9039-a76cb1294f2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "name": "tempest-GroupsTest-Group-1956203549"}}' 2023-04-17 19:19:22,668 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.059s 2023-04-17 19:19:22,668 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbd0eff-4879-4a7f-8727-52b9714b41dc', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbd0eff-4879-4a7f-8727-52b9714b41dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:23.000000", "name": "tempest-GroupsTest-Group-1956203549", "description": null, "group_type": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"]}}' 2023-04-17 19:19:23,723 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.050s 2023-04-17 19:19:23,723 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9236535-2d6e-48f6-81f4-77dec614532f', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9236535-2d6e-48f6-81f4-77dec614532f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"group": {"id": "42948434-c90b-4d97-9e64-397bf6d73caa", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:23.000000", "name": "tempest-GroupsTest-Group-1956203549", "description": null, "group_type": "bfa87e02-5bde-4889-8c8b-0ba9d4488456", "volume_types": ["dfcdab7d-47ac-4679-8152-aaaf3ec4d249"]}}' 2023-04-17 19:19:23,815 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail 0.087s 2023-04-17 19:19:23,815 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d72fc84-4e66-4b0c-a33a-9e3e07fb5ed2', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d72fc84-4e66-4b0c-a33a-9e3e07fb5ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:24,189 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa/action 0.363s 2023-04-17 19:19:24,189 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:23 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-6a6f6667-e952-4304-b76a-00d884ec 784f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa/action'} Body: b'' 2023-04-17 19:19:24,210 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa 0.020s 2023-04-17 19:19:24,211 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-fadb0b50-cafe-430b-bb65-7d0b88b9d0f3', 'x-openstack-request-id': 'req-fadb0b50-cafe-430b-bb65-7d0b88b9d0f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d09882265d5141f1a3a3e332baa20b09/groups/42948434-c90b-4d97-9e64-397bf6d73caa'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 42948434-c90b-4d97-9e64-397bf6d73caa could not be found."}}' 2023-04-17 19:19:24,241 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/bfa87e02-5bde-4889-8c8b-0ba9d4488456 0.029s 2023-04-17 19:19:24,241 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-989180eb-f632-4f63-b57b-4906bbb8d9a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/group_types/bfa87e02-5bde-4889-8c8b-0ba9d4488456'} Body: b'' 2023-04-17 19:19:24,287 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249 0.045s 2023-04-17 19:19:24,288 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-30830eca-9b20-4c7b-a8bb-8dcd9103f4c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249'} Body: b'' 2023-04-17 19:19:24,303 80104 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249 0.015s 2023-04-17 19:19:24,304 80104 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19: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-0e69f5a4-1e0d-4417-bc25-c1f9692c36de', 'x-openstack-request-id': 'req-0e69f5a4-1e0d-4417-bc25-c1f9692c36de', 'connection': 'close', 'status' : '404', 'content-location': 'http://10.0.0.210/volume/v3/9a58c94925534bd9bafd5a56da91e53e/types/dfcdab7d-47ac-4679-8152-aaaf3ec4d249'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type dfcdab7d-47ac-4679-8152-aaaf3ec4d249 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:30,762 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types 0.238s 2023-04-17 19:19:30,763 80102 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-32723960"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cad5ea3-9519-4c80-bbf0-24eafc57e781', 'content-length': '218', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cad5ea3-9519-4c80-bbf0-24eafc57e781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types'} Body: b'{"volume_type": {"id": "53d0b892-b168-4daa-ac21-6999c78760fe", "name": "tempest-GroupsV320Test-volume-type-32723960", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:30,806 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types 0.038s 2023-04-17 19:19:30,807 80102 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-2081483994"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af8398b-d6cb-4d8c-a1e0-3337644b2d61', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af8398b-d6cb-4d8c-a1e0-3337644b2d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types'} Body: b'{"group_type": {"id": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "name": "tempest-GroupsV320Test-group-type-2081483994", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:19:31,185 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups 0.373s 2023-04-17 19:19:31,185 80102 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": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "name": "tempest-GroupsV320Test-Group-1469845808"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa837a1e-8c0c-4b1e-93a8-a71f6a9c48cf', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa837a1e-8c0c-4b1e-93a8-a71f6a9c48cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "name": "tempest-GroupsV320Test-Group-1469845808"}}' 2023-04-17 19:19:31,221 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.033s 2023-04-17 19:19:31,221 80102 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': 'Mon, 17 Apr 2023 19:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a171dce3-5069-4b17-896d-2082e4dd7cf2', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a171dce3-5069-4b17-896d-2082e4dd7cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:19:31.000000", "name": "tempest-GroupsV320Test-Group-1469845808", "description": null, "group_type": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:19:32,277 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.049s 2023-04-17 19:19:32,277 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44bab47-bf8b-415d-838b-d34fb51779c4', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44bab47-bf8b-415d-838b-d34fb51779c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"group": {"id": "d144dbb6-9898-43bc-9c2a-66ccfcee9bb0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:19:31.000000", "name": "tempest-GroupsV320Test-Group-1469845808", "description": null, "group_type": "395b8170-16f4-4ab1-b515-443ebf50d0bf", "volume_types": ["53d0b892-b168-4daa-ac21-6999c78760fe"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:19:32,367 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/volumes/detail 0.084s 2023-04-17 19:19:32,367 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dc671c-1a02-421e-9c8b-c56dd419ecf6', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dc671c-1a02-421e-9c8b-c56dd419ecf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:19:32,434 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0/action 0.057s 2023-04-17 19:19:32,435 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-6d7c8343-fdef-42b6-ac7a-7a0d8da24809', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0/action'} Body: b'' 2023-04-17 19:19:32,453 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 0.018s 2023-04-17 19:19:32,454 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-b2eeb0e4-42f2-4dd0-bd42-2d1e4be70910', 'x-openstack-request-id': 'req-b2eeb0e4-42f2-4dd0-bd42-2d1e4be70910', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0baffa9a5af44b1bad768d810ae37f6/groups/d144dbb6-9898-43bc-9c2a-66ccfcee9bb0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d144dbb6-9898-43bc-9c2a-66ccfcee9bb0 could not be found."}}' 2023-04-17 19:19:32,491 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types/395b8170-16f4-4ab1-b515-443ebf50d0bf 0.037s 2023-04-17 19:19:32,492 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-263f9177-65bf-4ee4-8ee0-a30bf13ac2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/group_types/395b8170-16f4-4ab1-b515-443ebf50d0bf'} Body: b'' 2023-04-17 19:19:32,536 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe 0.044s 2023-04-17 19:19:32,537 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40558113-97d1-4ffd-aad8-c0bbee93693a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe'} Body: b'' 2023-04-17 19:19:32,556 80102 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe 0.018s 2023-04-17 19:19:32,556 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 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-962ddf6c-4f73-4c64-b698-8978a432faf1', 'x-openstack-request-id': 'req-962ddf6c-4f73-4c64-b698-8978a432faf1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bdfcb2a6511846b697c38d56cc8784ca/types/53d0b892-b168-4daa-ac21-6999c78760fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 53d0b892-b168-4daa-ac21-6999c78760fe 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 4884791e-4c7c-4bd4-81df-9faf816842f5 failed to build and is in ERROR status setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d68b6c65-c485-4f0e-abbb-d9bcab8ce7df 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 2eed446d-2b54-44a7-b8dc-174c1fbc062b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:40,564 80094 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/309dc695f35f45178872d00ab16c8061/types 0.132s 2023-04-17 19:19:40,565 80094 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-2118043742", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c33eab3-8285-4d65-9317-1fbbd46618be', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c33eab3-8285-4d65-9317-1fbbd46618be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types'} Body: b'{"volume_type": {"id": "6f634a39-7aed-4b6d-8454-ed7abe8566e3", "name": "tempest-VolumeTypesTest-volume-type-2118043742", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:40,608 80094 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/309dc695f35f45178872d00ab16c8061/types 0.040s 2023-04-17 19:19:40,609 80094 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-1697217852", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c18608c-315e-4eea-8d17-53076e5f218d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c18608c-315e-4eea-8d17-53076e5f218d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types'} Body: b'{"volume_type": {"id": "b6c77206-2b85-43c4-8e15-0c97c58cd877", "name": "tempest-VolumeTypesTest-volume-type-1697217852", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:19:41,182 80094 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/2013824cab3c4a68964e833a29d5c282/volumes 0.570s 2023-04-17 19:19:41,183 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1647052853", "volume_type": "6f634a39-7aed-4b6d-8454-ed7abe8566e3", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c362af-926c-42a3-bb54-0693989bb239', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c362af-926c-42a3-bb54-0693989bb239', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.082860", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "v olume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:41,250 80094 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/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.057s 2023-04-17 19:19:41,250 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56b5d22a-5db2-446e-bbb2-7d21f3ce22e3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56b5d22a-5db2-446e-bbb2-7d21f3ce22e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,309 80094 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/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.048s 2023-04-17 19:19:42,310 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75c0be40-69d6-4a1f-a305-6d99ccc0ef65', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75c0be40-69d6-4a1f-a305-6d99ccc0ef65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": "2023-04-17T19:19:41.000000", "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54 -44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,393 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.062s 2023-04-17 19:19:42,394 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31a23a47-e839-4595-ae2f-f00004c52aab', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31a23a47-e839-4595-ae2f-f00004c52aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"volume": {"id": "2eed446d-2b54-44a7-b8dc-174c1fbc062b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:41.000000", "updated_at": "2023-04-17T19:19:41.000000", "name": "tempest-VolumeTypesTest-volume-1647052853", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-2118043742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b"}], "user_id": "db240a1fb7264a27aa6485c4bf06292e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2013824cab3c4a68964e833a29d5c282"}}' 2023-04-17 19:19:42,536 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.127s 2023-04-17 19:19:42,536 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-0a96a0bd-6b19-4da2-88b6-c4a6e35c520a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'' 2023-04-17 19:19:42,562 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b 0.025s 2023-04-17 19:19:42,563 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-9f8ced19-2194-4b37-9cfb-3e8aa00b2f3a', 'x-openstack-request-id': 'req-9f8ced19-2194-4b37-9cfb-3 e8aa00b2f3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2013824cab3c4a68964e833a29d5c282/volumes/2eed446d-2b54-44a7-b8dc-174c1fbc062b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2eed446d-2b54-44a7-b8dc-174c1fbc062b could not be found."}}' 2023-04-17 19:19:42,616 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877 0.052s 2023-04-17 19:19:42,617 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-2326f688-12f7-4bbd-8af4-e0e5579e4105', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877'} Body: b'' 2023-04-17 19:19:42,638 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877 0.020s 2023-04-17 19:19:42,638 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-1eee24a8-19e1-464b-b097-0997f510ea5b', 'x-openstack-request-id': 'req-1eee24a8-19e1-464b-b097-0997f510ea5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/b6c77206-2b85-43c4-8e15-0c97c58cd877'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6c77206-2b85-43c4-8e15-0c97c58cd877 could not be found."}}' 2023-04-17 19:19:42,716 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3 0.076s 2023-04-17 19:19:42,716 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-c8807e17-d6d3-4b0d-9daa-0c068d343177', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3'} Body: b'' 2023-04-17 19:19:42,744 80094 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3 0.027s 2023-04-17 19:19:42,744 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-30793ec9-d955-4c39-9ec8-e5c25508689d', 'x-openstack-request-id': 'req-30793ec9-d955-4c39-9ec8-e5c255 08689d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/309dc695f35f45178872d00ab16c8061/types/6f634a39-7aed-4b6d-8454-ed7abe8566e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6f634a39-7aed-4b6d-8454-ed7abe8566e3 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 485583c4-bf23-4792-b862-d049024e3c48 failed to build and is in ERROR status 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 2ee75508-303d-4c40-9c1e-93b4f0f15eda failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:53,204 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes 0.789s 2023-04-17 19:19:53,204 80112 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-1280990183", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b6c3a8-824d-4af6-9295-a675f5b63f65', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b6c3a8-824d-4af6-9295-a675f5b63f65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.103583", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:53,270 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda 0.053s 2023-04-17 19:19:53,270 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8810bb39-d5e2-49b0-8169-42cc972bceec', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8810bb39-d5e2-49b0-8169-42cc972bceec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca293f910e2a4830abd423bd295b6fff"}}' 2023-04-17 19:19:54,316 80112 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda 0.035s 2023-04-17 19:19:54,316 80112 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f4a461-3679-42b2-bdd3-dd9da3448071', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f4a461-3679-42b2-bdd3-dd9da3448071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda'} Body: b'{"volume": {"id": "2ee75508-303d-4c40-9c1e-93b4f0f15eda", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:53.000000", "updated_at": "2023-04-17T19:19:53.000000", "name": "tempest-TaggedBootDevicesTest-volume-1280990183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca293f910e2a4830abd423bd295b6fff/volumes/2ee75508-303d-4c40-9c1e-93b4f0f15eda"}], "user_id": "a7699184a27244cba7231a13dd6de306", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca293f910e2a4830abd423bd295b6fff"}}' 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 758d43be-b7c0-42f5-b9df-964c2a9986dc failed to build and is in ERROR status 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 f78d39b3-ba78-426a-9c48-e60aa2fd2801 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 3c89afa1-f4d8-456a-9749-badf50557c48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:58,921 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes 0.812s 2023-04-17 19:19:58,922 80106 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-1837752370"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a0eb4c-9f25-49d8-87f6-0e25362a1158', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a0eb4c-9f25-49d8-87f6-0e25362a1158', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:58.813634", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:58,994 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48 0.056s 2023-04-17 19:19:58,994 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0db427ee-7c34-4ca2-8664-70cb236ac4f8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0db427ee-7c34-4ca2-8664-70cb236ac4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68a382a0ae154c6b86faf8b43e050aee"}}' 2023-04-17 19:20:00,069 80106 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48 0.060s 2023-04-17 19:20:00,070 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9d6fd3-8fd9-4f27-8f25-5461c5413a24', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9d6fd3-8fd9-4f27-8f25-5461c5413a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48'} Body: b'{"volume": {"id": "3c89afa1-f4d8-456a-9749-badf50557c48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": "2023-04-17T19:19:59.000000", "name": "tempest-TestVolumeSwap-volume-1837752370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68a382a0ae154c6b86faf8b43e050aee/volumes/3c89afa1-f4d8-456a-9749-badf50557c48"}], "user_id": "b87b8c89ffe04bf8966d5b8e512e43e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68a382a0ae154c6b86faf8b43e050aee"}}' 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 6578916c-71b4-434f-bcac-aad321b8fcb5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:59,293 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes 1.086s 2023-04-17 19:19:59,293 80096 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-1333719890", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf46d06d-f1bf-4156-aa3a-30bf864cf188', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf46d06d-f1bf-4156-aa3a-30bf864cf188', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.210506", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:19:59,394 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5 0.085s 2023-04-17 19:19:59,395 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175f3379-6238-46e0-8027-e937c472445f', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175f3379-6238-46e0-8027-e937c472445f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1740761336d4c979e1c845855951749"}}' 2023-04-17 19:20:00,530 80096 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5 0.106s 2023-04-17 19:20:00,531 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13b0baa-cdfd-4e1c-a04c-c6c6be05b1e9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13b0baa-cdfd-4e1c-a04c-c6c6be05b1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5'} Body: b'{"volume": {"id": "6578916c-71b4-434f-bcac-aad321b8fcb5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:19:59.000000", "updated_at": "2023-04-17T19:19:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1333719890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a1740761336d4c979e1c845855951749/volumes/6578916c-71b4-434f-bcac-aad321b8fcb5"}], "user_id": "700c714027834ae7ad2f52b0580e6f2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a1740761336d4c979e1c845855951749"}}' 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 4f9a4810-7960-4f4d-afe1-4a1871bb748f failed to build and is in ERROR status setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 08c8c71a-cc83-419a-99c3-a830b53077e5 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6af0b2a3-f022-4e4f-9ebd-cd990855decc failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:55,409 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.135s 2023-04-17 19:19:55,410 80114 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-214327508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-4b4a62ab-8f56-4f3f-a034-c8e33feb04f0', 'date': 'Mon, 17 Apr 2023 19:19:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"84a6c1ce-acc7-4ca2-8daf-8b02816b32ed","name":"tempest-tagged-attachments-test-net-214327508","tenant_id":"df0da5ae266049e7b39fabbb3fe8212d","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"df0da5ae266049e7b39fabbb3fe8212d","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-17T19:19:52Z","updated_at":"2023-04-17T19:19:53Z","revision_number":1}}' 2023-04-17 19:20:01,029 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.619s 2023-04-17 19:20:01,030 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "84a6c1ce-acc7-4ca2-8daf-8b02816b32ed", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-62593a03-2427-4bec-8a87-fde214d5a2f8', 'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"972c6c3b-d67d-4090-9c77-04deda5ddfea","name":"","tenant_id":"df0da5ae266049e7b39fabbb3fe8212d","network_id":"84a6c1ce-acc7-4ca2-8daf-8b02816b32ed","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-17T19:19:56Z","updated_at":"2023-04-17T19:19:56Z","revision_number":0,"project_id":"df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:01,338 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes 0.307s 2023-04-17 19:20:01,338 80114 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-1095467005"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e270d8-dd5d-44e1-9aca-3a87f3aed65a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e270d8-dd5d-44e1-9aca-3a87f3aed65a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.247909", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:01,406 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 0.055s 2023-04-17 19:20:01,407 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb16352f-9b60-4959-bb15-d01f073c22b6', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb16352f-9b60-4959-bb15-d01f073c22b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:02,465 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4 0.046s 2023-04-17 19:20:02,465 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646b0ce4-9c2c-48ef-a78d-518a3846d2f8', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646b0ce4-9c2c-48ef-a78d-518a3846d2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4'} Body: b'{"volume": {"id": "b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:01.000000", "updated_at": "2023-04-17T19:20:01.000000", "name": "tempest-TaggedAttachmentsTest-volume-1095467005", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47e6-bba8-c7d83d1d03f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0da5ae266049e7b39fabbb3fe8212d/volumes/b97d4ecd-ee49-47 e6-bba8-c7d83d1d03f4"}], "user_id": "e1d658e696c34bec94d7d75580526c5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0da5ae266049e7b39fabbb3fe8212d"}}' 2023-04-17 19:20:03,149 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/972c6c3b-d67d-4090-9c77-04deda5ddfea 0.671s 2023-04-17 19:20:03,149 80114 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-2d4dadb8-85e6-4bfc-b46e-10928522a535', 'date': 'Mon, 17 Apr 2023 19:20:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/972c6c3b-d67d-4090-9c77-04deda5ddfea'} Body: b'' 2023-04-17 19:20:04,513 80114 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/84a6c1ce-acc7-4ca2-8daf-8b02816b32ed 1.363s 2023-04-17 19:20:04,514 80114 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-65955d8c-7c9c-414a-81f9-973a63a35912', 'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/84a6c1ce-acc7-4ca2-8daf-8b02816b32ed'} Body: b'' 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 de9a1343-9e41-4dbd-b210-1cc15acb34b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:04,332 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes 0.755s 2023-04-17 19:20:04,332 80102 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-1669014654"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544dc687-249d-4478-82a2-d1f1f5eb6c2c', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544dc687-249d-4478-82a2-d1f1f5eb6c2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.232213", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 19:20:04,442 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0 0.099s 2023-04-17 19:20:04,442 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995fe539-2876-4942-842c-a29e53e4078b', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995fe539-2876-4942-842c-a29e53e4078b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 2023-04-17 19:20:05,507 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0 0.053s 2023-04-17 19:20:05,508 80102 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a30c530-ae26-4d1d-bf78-358823536ca7', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a30c530-ae26-4d1d-bf78-358823536ca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0'} Body: b'{"volume": {"id": "de9a1343-9e41-4dbd-b210-1cc15acb34b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.000000", "updated_at": "2023-04-17T19:20:04.000000", "name": "tempest-VolumeRevertTests-Volume-1669014654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/de9a1343-9e41-4dbd-b210-1cc15acb34b0"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 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 8d76b3fb-1384-4fb7-9f52-40a205074216 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:04,742 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes 0.659s 2023-04-17 19:20:04,743 80094 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-1764710468"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c85878-4fc0-475c-ad84-b799fcf0f39f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c85878-4fc0-475c-ad84-b799fcf0f39f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:04.608200", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:04,801 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.046s 2023-04-17 19:20:04,801 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c50e5ed-c647-4af3-8d75-cd9ef2d6d4d3', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c50e5ed-c647-4af3-8d75-cd9ef2d6d4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:05,860 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.041s 2023-04-17 19:20:05,860 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e46a1465-e8ab-4020-a4bc-9e7dc44ca77b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e46a1465-e8ab-4020-a4bc-9e7dc44ca77b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": "2023-04-17T19:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:05,933 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.061s 2023-04-17 19:20:05,933 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da95bcce-5a55-45a5-bca9-c767bed6cab9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da95bcce-5a55-45a5-bca9-c767bed6cab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"volume": {"id": "8d76b3fb-1384-4fb7-9f52-40a205074216", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.000000", "updated_at": "2023-04-17T19:20:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1764710468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:06,088 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.144s 2023-04-17 19:20:06,089 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UT F-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bb70ff-e36a-448e-ab48-c5737c8ab257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'' 2023-04-17 19:20:06,112 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216 0.022s 2023-04-17 19:20:06,112 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-dd44b930-6585-453f-a416-5e2c5e8f316d', 'x-openstack-request-id': 'req-dd44b930-6585-453f-a416-5e2c5e8f316d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/8d76b3fb-1384-4fb7-9f52-40a205074216'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8d76b3fb-1384-4fb7-9f52-40a205074216 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 e26ce564-5635-4e6b-a685-804524b0cce5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:05,752 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes 0.231s 2023-04-17 19:20:05,753 80102 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-1185172916"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffec92c2-c4ad-4cea-849f-d0043bd05ada', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffec92c2-c4ad-4cea-849f-d0043bd05ada', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:05.683002", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-17 19:20:05,815 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5 0.044s 2023-04-17 19:20:05,815 80102 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8ade78-b813-4f50-9524-174b83880c33', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8ade78-b813-4f50-9524-174b83880c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 2023-04-17 19:20:06,868 80102 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5 0.041s 2023-04-17 19:20:06,868 80102 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52ab3d5-b108-4f27-8537-356130f7a75d', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52ab3d5-b108-4f27-8537-356130f7a75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5'} Body: b'{"volume": {"id": "e26ce564-5635-4e6b-a685-804524b0cce5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumeRevertTests-Volume-1185172916", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/128e0e7cd1a543f9865d862af20e36fa/volumes/e26ce564-5635-4e6b-a685-804524b0cce5"}], "user_id": "bc8be8d9e38d41d8a5db143ebe83066e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "128e0e7cd1a543f9865d862af20e36fa"}}' 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 e8483266-491d-4057-8f8c-9d93c5d0d99a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:06,352 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes 0.236s 2023-04-17 19:20:06,352 80094 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-1941287375"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfcf6538-91a1-4c0e-a635-153e20b6ef62', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfcf6538-91a1-4c0e-a635-153e20b6ef62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.254699", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:06,413 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.051s 2023-04-17 19:20:06,414 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660d9ea4-c8f0-4f2e-9b00-02f7264c4d25', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660d9ea4-c8f0-4f2e-9b00-02f7264c4d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,503 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.078s 2023-04-17 19:20:07,503 80094 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc7d93f-fd00-4535-99f0-fdac297d5f29', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc7d93f-fd00-4535-99f0-fdac297d5f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,581 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.066s 2023-04-17 19:20:07,581 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a602facb-c8bc-4dee-9d2a-a9a9e59f4658', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a602facb-c8bc-4dee-9d2a-a9a9e59f4658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"volume": {"id": "e8483266-491d-4057-8f8c-9d93c5d0d99a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:06.000000", "updated_at": "2023-04-17T19:20:06.000000", "name": "tempest-VolumesDeleteCascade-Volume-1941287375", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a"}], "user_id": "907f93c8146948a9b95206ac0858b148", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d258e22dc52543e1b162b0cef4d0234b"}}' 2023-04-17 19:20:07,761 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.169s 2023-04-17 19:20:07,762 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-205e2384-a3aa-4350-b78e-d30e65013bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'' 2023-04-17 19:20:07,873 80094 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a 0.111s 2023-04-17 19:20:07,873 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-a446f1da-c34b-4a68-80d8-ff12cbd08d1d', 'x-openstack-request-id': 'req-a446f1da-c34b-4a68-80d8-ff12cbd08d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d258e22dc52543e1b162b0cef4d0234b/volumes/e8483266-491d-4057-8f8c-9d93c5d0d99a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e8483266-491d-4057-8f8c-9d93c5d0d99a could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20cebac6-e58a-4e48-b637-cc13736c041f 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 9e6b1ac7-683d-49c5-8bcc-969c08822288 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:14,517 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes 0.513s 2023-04-17 19:20:14,517 80094 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-501793128"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f70456b-16e9-4c74-bf6c-7ead3a1bb344', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f70456b-16e9-4c74-bf6c-7ead3a1bb344', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.437138", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:14,578 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.051s 2023-04-17 19:20:14,578 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1230c1-6dfd-435f-b43e-6a75a9d2d5a4', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1230c1-6dfd-435f-b43e-6a75a9d2d5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,646 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.056s 2023-04-17 19:20:15,646 80094 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85725b6a-4737-4399-ba6e-0465069b0920', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85725b6a-4737-4399-ba6e-0465069b0920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": "2023-04-17T19:20:15.000000", "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,721 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.062s 2023-04-17 19:20:15,721 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b9dede-384e-4a72-93ab-21892f7c6e88', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b9dede-384e-4a72-93ab-21892f7c6e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"volume": {"id": "9e6b1ac7-683d-49c5-8bcc-969c08822288", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:14.000000", "updated_at": "2023-04-17T19:20:15.000000", "name": "tempest-VolumesTransfersTest-Volume-501793128", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:15,847 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.115s 2023-04-17 19:20:15,848 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4496729f-92ba-4aec-9b18-560ee62e28fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'' 2023-04-17 19:20:15,873 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288 0.025s 2023-04-17 19:20:15,873 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5a3703f-5481-4854-a20c-0e37ae33708c', 'x-openstack-request-id': 'req-b5a3703f-5481-4854-a20c-0e37ae33708c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/9e6b1ac7-683d-49c5-8bcc-969c08822288'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e6b1ac7-683d-49c5-8bcc-969c08822288 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 4a382ff4-71e1-4786-b35f-4e2a38512503 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:16,082 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes 0.206s 2023-04-17 19:20:16,082 80094 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-1241315655"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34bf7903-fa03-47eb-a0d8-382c937824f5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34bf7903-fa03-47eb-a0d8-382c937824f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.012134", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:16,171 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.079s 2023-04-17 19:20:16,171 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a7d6ef-ec80-46b5-ac59-9420086b750a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a7d6ef-ec80-46b5-ac59-9420086b750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,231 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.048s 2023-04-17 19:20:17,232 80094 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4017d65-14af-4a64-b5c7-2b870f2a7bc4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4017d65-14af-4a64-b5c7-2b870f2a7bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": "2023-04-17T19:20:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,289 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.046s 2023-04-17 19:20:17,290 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf69e1b3-fcae-4260-87bc-918fe7da09fd', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf69e1b3-fcae-4260-87bc-918fe7da09fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"volume": {"id": "4a382ff4-71e1-4786-b35f-4e2a38512503", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:16.000000", "updated_at": "2023-04-17T19:20:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1241315655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503"}], "user_id": "577cf3c8b3d84027900650bb61365568", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "285ce8560b7a4b30ada7e50dca79b18f"}}' 2023-04-17 19:20:17,407 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.106s 2023-04-17 19:20:17,407 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0829501-940a-40a0-8cdf-303c9f639442', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'' 2023-04-17 19:20:17,430 80094 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503 0.022s 2023-04-17 19:20:17,430 80094 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f2ebf5-4cd4-4518-85f3-bb2e119d39f7', 'x-openstack-request-id': 'req-b4f2ebf5-4cd4-4518-85f3-bb2e119d39f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/285ce8560b7a4b30ada7e50dca79b18f/volumes/4a382ff4-71e1-4786-b35f-4e2a38512503'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a382ff4-71e1-4786-b35f-4e2a38512503 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 33caee88-2875-48dc-ac07-47f047cadce9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:19,295 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types 0.267s 2023-04-17 19:20:19,296 80096 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-1323517860"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12fad55-2b17-4687-a843-d3ae9fbab115', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12fad55-2b17-4687-a843-d3ae9fbab115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types'} Body: b'{"volume_type": {"id": "fd25b7cb-08c4-44aa-8dd0-65f045cf0218", "name": "tempest-GroupsV314Test-volume-type-1323517860", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:20:19,344 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types 0.045s 2023-04-17 19:20:19,345 80096 DEBUG [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-1228016510"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab42a5c3-f289-4b34-bb43-bf9d0b215eaf', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab42a5c3-f289-4b34-bb43-bf9d0b215eaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types'} Body: b'{"group_type": {"id": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "name": "tempest-GroupsV314Test-group-type-1228016510", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:20:19,645 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups 0.298s 2023-04-17 19:20:19,646 80096 DEBUG [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": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "name": "tempest-GroupsV314Test-Group-1898989351"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34676dc9-203f-4dbf-9e40-efa955e950b3', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34676dc9-203f-4dbf-9e40-efa955e950b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "name": "tempest-GroupsV314Test-Group-1898989351"}}' 2023-04-17 19:20:19,682 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.033s 2023-04-17 19:20:19,682 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1246e4cb-f666-4638-83a3-9200b838ba3d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1246e4cb-f666-4638-83a3-9200b838ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:20:20.000000", "name": "tempest-GroupsV314Test-Group-1898989351", "description": null, "group_type": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:20:20,723 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.036s 2023-04-17 19:20:20,724 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e205b41-c318-43af-b4bf-dd4f3b3bb7f8', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e205b41-c318-43af-b4bf-dd4f3b3bb7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"group": {"id": "33caee88-2875-48dc-ac07-47f047cadce9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:20:20.000000", "name": "tempest-GroupsV314Test-Group-1898989351", "description": null, "group_type": "ffd49ccc-909e-40c0-a3b2-3ab275f2bd33", "volume_types": ["fd25b7cb-08c4-44aa-8dd0-65f045cf0218"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:20:20,798 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/volumes/detail 0.069s 2023-04-17 19:20:20,798 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4bdaaac-d296-47de-8c9e-0a9c7de60169', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4bdaaac-d296-47de-8c9e-0a9c7de60169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:20:20,887 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9/action 0.078s 2023-04-17 19:20:20,887 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apac he/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017f88f0-d0cd-4bb0-a1d3-f26bc60051f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9/action'} Body: b'' 2023-04-17 19:20:20,906 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9 0.018s 2023-04-17 19:20:20,906 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 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-d4cc61e6-5677-4c87-aac0-fa0585ce98ef', 'x-openstack-request-id': 'req-d4cc61e6-5677-4c87-aac0-fa0585ce98ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7554c220daeb425dbf0044f1d23de760/groups/33caee88-2875-48dc-ac07-47f047cadce9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 33caee88-2875-48dc-ac07-47f047cadce9 could not be found."}}' 2023-04-17 19:20:20,954 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types/ffd49ccc-909e-40c0-a3b2-3ab275f2bd33 0.047s 2023-04-17 19:20:20,954 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ab7877-5e31-41d5-8af8-dee2fc82da70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/group_types/ffd49ccc-909e-40c0-a3b2-3ab275f2bd33'} Body: b'' 2023-04-17 19:20:21,051 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218 0.097s 2023-04-17 19:20:21,052 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f600a34e-3e01-497d-9410-ac119e13d4a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218'} Body: b'' 2023-04-17 19:20:21,070 80096 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218 0.017s 2023-04-17 19:20:21,070 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API- Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-052bd790-8d83-4eb5-898b-5cc99c153eaa', 'x-openstack-request-id': 'req-052bd790-8d83-4eb5-898b-5cc99c153eaa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/991a7864946548d7903ecc7039aba6f2/types/fd25b7cb-08c4-44aa-8dd0-65f045cf0218'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fd25b7cb-08c4-44aa-8dd0-65f045cf0218 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 dbd7883b-1384-43fa-8e03-8210fca133f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:26,444 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/915dbe3cd1d043acb30d9bff30a3111b/os-quota-sets/29ba655d76a14170b32e62c0dd89a991?usage=True 0.054s 2023-04-17 19:20:26,445 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3f8c67-d890-4770-8722-064ac1942358', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3f8c67-d890-4770-8722-064ac1942358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/915dbe3cd1d043acb30d9bff30a3111b/os-quota-sets/29ba655d76a14170b32e62c0dd89a991?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": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:26,898 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes 0.438s 2023-04-17 19:20:26,898 80096 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-1355773919"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b407508-f6eb-49e4-84b6-8c9b68220063', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b407508-f6eb-49e4-84b6-8c9b68220063', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:26.819136", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:26,972 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.065s 2023-04-17 19:20:26,973 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1be908-5804-43b4-a590-3435b563ee79', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1be908-5804-43b4-a590-3435b563ee79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,025 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.040s 2023-04-17 19:20:28,026 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5b7c44-be74-4af7-85db-6ee345b1fc2f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5b7c44-be74-4af7-85db-6ee345b1fc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": "2023-04-17T19:20:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,101 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.064s 2023-04-17 19:20:28,102 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ceb5ada-dbca-4680-b48f-297cce9a24b5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ceb5ada-dbca-4680-b48f-297cce9a24b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"volume": {"id": "dbd7883b-1384-43fa-8e03-8210fca133f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:27.000000", "updated_at": "2023-04-17T19:20:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1355773919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:28,259 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.131s 2023-04-17 19:20:28,261 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20: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-bffb930d-2e99-45c2-872e-3d8778ae3e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'' 2023-04-17 19:20:28,283 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5 0.022s 2023-04-17 19:20:28,283 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3273f7-b750-48f1-83b4-4275589a2496', 'x-openstack-request-id': 'req-8a3273f7-b750-48f1-83b4-4275589a2496', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/dbd7883b-1384-43fa-8e03-8210fca133f5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dbd7883b-1384-43fa-8e03-8210fca133f5 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 1af8f457-ca10-4e76-8701-61aeaebdc998 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:28,562 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes 0.270s 2023-04-17 19:20:28,562 80096 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-1403771552"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f006808-7d1f-4250-9523-de26eb1d4507', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f006808-7d1f-4250-9523-de26eb1d4507', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:28.505832", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:20:28,620 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.046s 2023-04-17 19:20:28,620 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ff03cfd-1d01-4ae2-8563-1c9075e49904', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ff03cfd-1d01-4ae2-8563-1c9075e49904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,674 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.042s 2023-04-17 19:20:29,674 80096 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f068d2-21b3-4b57-80bc-bc00a7d89f8a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f068d2-21b3-4b57-80bc-bc00a7d89f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": "2023-04-17T19:20:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,728 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.042s 2023-04-17 19:20:29,728 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35be8b23-2d96-411b-8771-cb90239902fb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35be8b23-2d96-411b-8771-cb90239902fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"volume": {"id": "1af8f457-ca10-4e76-8701-61aeaebdc998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:20:29.000000", "updated_at": "2023-04-17T19:20:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1403771552", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998"}], "user_id": "1b618ed0dbfa4a37b2c4325eaa99bf64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29ba655d76a14170b32e62c0dd89a991"}}' 2023-04-17 19:20:29,849 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.110s 2023-04-17 19:20:29,849 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c42fc68-723c-494d-87a4-9e5ab02c5112', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'' 2023-04-17 19:20:29,871 80096 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998 0.021s 2023-04-17 19:20:29,872 80096 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca34494-7dcf-4d00-8230-13d5e87add5a', 'x-openstack-request-id': 'req-2ca34494-7dcf-4d00-8230-13d5e87add5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/29ba655d76a14170b32e62c0dd89a991/volumes/1af8f457-ca10-4e76-8701-61aeaebdc998'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1af8f457-ca10-4e76-8701-61aeaebdc998 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6bf59dd-5b29-4f66-ba75-8d43b5ae6be8 failed to build and is in ERROR status tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 9b95383f-f235-4a58-ac75-f45b57b29502 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:34,536 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.031s 2023-04-17 19:19:34,537 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 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-34caaa10-41cd-4e26-b3d3-7d5a4f33d714', '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": "b0f1ec1738134ceba94442f3038fa461", "name": "tempest-DeleteServersTestJSON-1527368719-project-member", "password_expires_at": null}, "audit_ids": ["9-VLRKirSVCHJIyOhpR8JA"], "expires_at": "2023-04-17T20:19:34.000000Z", "issued_at": "2023-04-17T19:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "name": "tempest-DeleteServersTestJSON-1527368719"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:34,537 80108 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '74af95ed-a6d8-46e7-956e-8d482f74375a', 'name': 'tempest-DeleteServersTestJSON-1190622383-network', 'tenant_id': 'a6fe9dcd78d74b1fae40910e2f3c9fd4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a6fe9dcd78d74b1fae40910e2f3c9fd4', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11947, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:15Z', 'updated_at': '2023-04-17T19:19:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:37,229 80108 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.691s 2023-04-17 19:19:37,230 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-240983541", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "74af95ed-a6d8-46e7-956e-8d482f74375a"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ffa75d-ab73-44de-8b1d-bb600ccf2119', 'x-compute-request-id': 'req-60ffa75d-ab73-44de-8b1d-bb600ccf2119', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kRLRZNv8NVGk"}}' 2023-04-17 19:19:37,497 80108 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/ef0d67a3-830c-48cb-b013-6cc26d033001 0.262s 2023-04-17 19:19:37,498 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:37 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-667bb2ce-e928-442e-b844-a6ca0b039039', 'x-compute-request-id': 'req-667bb2ce-e928-442e-b844-a6ca0b039039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "name": "tempest-DeleteServersTestJSON-server-240983541", "status": "BUILD", "tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "user_id": "b0f1ec1738134ceba94442f3038fa461", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:27,993 80108 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/ef0d67a3-830c-48cb-b013-6cc26d033001 0.445s 2023-04-17 19:20:27,993 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0ff14df-0429-486d-bb96-c107a57e21a6', 'x-compute-request-id': 'req-b0ff14df-0429-486d-bb96-c107a57e21a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001'} Body: b'{"server": {"id": "ef0d67a3-830c-48cb-b013-6cc26d033001", "name": "tempest-DeleteServersTestJSON-server-240983541", "status": "ACTIVE", "tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4", "user_id": "b0f1ec1738134ceba94442f3038fa461", "metadata": {}, "hostId": "0182206a20ea1419effb8c6d4fbdef2266601999a0604cd366ebaa0b", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-DeleteServersTestJSON-1190622383-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:10:ab"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ef0d67a3-830c-48cb-b013-6cc26d033001"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:28,005 80108 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:21:28,335 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes 0.270s 2023-04-17 19:21:28,335 80108 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-1247331802"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af07d58-5304-4b4f-a0b0-d8a59c7d6bb0', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af07d58-5304-4b4f-a0b0-d8a59c7d6bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.26 8252", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:28,398 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502 0.053s 2023-04-17 19:21:28,399 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72fd4c0-6c53-47ad-b964-d2f8d41c3bff', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72fd4c0-6c53-47ad-b964-d2f8d41c3bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4"}}' 2023-04-17 19:21:29,451 80108 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502 0.042s 2023-04-17 19:21:29,452 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c2c5c3-e5e0-46a6-abd8-973990d53917', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c2c5c3-e5e0-46a6-abd8-973990d53917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502'} Body: b'{"volume": {"id": "9b95383f-f235-4a58-ac75-f45b57b29502", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:28.000000", "updated_at": "2023-04-17T19:21:28.000000", "name": "tempest-DeleteServersTestJSON-volume-1247331802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a6fe9dcd78d74b1fae40910e2f3c9fd4/volum es/9b95383f-f235-4a58-ac75-f45b57b29502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a6fe9dcd78d74b1fae40910e2f3c9fd4/volumes/9b95383f-f235-4a58-ac75-f45b57b29502"}], "user_id": "b0f1ec1738134ceba94442f3038fa461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a6fe9dcd78d74b1fae40910e2f3c9fd4"}}' 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 9c96b369-78f3-4f99-8aca-73913b05695b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:32,086 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.125s 2023-04-17 19:19:32,086 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-518da9f8-9880-4f06-bc67-982baf350d5f', '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": "c3ca940cb3c74d02888bf82aa3c31240", "name": "tempest-VolumesActionsTest-4563664-project-member", "password_expires_at": null}, "audit_ids": ["gez1bHHgTKGGTU2cB4oUiQ"], "expires_at": "2023-04-17T20:19:31.000000Z", "issued_at": "2023-04-17T19:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c67b4e282821426eb45e3e90e21edc42", "name": "tempest-VolumesActionsTest-4563664"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:32,087 80117 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '55337e40-446f-4356-a4c2-6d5472b60340', 'name': 'tempest-VolumesActionsTest-1244535556-network', 'tenant_id': 'c67b4e282821426eb45e3e90e21edc42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c67b4e282821426eb45e3e90e21edc42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'gene ve', 'provider:physical_network': None, 'provider:segmentation_id': 11687, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:23Z', 'updated_at': '2023-04-17T19:19:23Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:34,826 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.738s 2023-04-17 19:19:34,827 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-241403632", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "55337e40-446f-4356-a4c2-6d5472b60340"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8571b1f2-d2a7-4f81-aa78-12e6d0794d30', 'x-compute-request-id': 'req-8571b1f2-d2a7-4f81-aa78-12e6d0794d30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3X5acDACbcLW"}}' 2023-04-17 19:19:35,028 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.198s 2023-04-17 19:19:35,029 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:34 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-10a5732b-a796-441a-9b19-7f9d6169f3d3', 'x-compute-request-id': 'req-10a5732b-a796-441a-9b19-7f9d6169f3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "BUILD", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:35Z", "updated": "2023-04-17T19:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling ", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:25,460 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.369s 2023-04-17 19:20:25,460 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dec47468-a9a3-4f46-8ab0-6eaf29a188ae', 'x-compute-request-id': 'req-dec47468-a9a3-4f46-8ab0-6eaf29a188ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "ACTIVE", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "ff0b6479431cc876ec1c29ab1fb42463f1f14b6ec1dfa2ba071ffbdb", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:34Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-VolumesActionsTest-1244535556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:d1:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:25,474 80117 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:21:25,863 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes 0.330s 2023-04-17 19:21:25,864 80117 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-1395912841"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1a0ef0-3b59-49bd-a921-e54c719dac2c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1a0ef0-3b59-49bd-a921-e54c719dac2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:25.711878", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_v olid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:25,926 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.050s 2023-04-17 19:21:25,927 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42440f9e-b52d-4c4b-bb3b-bc555cdb744d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42440f9e-b52d-4c4b-bb3b-bc555cdb744d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:26,978 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.040s 2023-04-17 19:21:26,978 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1d8e0ff-298b-4d2e-9f62-e0781f9269a6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d8e0ff-298b-4d2e-9f62-e0781f9269a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": "2023-04-17T19:21:26.000000", "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3 c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:27,058 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.062s 2023-04-17 19:21:27,058 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb7cf8f-3f6a-49b4-b9ed-22bbe3ba07b1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb7cf8f-3f6a-49b4-b9ed-22bbe3ba07b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"volume": {"id": "9c96b369-78f3-4f99-8aca-73913b05695b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:26.000000", "updated_at": "2023-04-17T19:21:26.000000", "name": "tempest-VolumesActionsTest-Volume-1395912841", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:21:27,170 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.100s 2023-04-17 19:21:27,171 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21: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-aea69f5f-c1c5-42e1-bf96-0cd2d283cae4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'' 2023-04-17 19:21:27,193 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b 0.021s 2023-04-17 19:21:27,193 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c1c041-acfe-42d4-ad47-de3dd42a875e', 'x-openstack-request-id': 'req-f9c1c041-acfe-42d4-ad47-de3dd42a875e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/9c96b369-78f3-4f99-8aca-73913b05695b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c96b369-78f3-4f99-8aca-73913b05695b could not be found."}}' 2023-04-17 19:21:27,363 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.170s 2023-04-17 19:21:27,364 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6408eaec-86cf-4e01-9b4a-5e686c2f9666', 'x-compute-request-id': 'req-6408eaec-86cf-4e01-9b4a-5e686c2f9666', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'' 2023-04-17 19:21:27,966 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.602s 2023-04-17 19:21:27,967 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54047064-504f-4d86-9cb7-23bdc82cde9f', 'x-compute-request-id': 'req-54047064-504f-4d86-9cb7-23bdc82cde9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"server": {"id": "faeedd1b-1567-47d5-aa43-e84f7d90825f", "name": "tempest-VolumesActionsTest-instance-241403632", "status": "ACTIVE", "tenant_id": "c67b4e282821426eb45e3e90e21edc42", "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "metadata": {}, "hostId": "ff0b6479431cc876ec1c29ab1fb42463f1f14b6ec1dfa2ba071ffbdb", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:34Z", "updated": "2023-04-17T19:21:27Z", "addresses": {"tempest-VolumesActionsTest-1244535556-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:d1:49"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:18,029 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f 0.040s 2023-04-17 19:22:18,029 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-32f06c3d-06a9-46bb-8858-3aabf3892f5f', 'x-compute-request-id': 'req-32f06c3d-06a9-46bb-8858-3aabf3892f5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/faeedd1b-1567-47d5-aa43-e84f7d90825f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance faeedd1b-1567-47d5-aa43-e84f7d90825f 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 7ba3e766-b7a7-4def-ac11-fd82d04ebc60 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:18,225 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.192s 2023-04-17 19:22:18,226 80117 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-723566357"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b147e3f-eb44-4f46-bc62-a4d102b87bd6', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b147e3f-eb44-4f46-bc62-a4d102b87bd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.162842", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:18,310 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.072s 2023-04-17 19:22:18,310 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa8fb22e-dc98-4cc0-9cea-e4eba7e0415e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa8fb22e-dc98-4cc0-9cea-e4eba7e0415e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,367 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.044s 2023-04-17 19:22:19,367 80117 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-952f3739-88a6-41f5-a5b7-9968c32a8fbe', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-952f3739-88a6-41f5-a5b7-9968c32a8fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": "2023-04-17T19:22:18.000000", "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,428 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.050s 2023-04-17 19:22:19,429 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44bd35c9-2655-46ce-8678-910a66760b58', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44bd35c9-2655-46ce-8678-910a66760b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"volume": {"id": "7ba3e766-b7a7-4def-ac11-fd82d04ebc60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:18.000000", "updated_at": "2023-04-17T19:22:18.000000", "name": "tempest-VolumesActionsTest-Volume-723566357", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:19,569 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.129s 2023-04-17 19:22:19,569 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-7a53d6dc-cc7c-4b11-8020-cbaf6184f488', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'' 2023-04-17 19:22:19,606 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60 0.036s 2023-04-17 19:22:19,606 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebac605a-4d2d-4f55-8447-bee7aa38fd5f', 'x-openstack-request-id': 'req-ebac605a-4d2d-4f55-8447-bee7aa38fd5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/7ba3e766-b7a7-4def-ac11-fd82d04ebc60'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7ba3e766-b7a7-4def-ac11-fd82d04ebc60 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 0094cc74-da62-4ca5-bf0c-b28bf005e78e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:19,818 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.207s 2023-04-17 19:22:19,818 80117 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-1159399751"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691e1f16-58ae-4faf-82e3-397cb7dca51c', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691e1f16-58ae-4faf-82e3-397cb7dca51c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:19.748631", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:19,872 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.044s 2023-04-17 19:22:19,872 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f29151-3b69-449d-b8d9-e9f5a0b2329b', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f29151-3b69-449d-b8d9-e9f5a0b2329b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:20,923 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.039s 2023-04-17 19:22:20,923 80117 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a47fa9f-852f-46c4-ab71-e695cebb5335', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a47fa9f-852f-46c4-ab71-e695cebb5335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": "2023-04-17T19:22:20.000000", "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:20,977 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.042s 2023-04-17 19:22:20,977 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc1d90f-8cba-42f3-87fd-5c41110cb9b2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc1d90f-8cba-42f3-87fd-5c41110cb9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"volume": {"id": "0094cc74-da62-4ca5-bf0c-b28bf005e78e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:20.000000", "updated_at": "2023-04-17T19:22:20.000000", "name": "tempest-VolumesActionsTest-Volume-1159399751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:21,087 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.099s 2023-04-17 19:22:21,088 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1fa199-1cc4-45aa-97b4-636ef1b155bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'' 2023-04-17 19:22:21,112 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e 0.023s 2023-04-17 19:22:21,112 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-16358e1b-4fa4-4d33-864b-2f9a6a867ca8', 'x-openstack-request-id': 'req-16358e1b-4fa4-4d33-864b-2f9a6a867ca8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/0094cc74-da62-4ca5-bf0c-b28bf005e78e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0094cc74-da62-4ca5-bf0c-b28bf005e78e 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 017b4ffc-95d4-4613-bdcc-05ee87635ed6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:21,295 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.180s 2023-04-17 19:22:21,296 80117 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-963807009"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc4bb461-ea8d-4b06-8592-c2abc7e8cc51', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc4bb461-ea8d-4b06-8592-c2abc7e8cc51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.238763", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:21,351 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.046s 2023-04-17 19:22:21,352 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eae0a37-fe8a-4007-ab5f-e4f01a433d83', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eae0a37-fe8a-4007-ab5f-e4f01a433d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,404 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.040s 2023-04-17 19:22:22,404 80117 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-708b8766-d589-4cca-92c5-b24b11c66cbd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-708b8766-d589-4cca-92c5-b24b11c66cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": "2023-04-17T19:22:21.000000", "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,469 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.054s 2023-04-17 19:22:22,469 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac999277-d0d9-4799-8f11-65c6d8b6dfda', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac999277-d0d9-4799-8f11-65c6d8b6dfda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"volume": {"id": "017b4ffc-95d4-4613-bdcc-05ee87635ed6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:21.000000", "updated_at": "2023-04-17T19:22:21.000000", "name": "tempest-VolumesActionsTest-Volume-963807009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:22,581 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.100s 2023-04-17 19:22:22,581 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 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-aec0efac-16ee-487b-b493-3b910db40502', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'' 2023-04-17 19:22:22,607 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6 0.025s 2023-04-17 19:22:22,607 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c22946-3f40-4f40-80d2-fae0f4d204d7', 'x-openstack-request-id': 'req-21c22946-3f40-4f40-80d2-fae0f4d204d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/017b4ffc-95d4-4613-bdcc-05ee87635ed6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 017b4ffc-95d4-4613-bdcc-05ee87635ed6 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 8b2cb0cd-16ee-4518-a1a4-566b1d20d36c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:22,868 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes 0.258s 2023-04-17 19:22:22,869 80117 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-1905104421"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff64b16-df13-441f-8d43-d4124f07f3dd', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff64b16-df13-441f-8d43-d4124f07f3dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:22.742748", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:22,930 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.052s 2023-04-17 19:22:22,930 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc294b3c-a9dd-4be5-b31e-06df5c344614', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc294b3c-a9dd-4be5-b31e-06df5c344614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,000 80117 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/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.046s 2023-04-17 19:22:24,003 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce6d7c2-fc92-4f8c-b111-896c0735e83c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce6d7c2-fc92-4f8c-b111-896c0735e83c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": "2023-04-17T19:22:23.000000", "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,078 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.056s 2023-04-17 19:22:24,078 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25285ae-5f5b-44e0-8ab6-f00cbfb64f69', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25285ae-5f5b-44e0-8ab6-f00cbfb64f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"volume": {"id": "8b2cb0cd-16ee-4518-a1a4-566b1d20d36c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:23.000000", "updated_at": "2023-04-17T19:22:23.000000", "name": "tempest-VolumesActionsTest-Volume-1905104421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:24,185 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.096s 2023-04-17 19:22:24,186 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 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-f6d4160a-91da-4311-af28-699069bd1420', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'' 2023-04-17 19:22:24,212 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 0.025s 2023-04-17 19:22:24,212 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-8e41d843-4c81-4c73-9fd3-38095773a9e7', 'x-openstack-request-id': 'req-8e41d843-4c81-4c73-9fd3-38095773a9e7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/8b2cb0cd-16ee-4518-a1a4-566b1d20d36c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b2cb0cd-16ee-4518-a1a4-566b1d20d36c 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 5759ae65-d74e-4741-abf5-48bcf192be1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:24,420 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes 0.202s 2023-04-17 19:22:24,420 80117 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-310663671"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d327e3-626e-4250-8b66-20d09a8264bd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d327e3-626e-4250-8b66-20d09a8264bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.351006", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:24,507 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.077s 2023-04-17 19:22:24,507 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade643ed-a7da-49c0-9813-02e3f246e2f4', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade643ed-a7da-49c0-9813-02e3f246e2f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,557 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.038s 2023-04-17 19:22:25,557 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f7e1c0-35ec-4547-aa22-07535bb0a64c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f7e1c0-35ec-4547-aa22-07535bb0a64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": "2023-04-17T19:22:25.000000", "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,616 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.048s 2023-04-17 19:22:25,616 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f038a9e-1b44-439d-b07e-8925d6711b16', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f038a9e-1b44-439d-b07e-8925d6711b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"volume": {"id": "5759ae65-d74e-4741-abf5-48bcf192be1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:24.000000", "updated_at": "2023-04-17T19:22:25.000000", "name": "tempest-VolumesActionsTest-Volume-310663671", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b"}], "user_id": "c3ca940cb3c74d02888bf82aa3c31240", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c67b4e282821426eb45e3e90e21edc42"}}' 2023-04-17 19:22:25,737 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.111s 2023-04-17 19:22:25,738 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-21406927-dc9f-45f7-8793-76f6aa7fa472', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'' 2023-04-17 19:22:25,758 80117 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b 0.020s 2023-04-17 19:22:25,759 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f593c7d7-1502-47b3-a5d8-778b24abb3ea', 'x-openstack-request-id': 'req-f593c7d7-1502-47b3-a5d8-778b24abb3ea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c67b4e282821426eb45e3e90e21edc42/volumes/5759ae65-d74e-4741-abf5-48bcf192be1b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5759ae65-d74e-4741-abf5-48bcf192be1b could not be found."}}' 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 ae7a40a6-d077-4760-ad7a-5d58823f7066 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:34,447 80106 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:20:34,842 80106 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.393s 2023-04-17 19:20:34,843 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1775960129", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:34 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-357da8b4-ded1-4c2a-b176-4180b9258700', 'x-compute-request-id': 'req-357da8b4-ded1-4c2a-b176-4180b9258700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1775960129", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ==", "fingerprint": "cb:89:57:82:ab:5b:65:d1:0b:9d:b8:d8:cb:30:a7:b8", "user_id": "9fbcd21255b546fb9a14ece87286731b"}}' 2023-04-17 19:20:34,846 80106 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1775960129 created 2023-04-17 19:20:34,991 80106 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.145s 2023-04-17 19:20:34,991 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--255789732", "description": "tempest-description--1565189644"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-732dafb1-fedf-42e8-aadf-87213b3abb32', 'date': 'Mon, 17 Apr 2023 19:20:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41f85ff6-7d18-4372-897a-23df20ea595a", "name": "tempest-securitygroup--255789732", "stateful": true, "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "description": "tempest-description--1565189644", "shared": false, "security_group_rules": [{"id": "3613f098-7a19-442b-9f59-3a76ac6f79a6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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": 526, "description": null, "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}, {"id": "fb29bf07-af27-4d81-888f-026ac0fe12ff", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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": 527 , "description": null, "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}], "tags": [], "created_at": "2023-04-17T19:20:34Z", "updated_at": "2023-04-17T19:20:34Z", "revision_number": 1, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,184 80106 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.192s 2023-04-17 19:20:35,184 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-601a2635-71c0-4be3-8d31-edf454ab6636', 'date': 'Mon, 17 Apr 2023 19:20: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": "b2e6b814-b454-49f3-a3a6-5dd8bd27b9ee", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,365 80106 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.180s 2023-04-17 19:20:35,365 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8a02d5bd-2f70-475a-8faa-0582e559f749', 'date': 'Mon, 17 Apr 2023 19:20: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": "15e5948e-1183-4836-bfba-73702a888306", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "security_group_id": "41f85ff6-7d18-4372-897a-23df20ea595a", "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-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:20:35,366 80106 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--255789732 created 2023-04-17 19:20:36,198 80106 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.832s 2023-04-17 19:20:36,198 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-58be8669-921b-4f74-8ebd-f7b585279e50', 'date': 'Mon, 17 Apr 2023 19:20:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "floating_ip_address": "172.24.4.225", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f0dc0655c8314e08b62c8ae370d488cb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:35Z", "updated_at": "2023-04-17T19:20:35Z", "revision_number": 0}}' 2023-04-17 19:20:36,199 80106 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'floating_ip_address': '172.24.4.225', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:35Z', 'updated_at': '2023-04-17T19:20:35Z', 'revision_number': 0, 'ip': '172.24.4.225'} created 2023-04-17 19:20:36,301 80106 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.097s 2023-04-17 19:20:36,301 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:36 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-b81c484c-413b-4a68-8454-29e16675e5bc', '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": "9fbcd21255b546fb9a14ece87286731b", "name": "tempest-VolumesAdminNegativeTest-1507040722-project-member", "password_expires_at": null}, "audit_ids": ["9T3ajJsvRLyvnklBZZyhIw"], "expires_at": "2023-04-17T20:20:36.000000Z", "issued_at": "2023-04-17T19:20:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0dc0655c8314e08b62c8ae370d488cb", "name": "tempest-VolumesAdminNegativeTest-1507040722"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone "}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:36,302 80106 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '994f43df-c7b8-4c55-9a39-98ed8d4eef96', 'name': 'tempest-VolumesAdminNegativeTest-640843338-network', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:15Z', 'updated_at': '2023-04-17T19:20:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:36,302 80106 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1775960129', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGqeIRgypUTW7FTVzlXPw/1h3cjzwEx+8z9UvB5Qt9g46ongOJKqPkCsKcR03N1L0ntKsN6hE6zX1Vweb7aE3GT1m0pQ7TiGCcSqKIcLpUbfNYefyo0Y/9JCf0gkbJWpwQ==', 'fingerprint': 'cb:89:57:82:ab:5b:65:d1:0b:9d:b8:d8:cb:30:a7:b8', 'user_id': '9fbcd21255b546fb9a14ece87286731b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDC6awBDq4vslaUn574Pff0+NFFzClNu7fJ4YCEMutBf1wzi4AB+3O1\nxjuJiJmmuJmgBwYFK4EEACKhZANiAARqniEYMqVE1uxU1c5Vz8P9Yd3I88BMfvM/\nVLweULfYOOqJ4DiSqj5ArCnEdNzdS9J7SrDeoROs19VcHm+2hNxk9ZtKUO04hgnE\nqiiHC6VG3zWHn8qNGP/SQn9IJGyVqcE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41f85ff6-7d18-4372-897a-23df20ea595a', 'name': 'tempest-securitygroup--255789732', 'stateful': True, 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': 'tempest-description--1565189644', 'shared': False, 'security_group_rules': [{'id': '3613f098-7a19-442b-9f59-3a76ac6f79a6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'security_group_id': '41f85ff6-7d18-4372-897a-23df20ea595a', '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': 526, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 0, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}, {'id': 'fb29bf07-af27-4d81-888f-026ac0fe12ff', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'security_group_id': '41f85ff6-7d18-4372-897a-23df20ea595a', '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': 527, 'description': None, 'tags': [], 'created_at': '2023 -04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 0, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}], 'tags': [], 'created_at': '2023-04-17T19:20:34Z', 'updated_at': '2023-04-17T19:20:34Z', 'revision_number': 1, 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb'}, 'floating_ip': {'id': 'ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'floating_ip_address': '172.24.4.225', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:35Z', 'updated_at': '2023-04-17T19:20:35Z', 'revision_number': 0, 'ip': '172.24.4.225'}} 2023-04-17 19:20:37,001 80106 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 0.698s 2023-04-17 19:20:37,002 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1244285815", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "994f43df-c7b8-4c55-9a39-98ed8d4eef96"}], "security_groups": [{"name": "tempest-securitygroup--255789732"}], "key_name": "tempest-keypair-1775960129", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae7a0fa7-4e19-4549-8637-1388b6fe4040', 'x-compute-request-id': 'req-ae7a0fa7-4e19-4549-8637-1388b6fe4040', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--255789732"}], "adminPass": "amSnTozW3REn"}}' 2023-04-17 19:20:37,203 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f 0.197s 2023-04-17 19:20:37,203 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:37 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-db9a8083-6695-4658-ada1-8e1cd01dc480', 'x-compute-request-id': 'req-db9a8083-6695-4658-ada1-8e1cd01dc480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "name": "tempest-VolumesAdminNegativeTest-server-1244285815", "status": "BUILD", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:37Z", "updated": "2023-04-17T19:20:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1775960129", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:21:27,883 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f 0.608s 2023-04-17 19:21:27,883 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:27 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-f9dfb337-615a-450b-b869-8e4e7e122699', 'x-compute-request-id': 'req-f9dfb337-615a-450b-b869-8e4e7e122699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f'} Body: b'{"server": {"id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "name": "tempest-VolumesAdminNegativeTest-server-1244285815", "status": "ACTIVE", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "ae87bd05e9c5541fc056fa288098ace226a1d410d94eec9934a57e80", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:36Z", "updated": "2023-04-17T19:20:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-640843338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:93:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/70d8306f-4030-4154-9d29-75961b8d4b9f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1775960129", "OS-SRV-USG:launched_at": "2023-04-17T19:20:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--255789732"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:21:27,895 80106 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:22:28,123 80106 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/70d8306f-4030-4154-9d29-75961b8d4b9f/os-interface 0.168s 2023-04-17 19:22:28,123 80106 DEBUG [tempest.lib.common.rest_client] Request - He aders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:27 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-172cecbf-440e-45bc-90c6-095ae467e0cc', 'x-compute-request-id': 'req-172cecbf-440e-45bc-90c6-095ae467e0cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/70d8306f-4030-4154-9d29-75961b8d4b9f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "994f43df-c7b8-4c55-9a39-98ed8d4eef96", "port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb", "mac_addr": "fa:16:3e:48:93:65", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6f2b78ec-f823-488c-a991-a2b04b73b4f9", "ip_address": "10.0.0.9"}]}]}' 2023-04-17 19:22:29,091 80106 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/ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6 0.963s 2023-04-17 19:22:29,091 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6361a1b5-5963-427d-ac78-b75ab23c3188', 'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6'} Body: b'{"floatingip": {"id": "ecf0c2b2-cb59-4f57-a1b3-5c6326c884d6", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "floating_ip_address": "172.24.4.225", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "ce5332ff-5c59-46b2-a233-d9b6ba311745", "port_id": "66622ff1-3310-46fb-b7e3-376fb09a0afb", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "994f43df-c7b8-4c55-9a39-98ed8d4eef96", "mac_address": "fa:16:3e:48:93:65", "admin_state_up": true, "status": "ACTIVE", "device_id": "70d8306f-4030-4154-9d29-75961b8d4b9f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:35Z", "updated_at": "2023-04-17T19:22:28Z", "revision_number": 1, "project_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:22:29,093 80106 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.225:22' as 'cirros' with public key authentication 2023-04-17 19:22:29,129 80106 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:22:29,152 80106 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:22:29,152 80106 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.225 successfully created 2023-04-17 19:22:29,471 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes 0.318s 2023-04-17 19:22:29,472 80106 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-1369601000"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eac82a7-2f31-4721-9f55-3c84707dd191', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-5eac82a7-2f31-4721-9f55-3c84707dd191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.391400", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:29,529 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066 0.048s 2023-04-17 19:22:29,529 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579ffb1b-4916-4389-b78f-72d41842ad2e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579ffb1b-4916-4389-b78f-72d41842ad2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:22:30,590 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066 0.050s 2023-04-17 19:22:30,591 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087b13f8-e08e-4155-b391-5fbf5adbdaa5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087b13f8-e08e-4155-b391-5fbf5adbdaa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066'} Body: b'{"volume": {"id": "ae7a40a6-d077-4760-ad7a-5d58823f7066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:29.000000", "updated_at": "2023-04-17T19:22:30.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1369601000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/ae7a40a6-d077-4760-ad7a-5d58823f7066"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 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 35be67c7-08a1-4a79-9e35-c0eca0862f0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:37,333 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.193s 2023-04-17 19:22:37,333 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c5dc59f8-bd81-4995-9b05-8de6ddc6b6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:22:37,687 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes 0.353s 2023-04-17 19:22:37,688 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2117720488"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a3f3e9-65e0-4952-be75-22892d1ba0f5', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a3f3e9-65e0-4952-be75-22892d1ba0f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:37.629038", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:37,757 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.060s 2023-04-17 19:22:37,758 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d20f75-1b99-4c92-9969-ea2eecdbda5e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d20f75-1b99-4c92-9969-ea2eecdbda5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:38,840 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.071s 2023-04-17 19:22:38,840 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac406d4-f6cd-4c4f-9331-9c46f13b32a7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac406d4-f6cd-4c4f-9331-9c46f13b32a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": "2023-04-17T19:22:38.000000", "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:38,896 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.045s 2023-04-17 19:22:38,897 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e541befc-46d9-440a-9420-9cc996365e5b', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-e541befc-46d9-440a-9420-9cc996365e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"volume": {"id": "35be67c7-08a1-4a79-9e35-c0eca0862f0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:38.000000", "updated_at": "2023-04-17T19:22:38.000000", "name": "tempest-VolumesExtendTest-Volume-2117720488", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:39,044 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.137s 2023-04-17 19:22:39,045 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77e5b5a-d896-4d7d-8321-9dbbe0816e05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'' 2023-04-17 19:22:39,069 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d 0.023s 2023-04-17 19:22:39,069 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-0ac5c54a-23fd-4858-9ab0-5262313c5a0f', 'x-openstack-request-id': 'req-0ac5c54a-23fd-4858-9ab0-5262313c5a0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/35be67c7-08a1-4a79-9e35-c0eca0862f0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 35be67c7-08a1-4a79-9e35-c0eca0862f0d 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 773ce061-42ed-4a0a-9512-90005864c8d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:39,298 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes 0.224s 2023-04-17 19:22:39,298 80117 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-1582180402"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c407d8-f546-4730-b352-bbd61bcd26fb', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c407d8-f546-4730-b352-bbd61bcd26fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.233034", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:39,364 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.049s 2023-04-17 19:22:39,364 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080e6945-661a-4d3e-964b-2b3ac5a544d6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080e6945-661a-4d3e-964b-2b3ac5a544d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,422 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.045s 2023-04-17 19:22:40,422 80117 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb13f360-1837-4f32-abc9-0023f0992b92', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb13f360-1837-4f32-abc9-0023f0992b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": "2023-04-17T19:22:39.000000", "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,489 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.055s 2023-04-17 19:22:40,490 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e90def-8f2d-4967-b7b9-c05819998f4a', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e90def-8f2d-4967-b7b9-c05819998f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"volume": {"id": "773ce061-42ed-4a0a-9512-90005864c8d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:39.000000", "updated_at": "2023-04-17T19:22:39.000000", "name": "tempest-VolumesExtendTest-Volume-1582180402", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3"}], "user_id": "13d59c625a28467c8f08e582b042b332", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5e47458c3694ef4a534ad827710ad43"}}' 2023-04-17 19:22:40,627 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.126s 2023-04-17 19:22:40,628 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-88f7e633-3cdd-4da8-8109-2f774be38010', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'' 2023-04-17 19:22:40,651 80117 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3 0.023s 2023-04-17 19:22:40,652 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22: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-45b82408-1152-4847-a5dd-0d0d0e53e146', 'x-openstack-request-id': 'req-45b82408-1152-4847-a5dd-0d0d0e53e146', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5e47458c3694ef4a534ad827710ad43/volumes/773ce061-42ed-4a0a-9512-90005864c8d3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 773ce061-42ed-4a0a-9512-90005864c8d3 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 ffa59dc3-3570-4c45-945a-e78045af2808 failed to build and is in ERROR status 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 e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:51,177 80110 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/003f99eb-9d8f-4734-989c-fb7e29875453 0.558s 2023-04-17 19:19:51,177 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ad1a3578-2a69-4b6b-879d-fc00d14a04a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:19:52,160 80110 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.948s 2023-04-17 19:19:52,160 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-083d2aca-4a1d-4a7f-8179-762d4b20767a', '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": "f0affd48c0134401bac82cc245829593", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "created_at": "2023-04-17T19:19:52Z", "updated_at": "2023-04-17T19:19:52Z", "tags": [], "self": "/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8", "file": "/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:19:54,451 80110 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-17 19:19:54,452 80110 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/03c74f7a-3be9-4d2f-8641-819442eefea8/file 2.291s 2023-04-17 19:19:54,452 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3c96f7f2-5206-487b-9ff6-c24696dab1df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8/file'} Body: b'' 2023-04-17 19:19:54,453 80110 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:19:54,453 80110 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:19:54,956 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.501s 2023-04-17 19:19:54,957 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1519835356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:54 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-13bc62f5-6b82-44ef-8cee-80b42059e9d3', 'x-compute-request-id': 'req-13bc62f5-6b82-44ef-8cee-80b42059e9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1519835356", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ==", "fingerprint": "d2:10:55:2a:79:0a:10:41:b1:fc:69:db:6e:dd:06:57", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49"}}' 2023-04-17 19:19:54,962 80110 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1519835356 created 2023-04-17 19:19:55,826 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.863s 2023-04-17 19:19:55,826 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1882088979", "description": "tempest-description--1972591941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-5907d092-8987-40c3-9de8-03653cf2db3c', 'date': 'Mon, 17 Apr 2023 19: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": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "name": "tempest-securitygroup--1882088979", "stateful": true, "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "description": "tempest-description--1972591941", "shared": false, "security_group_rules": [{"id": "2ffdb820-7edc-4c5b-a373-b0f2f61b5680", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 367, "description": null, "tags": [], "create d_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}, {"id": "b9278471-7993-4309-a08c-096bdc74b21f", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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": 368, "description": null, "tags": [], "created_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}], "tags": [], "created_at": "2023-04-17T19:19:55Z", "updated_at": "2023-04-17T19:19:55Z", "revision_number": 1, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:57,162 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.335s 2023-04-17 19:19:57,163 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-df43e417-bfa2-400e-ad4c-c35e186dade5', 'date': 'Mon, 17 Apr 2023 19:19:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "040c1d1f-2b77-415a-8c30-cb4c19436029", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-17T19:19:56Z", "updated_at": "2023-04-17T19:19:56Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:59,139 80110 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.975s 2023-04-17 19:19:59,139 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-61d9be24-7295-460f-a841-a9c5eb168f95', 'date': 'Mon, 17 Apr 2023 19:19:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8ba0e28d-e692-4936-bfa7-6442965b415c", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "security_group_id": "a995c65f-27d5-43d1-8c3b-22fc463e2263", "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-17T19:19:58Z", "updated_at": "2023-04-17T19:19:58Z", "revision_number": 0, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:19:59,140 80110 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1882088979 created 2023-04-17 19:20:00,339 80110 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.199s 2023-04-17 19:20:00,340 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-66e8fdf1-9dc0-4749-9ae1-ce91f0eed7c7', 'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9be6fbec-9931-46d0-b6f9-53e07e1e2372", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "floating_ip_address": "172.24.4.125", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7b5f397ac56e44ec809668b6e0381a4f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:59Z", "updated_at": "2023-04-17T19:19:59Z", "revision_number": 0}}' 2023-04-17 19:20:00,340 80110 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9be6fbec-9931-46d0-b6f9-53e07e1e2372', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'floating_ip_address': '172.24.4.125', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:59Z', 'updated_at': '2023-04-17T19:19:59Z', 'revision_number': 0, 'ip': '172.24.4.125'} created 2023-04-17 19:20:00,488 80110 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.142s 2023-04-17 19:20:00,488 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49bfd0b5-ad14-49de-a7d8-9a3175c84cd5', '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": "b012f1027c2c449e9dc82d9d3d4b2e49", "name": "tempest-AttachSCSIVolumeTestJSON-434462204-project-member", "password_expires_at": null}, "audit_ids": ["H1lnAzBZQi2JOpmxlD7F9A"], "expires_at": "2023-04-17T20:20:00.000000Z", "issued_at": "2023-04-17T19:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b5f397ac56e44ec809668b6e0381a4f", "name": "tempest-AttachSCSIVolumeTestJSON-434462204"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0 .210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:00,489 80110 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5515a00f-99e1-4ee3-b796-f5c015f57178', 'name': 'tempest-AttachSCSIVolumeTestJSON-1938530877-network', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15579, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:14Z', 'updated_at': '2023-04-17T19:19:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:00,491 80110 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1519835356', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGOh5mvThVPivr3QIWjEuIbLFtSITENJbKtPNnV2GcC86pWlugvLEnNbLZaxz7ofN38oBz8x0J94GeKZ+Sr7RSMwNFEahpPmtvqABuu0XtvAmJ17M8BnME9x/c7JnuyuWQ==', 'fingerprint': 'd2:10:55:2a:79:0a:10:41:b1:fc:69:db:6e:dd:06:57', 'user_id': 'b012f1027c2c449e9dc82d9d3d4b2e49', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/4IgdORhnZ5CBARFhzZoBqRTL1PueDOe9BieLIYLoE5HE8MG375Fq\n/djMRY4vopWgBwYFK4EEACKhZANiAARjoeZr04VT4r690CFoxLiGyxbUiExDSWyr\nTzZ1dhnAvOqVpboLyxJzWy2Wsc+6Hzd/KAc/MdCfeBnimfkq+0UjMDRRGoaT5rb6\ngAbrtF7bwJidezPAZzBPcf3OyZ7srlk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', 'name': 'tempest-securitygroup--1882088979', 'stateful': True, 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': 'tempest-description--1972591941', 'shared': False, 'security_group_rules': [{'id': '2ffdb820-7edc-4c5b-a373-b0f2f61b5680', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'security_group_id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 367, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 0, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}, {'id': 'b9278471-7993-4309-a08c-096bdc74b21f', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'security_g roup_id': 'a995c65f-27d5-43d1-8c3b-22fc463e2263', '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': 368, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 0, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}], 'tags': [], 'created_at': '2023-04-17T19:19:55Z', 'updated_at': '2023-04-17T19:19:55Z', 'revision_number': 1, 'project_id': '7b5f397ac56e44ec809668b6e0381a4f'}, 'floating_ip': {'id': '9be6fbec-9931-46d0-b6f9-53e07e1e2372', 'tenant_id': '7b5f397ac56e44ec809668b6e0381a4f', 'floating_ip_address': '172.24.4.125', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7b5f397ac56e44ec809668b6e0381a4f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:59Z', 'updated_at': '2023-04-17T19:19:59Z', 'revision_number': 0, 'ip': '172.24.4.125'}} 2023-04-17 19:20:02,631 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.138s 2023-04-17 19:20:02,631 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "imageRef": "03c74f7a-3be9-4d2f-8641-819442eefea8", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5515a00f-99e1-4ee3-b796-f5c015f57178"}], "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "key_name": "tempest-keypair-1519835356", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf01171-cbba-45b7-ad11-b573813ac093', 'x-compute-request-id': 'req-dbf01171-cbba-45b7-ad11-b573813ac093', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "adminPass": "WTUtQoz9zJJN"}}' 2023-04-17 19:20:02,846 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.212s 2023-04-17 19:20:02,847 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:02 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-9572b876-8581-4288-bec9-30867742c115', 'x-compute-request-id': 'req-9572b876-8581-4288-bec9-30867742c115', 'connection': 'close', 'status': '200', 'content-location': 'http://10. 0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "BUILD", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:03Z", "updated": "2023-04-17T19:20:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:53,172 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.263s 2023-04-17 19:20:53,173 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b91cf64c-132c-4f0f-b613-5dfa0c23c3df', 'x-compute-request-id': 'req-b91cf64c-132c-4f0f-b613-5dfa0c23c3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "ACTIVE", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "ab06177a3a6ed75b717a12ede4f6bbd19a7c57980529c27f92283cc6", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:02Z", "updated": "2023-04-17T19:20:14Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1938530877-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": "2023-04-17T19:20:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:53,184 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:21:53,444 80110 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/8d206c83-839b-4ab2-bfdc-5e063221e50a/os-interface 0.198s 2023-04-17 19:21:53,444 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:53 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-d9a016d6-c9d6-4853-831b-f27a1809c23e', 'x-compute-request-id': 'req-d9a016d6-c9d6-4853-831b-f27a1809c23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5515a00f-99e1-4ee3-b796-f5c015f57178", "port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a", "mac_addr": "fa:16:3e:04:cc:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "274dc956-c33b-4acb-8ce5-0c29c04a51ac", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:21:54,623 80110 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/9be6fbec-9931-46d0-b6f9-53e07e1e2372 1.175s 2023-04-17 19:21:54,624 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-9c310620-fc15-4964-82c6-d39a72dfd8bc', 'date': 'Mon, 17 Apr 2023 19:21:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372'} Body: b'{"floatingip": {"id": "9be6fbec-9931-46d0-b6f9-53e07e1e2372", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "floating_ip_address": "172.24.4.125", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "23a22319-4c4d-45af-9ec1-b188d764546b", "port_id": "60ed8fd9-c453-48f8-85fa-7df52610c51a", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5515a00f-99e1-4ee3-b796-f5c015f57178", "mac_address": "fa:16:3e:04:cc:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:59Z", "updated_at": "2023-04-17T19:21:53Z", "revision_number": 1, "project_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:54,626 80110 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.125:22' as 'cirros' with public key authentication 2023-04-17 19:21:54,665 80110 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:21:54,687 80110 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:21:54,687 80110 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.125 successfully created 2023-04-17 19:21:54,952 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes 0.264s 2023-04-17 19:21:54,952 80110 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-493907565"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 1 9:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c4597f-f30c-4246-bd51-70e5bde8d5d5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c4597f-f30c-4246-bd51-70e5bde8d5d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:54.882751", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:21:55,002 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 0.039s 2023-04-17 19:21:55,002 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91251759-2454-434f-8345-b103ed6d8a8e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91251759-2454-434f-8345-b103ed6d8a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:55.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:56,054 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80 0.039s 2023-04-17 19:21:56,054 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c454fdc9-cb2d-4b7b-bf73-ec0750f686e8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c454fdc9-cb2d-4b7b-bf73-ec0750f686e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80'} Body: b'{"volume": {"id": "e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:21:55.000000", "updated_at": "2023-04-17T19:21:55.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-493907565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b5f397ac56e44ec809668b6e0381a4f/volumes/e5b5de20-9e2d-4d5f-a40a-1a6f6e833b80"}], "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5f397ac56e44ec809668b6e0381a4f"}}' 2023-04-17 19:21:56,183 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.117s 2023-04-17 19:21:56,183 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bd0a63-be03-4163-b52d-50ab7811e62e', 'x-compute-request-id': 'req-d1bd0a63-be03-4163-b52d-50ab7811e62e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'' 2023-04-17 19:21:56,419 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.235s 2023-04-17 19:21:56,420 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad7b0bd5-957c-456d-8cf0-eadfe487a762', 'x-compute-request-id': 'req-ad7b0bd5-957c-456d-8cf0-eadfe487a762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"server": {"id": "8d206c83-839b-4ab2-bfdc-5e063221e50a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1305032610", "status": "ACTIVE", "tenant_id": "7b5f397ac56e44ec809668b6e0381a4f", "user_id": "b012f1027c2c449e9dc82d9d3d4b2e49", "metadata": {}, "hostId": "ab06177a3a6ed75b717a12ede4f6bbd19a7c57980529c27f92283cc6", "image": {"id": "03c74f7a-3be9-4d2f-8641-819442eefea8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/03c74f7a-3be9-4d2f-8641-819442eefea8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:02Z", "updated": "2023-04-17T19:21:56Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1938530877-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}, {"version": 4, "addr": "172.24.4.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:cc:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{" rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1519835356", "OS-SRV-USG:launched_at": "2023-04-17T19:20:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1882088979"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:46,538 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a 0.057s 2023-04-17 19:22:46,539 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dad97881-adc9-44e2-9bfc-200ec3ea169e', 'x-compute-request-id': 'req-dad97881-adc9-44e2-9bfc-200ec3ea169e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d206c83-839b-4ab2-bfdc-5e063221e50a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d206c83-839b-4ab2-bfdc-5e063221e50a could not be found."}}' 2023-04-17 19:22:46,589 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1519835356 0.049s 2023-04-17 19:22:46,589 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce49a6a3-6442-4e59-9dad-0ce514c21264', 'x-compute-request-id': 'req-ce49a6a3-6442-4e59-9dad-0ce514c21264', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1519835356'} Body: b'' 2023-04-17 19:22:46,754 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263 0.164s 2023-04-17 19:22:46,755 80110 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-26f74f94-b193-4722-b8fc-8e4f8a47f174', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263'} Body: b'' 2023-04-17 19:22:46,781 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263 0.026s 2023-04-17 19:22:46,782 80110 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-24002b1b-aeee-473f-bd39-cb8e0691a898', 'date': 'Mon, 17 Apr 2023 19:22:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a995c65f-27d5-43d1-8c3b-22fc463e2263'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a995c65f-27d5-43d1-8c3b-22fc463e2263 does not exist", "detail": ""}}' 2023-04-17 19:22:47,264 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372 0.481s 2023-04-17 19:22:47,264 80110 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-485add1e-09c1-4d95-a414-12da9a2d1abe', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9be6fbec-9931-46d0-b6f9-53e07e1e2372'} Body: b'' 2023-04-17 19:22:47,470 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8 0.205s 2023-04-17 19:22:47,471 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e2086916-a3b5-48b7-b338-307457f8cc05', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8'} Body: b'' 2023-04-17 19:22:47,487 80110 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8 0.015s 2023-04-17 19:22:47,488 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-702c90d6-87de-411c-b0ad-5162186f7c3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/03c74f7a-3be9-4d2f-8641-819442eefea8'} Body: b'{"message": "No image found with ID 03c74f7a-3be9-4d2f-8641-819442eefea8

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe288f6a-e9d5-4e50-8840-b05801528a07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:48,239 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.274s 2023-04-17 19:22:48,239 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1555526925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJVxvwG8hMxyUM2o4wFxLu6zNyDULSggguq9ivxsMpSdZ0zm0QewN93b41ZsG0zuVZxstVHPpsRQPI1eRZ1mIQavcCgemp0zDq6UIdb7FUvGHUxnYqGyhtPsmcEuPek8Q=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:47 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-6308d422-d117-4d67-a838-c3c8c844a5c0', 'x-compute-request-id': 'req-6308d422-d117-4d67-a838-c3c8c844a5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1555526925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJVxvwG8hMxyUM2o4wFxLu6zNyDULSggguq9ivxsMpSdZ0zm0QewN93b41ZsG0zuVZxstVHPpsRQPI1eRZ1mIQavcCgemp0zDq6UIdb7FUvGHUxnYqGyhtPsmcEuPek8Q==", "fingerprint": "c5:5d:cc:3b:da:4a:28:b4:58:12:1d:1f:35:f0:a4:4e", "user_id": "0c4925dded074c03adae30b911cc7571"}}' 2023-04-17 19:22:48,389 80108 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.147s 2023-04-17 19:22:48,390 80108 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-199946432", "description": "tempest-secgroup-smoke-199946432 description", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-0cd62c34-7538-40a1-87f1-48717c6a7bd2', 'date': 'Mon, 17 Apr 2023 19: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": "13a14a57-d6cd-4477-9529-b3933d483eff", "name": "tempest-secgroup-smoke-199946432", "stateful": true, "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "description": "tempest-secgroup-smoke-199946432 description", "shared": false, "security_group_rules": [{"id": "4e4b20a2-246b-4171-ac4a-4862fb9f2845", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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": 644, "description": null, "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}, {"id": "557f5608-9eb9-4fc2-bd9f-1a31f6b6800e", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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": 645, "description": null, "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}], "tags": [], "created_at": "2023-04-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 1, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,567 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-17 19:22:48,568 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "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-24f725f7-c5cf-4071-8bb3-3bf76116a1a1', 'date': 'Mon, 17 Apr 2023 19: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": "8468889f-1927-45fc-870a-583eceb1a466", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,749 80108 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.180s 2023-04-17 19:22:48,749 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "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-72484a99-c814-49ba-8034-e09505f4c460', 'date': 'Mon, 17 Apr 2023 19: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": "ba86d4fc-a0a2-44be-ae86-864d86a755f5", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:48,910 80108 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-17 19:22:48,910 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e3911c68-83f2-4981-a4df-147acf443e18', 'date': 'Mon, 17 Apr 2023 19: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": "4a8197aa-9471-4e8c-8153-6c34d57b92a8", "tenant_id": "23792baae9ce4b6 48dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,121 80108 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.210s 2023-04-17 19:22:49,121 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-98d9a994-af18-4e88-800a-d666a7ea06b8', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a3155c6-8111-4e6a-a911-63308d2c28b3", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:48Z", "updated_at": "2023-04-17T19:22:48Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,400 80108 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.278s 2023-04-17 19:22:49,400 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-cf265adf-2036-408e-a969-e60bf62b2e78', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "279e2bc6-1b7e-479f-93a8-d62080f14f2c", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:49Z", "updated_at": "2023-04-17T19:22:49Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:49,781 80108 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.380s 2023-04-17 19:22:49,781 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d269d3ef-a980-490e-9d7c-2c97bb672f18', 'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b1d123f-5945-42cf-9012-29f79a55b297", "tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0", "security_group_id": "13a14a57-d6cd-4477-9529-b3933d483eff", "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-17T19:22:49Z", "updated_at": "2023-04-17T19:22:49Z", "revision_number": 0, "project_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:50,103 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes 0.320s 2023-04-17 19:22:50,103 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-593814575", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b08e797-584e-40d5-a728-57c14f57a170', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b08e797-584e-40d5-a728-57c14f57a170', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.013633", "updated_at": null, "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:50,171 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.057s 2023-04-17 19:22:50,171 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c5e5a4-48aa-45f9-bdf4-ed67e111ca3b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c5e5a4-48aa-45f9-bdf4-ed67e111ca3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:51,240 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.058s 2023-04-17 19:22:51,241 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0609d1-ebb1-4e5a-9a9f-ee4afb5e328b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0609d1-ebb1-4e5a-9a9f-ee4afb5e328b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"volume": {"id": "fe288f6a-e9d5-4e50-8840-b05801528a07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:50.000000", "updated_at": "2023-04-17T19:22:50.000000", "name": "tempest-TestStampPattern-volume-593814575", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07"}], "user_id": "0c4925dded074c03adae30b911cc7571", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23792baae9ce4b648dd0bfcf1f17cfa0"}}' 2023-04-17 19:22:51,399 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.146s 2023-04-17 19:22:51,400 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92aad2e8-f341-4223-9c1b-423015f3b3a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'' 2023-04-17 19:22:51,440 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07 0.040s 2023-04-17 19:22:51,440 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id' : 'req-e481708f-cf06-47fe-8a49-f6a9cd24d8d4', 'x-openstack-request-id': 'req-e481708f-cf06-47fe-8a49-f6a9cd24d8d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/23792baae9ce4b648dd0bfcf1f17cfa0/volumes/fe288f6a-e9d5-4e50-8840-b05801528a07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe288f6a-e9d5-4e50-8840-b05801528a07 could not be found."}}' 2023-04-17 19:22:51,690 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13a14a57-d6cd-4477-9529-b3933d483eff 0.249s 2023-04-17 19:22:51,690 80108 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-03406cd5-e198-42cc-8cd5-6485f99560b8', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:22:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13a14a57-d6cd-4477-9529-b3933d483eff'} Body: b'' 2023-04-17 19:22:51,723 80108 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1555526925 0.032s 2023-04-17 19:22:51,723 80108 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:51 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-88cb99d0-6ecb-4d85-bd25-cbc6edcf067f', 'x-compute-request-id': 'req-88cb99d0-6ecb-4d85-bd25-cbc6edcf067f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1555526925'} Body: b'' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a2022e6c-efb2-42b3-a884-bbd7f5f8353e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:01,359 80117 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.320s 2023-04-17 19:23:01,359 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1732882394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO1xi9oEKeULtp+ImxXiVuWUFyZzqJLKo/whICiU3O0hNxm65mhdrpltHWiSsI8U19VYe12lX993Fw+rljX9vhsiJTETwWEa94RpPlNog0LHgNICNuTQpRJ7WXTIFyDAbg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:01 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-05939603-4c6b-4a90-b7e0-66e882ce3cee', 'x-compute-request-id': 'req-05939603-4c6b-4a90-b7e0-66e882ce3cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1732882394", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO1xi9oEKeULtp+ImxXiVuWUFyZzqJLKo/whICiU3O0hNxm65mhdrpltHWiSsI8U19VYe12lX993Fw+rljX9vhsiJTETwWEa94RpPlNog0LHgNICNuTQpRJ7WXTIFyDAbg==", "fingerprint": "2b:68:15:72:24:51:6d:c1:91:79:c7:a6:de:86:07:d4", "user_id": "6cc88d0a530149ae8c4c34f0540f9e46"}}' 2023-04-17 19:23:01,515 80117 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-17 19:23:01,515 80117 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-1552447866", "description": "tempest-secgroup-smoke-1552447866 description", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c4f53c04-d6a3-4004-8ed4-d6f1a2e985c0', 'date': 'Mon, 17 Apr 2023 19:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "name": "tempest-secgroup-smoke-1552447866", "stateful": true, "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "description": "tempest-secgroup-smoke-1552447866 description", "shared": false, "security_group_rules": [{"id": "4937cff0-77c0-4e21-a20b-467dafce2c18", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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": 678, "description": null, "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}, {"id": "4c0ed5e9-b0b7-43ab-97a0-5a3197950630", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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": 677, "description": null, "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}], "tags": [], "created_at": "2023-04-17T19:23:01Z", "updated_at": "2023-04-17T19: 23:01Z", "revision_number": 1, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:01,837 80117 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.320s 2023-04-17 19:23:01,837 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "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-90f557c4-6e56-4a90-8bfd-f49a33672329', 'date': 'Mon, 17 Apr 2023 19:23: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": "9b95bc61-18b8-4b11-a6bc-3d5fe06e5173", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,172 80117 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.334s 2023-04-17 19:23:02,172 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "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-ff999437-c451-49ec-a0fe-7494ed25eb8d', 'date': 'Mon, 17 Apr 2023 19:23: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": "58b14aba-0481-4271-bc93-b3b2a81aec20", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:01Z", "updated_at": "2023-04-17T19:23:01Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,734 80117 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.561s 2023-04-17 19:23:02,734 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b6c189f-57f8-4147-9b35-ac28f9565d4a', 'date': 'Mon, 17 Apr 2023 19:23: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": "c628abe4-dde1-4bab-b988-1dc09ce3ac10", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:02,893 80117 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.158s 2023-04-17 19:23:02,893 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ab2cb438-3bd1-458f-8c35-694f66bffce8', 'date': 'Mon, 17 Apr 2023 19:23: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": "c6bed078-9ace-4115-9942-503b8024d3ae", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,047 80117 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.153s 2023-04-17 19:23:03,048 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-228ecc6d-35f0-44c4-b1be-4e9f24d2e157', 'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3fe90db7-7c45-4c64-a189-ca511b9acdd0", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:02Z", "updated_at": "2023-04-17T19:23:02Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,207 80117 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.159s 2023-04-17 19:23:03,208 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3 a", "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-336e1907-fee3-451f-924a-8b73d946a850', 'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5aaba10c-5b64-4040-81fb-3ff97f164315", "tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "security_group_id": "5f5521ff-92ef-4836-98ae-86524167bd3a", "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-17T19:23:03Z", "updated_at": "2023-04-17T19:23:03Z", "revision_number": 0, "project_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:03,247 80117 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.033s 2023-04-17 19:23:03,247 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ec0f09d1-1c42-4f05-b148-17b6cc08e28a', '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": "6cc88d0a530149ae8c4c34f0540f9e46", "name": "tempest-TestShelveInstance-1018280450-project-member", "password_expires_at": null}, "audit_ids": ["pmwNTPHvT5GiFgRUkwT2iw"], "expires_at": "2023-04-17T20:23:03.000000Z", "issued_at": "2023-04-17T19:23:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dc474f11a8b4ed28d1ec58322eb8a6e", "name": "tempest-TestShelveInstance-1018280450"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoin ts": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:03,248 80117 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'ee1a961e-b10a-4f8a-ac63-e17cb5b29d0e', 'name': 'tempest-TestShelveInstance-938929773-network', 'tenant_id': '1dc474f11a8b4ed28d1ec58322eb8a6e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1dc474f11a8b4ed28d1ec58322eb8a6e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:45Z', 'updated_at': '2023-04-17T19:22:46Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:03,637 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes 0.388s 2023-04-17 19:23:03,638 80117 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-686643654", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959854c7-cef1-41c9-98ec-34eccd1278e6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959854c7-cef1-41c9-98ec-34eccd1278e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:03.567087", "updated_at": null, "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:03,693 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.045s 2023-04-17 19:23:03,693 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-924c3434-5069-44a4-a3fd-ac4d41149ca4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-re quest-id': 'req-924c3434-5069-44a4-a3fd-ac4d41149ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:04.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:04,748 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.043s 2023-04-17 19:23:04,748 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd5bea0-7497-474e-9fb2-2bed9ee6a124', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd5bea0-7497-474e-9fb2-2bed9ee6a124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"volume": {"id": "a2022e6c-efb2-42b3-a884-bbd7f5f8353e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:04.000000", "updated_at": "2023-04-17T19:23:04.000000", "name": "tempest-tempest.common.compute-volume-686643654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e"}], "user_id": "6cc88d0a530149ae8c4c34f0540f9e46", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1dc474f11a8b4ed28d1ec58322eb8a6e"}}' 2023-04-17 19:23:04,888 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.127s 2023-04-17 19:23:04,888 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23: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-1dee41de-5ec3-4bb6-a3d8-f8328a8dabdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'' 2023-04-17 19:23:04,910 80117 INFO [tempest.lib.common.rest_client ] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e 0.021s 2023-04-17 19:23:04,910 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-bc7459a8-6a6e-4b9a-9be6-66c74d9eba6e', 'x-openstack-request-id': 'req-bc7459a8-6a6e-4b9a-9be6-66c74d9eba6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1dc474f11a8b4ed28d1ec58322eb8a6e/volumes/a2022e6c-efb2-42b3-a884-bbd7f5f8353e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2022e6c-efb2-42b3-a884-bbd7f5f8353e could not be found."}}' 2023-04-17 19:23:05,069 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5f5521ff-92ef-4836-98ae-86524167bd3a 0.157s 2023-04-17 19:23:05,070 80117 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-8a2b9910-0529-43e8-af47-98ad16a4cf8f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5f5521ff-92ef-4836-98ae-86524167bd3a'} Body: b'' 2023-04-17 19:23:05,098 80117 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1732882394 0.027s 2023-04-17 19:23:05,098 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2510d7ec-5da0-4802-8c01-38408b8aa21e', 'x-compute-request-id': 'req-2510d7ec-5da0-4802-8c01-38408b8aa21e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1732882394'} Body: b'' 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 05659f6d-7721-43a4-a732-b97e02264394 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:20:21,640 80112 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:20:21,640 80112 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:20:21,813 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.169s 2023-04-17 19:20:21,813 80112 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-608121597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-666dec38-cb3d-491d-8fb1-c7e7ebdd4d61', 'x-compute-request-id': 'req-666dec38-cb3d-491d-8fb1-c7e7ebdd4d61', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-608121597", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ==", "fingerprint": "43:76:34:9e:29:d9:f6:6f:4f:24:09:ef:f5:1e:9c:ca", "user_id": "debe1c89740d483ab7581e9cfed413a0"}}' 2023-04-17 19:20:21,816 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-608121597 created 2023-04-17 19:20:22,188 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.372s 2023-04-17 19:20:22,189 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--415334079", "description": "tempest-description--36688417"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-2f787ade-378b-4706-8c67-1d0b5aae34f1', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "name": "tempest-securitygroup--415334079", "stateful": true, "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "tempest-description--36688417", "shared": false, "security_group_rules": [{"id": "7bcc0855-1e75-4b84-a639-a7b82b7727e2", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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": 476, "description": null, "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}, {"id": "81f3a9dc-9536-4b3e-9c31-8082061ef77b", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pre fix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 475, "description": null, "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}], "tags": [], "created_at": "2023-04-17T19:20:21Z", "updated_at": "2023-04-17T19:20:21Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,536 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.347s 2023-04-17 19:20:22,537 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-f928961b-9c9f-4559-bad7-22ba49973189', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a912677-5984-4ff6-b6e5-d8562a14cc2d", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-17T19:20:22Z", "updated_at": "2023-04-17T19:20:22Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,795 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.258s 2023-04-17 19:20:22,796 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dd36f648-89f9-466a-8dca-abc4fc67aed6', 'date': 'Mon, 17 Apr 2023 19:20:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f00ca6fb-53fe-4d46-a115-c94a48546bb6", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "d0b9f3c2-4cf0-4402-b774-116509eb186f", "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-17T19:20:22Z", "updated_at": "2023-04-17T19:20:22Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:20:22,796 80112 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--415334079 created 2023-04-17 19:20:23,806 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.010s 2023-04-17 19:20:23,807 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type ': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-6456a47d-3e3c-4981-a6cb-3500b4d09265', 'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "13fb2660-2d4a-4e69-a4e4-6bc417108f6a", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.31", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:23Z", "updated_at": "2023-04-17T19:20:23Z", "revision_number": 0}}' 2023-04-17 19:20:23,807 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '13fb2660-2d4a-4e69-a4e4-6bc417108f6a', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.31', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:23Z', 'updated_at': '2023-04-17T19:20:23Z', 'revision_number': 0, 'ip': '172.24.4.31'} created 2023-04-17 19:20:23,890 80112 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.078s 2023-04-17 19:20:23,890 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c0d6bef1-ccc4-4241-a46f-5afba40b7bc3', '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": "debe1c89740d483ab7581e9cfed413a0", "name": "tempest-AttachVolumeShelveTestJSON-502633731-project-member", "password_expires_at": null}, "audit_ids": ["VKz4YL6cTdGRbxxRYAF7Uw"], "expires_at": "2023-04-17T20:20:23.000000Z", "issued_at": "2023-04-17T19:20:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0510183fad34a10b0c0bf6c72317faf", "name": "tempest-AttachVolumeShelveTestJSON-502633731"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056 fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:20:23,891 80112 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '77c00567-94e4-4962-806d-608af809c245', 'name': 'tempest-AttachVolumeShelveTestJSON-1613939580-network', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33880, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:14Z', 'updated_at': '2023-04-17T19:20:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:20:23,892 80112 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-608121597', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG8i8qtsbhFyECCnrrSU0triyRN+3VBiWIlR9jtVobFfbx+rsAM5qUVZ2M4evAUoBQUJ6R1qdU1+tx9cVSRDHBViD1D88Clv2TqOkKosN0a7v/WIf6VHwjw0RplVdsE3rQ==', 'fingerprint': '43:76:34:9e:29:d9:f6:6f:4f:24:09:ef:f5:1e:9c:ca', 'user_id': 'debe1c89740d483ab7581e9cfed413a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCH3cU7bN86admBRjmfdoCVLLOsOIxQNPoyAa0unEQKftFYaa3Hrz/b\n1ziuR7zqnXKgBwYFK4EEACKhZANiAARvIvKrbG4RchAgp660lNLa4skTft1QYliJ\nUfY7VaGxX28fq7ADOalFWdjOHrwFKAUFCekdanVNfrcfXFUkQxwVYg9Q/PApb9k6\njpCqLDdGu7/1iH+lR8I8NEaZVXbBN60=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', 'name': 'tempest-securitygroup--415334079', 'stateful': True, 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': 'tempest-description--36688417', 'shared': False, 'security_group_rules': [{'id': '7bcc0855-1e75-4b84-a639-a7b82b7727e2', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', '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': 476, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20:21Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, {'id': '81f3a9dc-9536-4b3e-9c31-8082061ef77b', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'd0b9f3c2-4cf0-4402-b774-116509eb186f', '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': 475, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20 :21Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}], 'tags': [], 'created_at': '2023-04-17T19:20:21Z', 'updated_at': '2023-04-17T19:20:21Z', 'revision_number': 1, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, 'floating_ip': {'id': '13fb2660-2d4a-4e69-a4e4-6bc417108f6a', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.31', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:23Z', 'updated_at': '2023-04-17T19:20:23Z', 'revision_number': 0, 'ip': '172.24.4.31'}} 2023-04-17 19:20:24,912 80112 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 1.020s 2023-04-17 19:20:24,913 80112 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-548608169", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "77c00567-94e4-4962-806d-608af809c245"}], "security_groups": [{"name": "tempest-securitygroup--415334079"}], "key_name": "tempest-keypair-608121597", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de', '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-2cea9721-ad48-4de5-8bea-f865ee2833eb', 'x-compute-request-id': 'req-2cea9721-ad48-4de5-8bea-f865ee2833eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--415334079"}], "adminPass": "password"}}' 2023-04-17 19:20:25,093 80112 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/ff662a93-859a-46d9-9d6f-417df47860de 0.177s 2023-04-17 19:20:25,093 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', '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-9d15167d-7dcc-4ee4-8b17-4ea8d523d158', 'x-compute-request-id': 'req-9d15167d-7dcc-4ee4-8b17-4ea8d523d158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "BUILD", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7 581e9cfed413a0", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:25Z", "updated": "2023-04-17T19:20:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:21:15,405 80112 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/ff662a93-859a-46d9-9d6f-417df47860de 0.248s 2023-04-17 19:21:15,405 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57818505-af1c-43b2-bcd4-0cd9a2069689', 'x-compute-request-id': 'req-57818505-af1c-43b2-bcd4-0cd9a2069689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:24Z", "updated": "2023-04-17T19:20:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": "2023-04-17T19:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--415334079"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:21:15,418 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:22:15,645 80112 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/ff662a93-859a-46d9- 9d6f-417df47860de/os-interface 0.166s 2023-04-17 19:22:15,645 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fc14e56-ea60-4a87-b729-5b3b1233605e', 'x-compute-request-id': 'req-7fc14e56-ea60-4a87-b729-5b3b1233605e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "77c00567-94e4-4962-806d-608af809c245", "port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6", "mac_addr": "fa:16:3e:ac:09:9e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "30fca105-abce-4187-9d06-1187c5bf7a35", "ip_address": "10.0.0.3"}]}]}' 2023-04-17 19:22:16,497 80112 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/13fb2660-2d4a-4e69-a4e4-6bc417108f6a 0.848s 2023-04-17 19:22:16,498 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-5201db81-9934-4655-b933-4ea71b9658b7', 'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a'} Body: b'{"floatingip": {"id": "13fb2660-2d4a-4e69-a4e4-6bc417108f6a", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.31", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "cf8c10a2-d33d-487c-8034-1c95e17a8a55", "port_id": "3c6172f5-2788-42f2-98ae-e8abbf1a48a6", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "77c00567-94e4-4962-806d-608af809c245", "mac_address": "fa:16:3e:ac:09:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "ff662a93-859a-46d9-9d6f-417df47860de", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:20:23Z", "updated_at": "2023-04-17T19:22:15Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:16,499 80112 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.31:22' as 'cirros' with public key authentication 2023-04-17 19:22:16,548 80112 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:22:16,579 80112 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:22:16,580 80112 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.31 successfully created 2023-04-17 19:22:16,633 80112 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/ff662a93-859a-46d9-9d6f-417df47860de/ips 0.052s 2023-04-17 19:22:16,634 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-n ova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aed8af5-189c-4853-9d0b-9e52d0b384d4', 'x-compute-request-id': 'req-4aed8af5-189c-4853-9d0b-9e52d0b384d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2023-04-17 19:22:16,871 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes 0.234s 2023-04-17 19:22:16,872 80112 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-1074521345"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9046c5-7b6d-4ab5-8a33-223d905b6a45', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9046c5-7b6d-4ab5-8a33-223d905b6a45', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:16.811964", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:22:16,934 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394 0.052s 2023-04-17 19:22:16,934 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7187718-80b6-462f-840a-3193d468af62', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7187718-80b6-462f-840a-3193d468af62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:17.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cf ed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:17,982 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394 0.037s 2023-04-17 19:22:17,982 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9453c4d1-092c-4f25-9df1-1e5157f09611', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9453c4d1-092c-4f25-9df1-1e5157f09611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394'} Body: b'{"volume": {"id": "05659f6d-7721-43a4-a732-b97e02264394", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:22:17.000000", "updated_at": "2023-04-17T19:22:17.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1074521345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/05659f6d-7721-43a4-a732-b97e02264394"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:22:18,135 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.142s 2023-04-17 19:22:18,135 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6ae7422-c0b7-41e5-93a0-563d707539c0', 'x-compute-request-id': 'req-e6ae7422-c0b7-41e5-93a0-563d707539c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'' 2023-04-17 19:22:18,416 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.280s 2023-04-17 19:22:18,416 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-690e7cf4-8558-4289-9136-712f232ac16d', 'x-compute-request-id': 'req-690e7cf4-8558-4 289-9136-712f232ac16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"server": {"id": "ff662a93-859a-46d9-9d6f-417df47860de", "name": "tempest-AttachVolumeShelveTestJSON-server-548608169", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:24Z", "updated": "2023-04-17T19:22:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}, {"version": 4, "addr": "172.24.4.31", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:09:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ff662a93-859a-46d9-9d6f-417df47860de"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-608121597", "OS-SRV-USG:launched_at": "2023-04-17T19:20:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--415334079"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:23:08,470 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de 0.033s 2023-04-17 19:23:08,471 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5befc1c4-b324-44a1-a885-b40924272710', 'x-compute-request-id': 'req-5befc1c4-b324-44a1-a885-b40924272710', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ff662a93-859a-46d9-9d6f-417df47860de'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ff662a93-859a-46d9-9d6f-417df47860de could not be found."}}' 2023-04-17 19:23:08,499 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-608121597 0.027s 2023-04-17 19:23:08,499 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:08 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-2f6a2b78-9da7-4dd2-8e72-61c60d16d718', 'x-compute-request-id': 'req-2f6a2b78-9da7-4dd2-8e72-61c60d16d718', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-608121597'} Bo dy: b'' 2023-04-17 19:23:08,761 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f 0.261s 2023-04-17 19:23:08,761 80112 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-e84be074-af60-49e5-8cca-b5123e72f689', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f'} Body: b'' 2023-04-17 19:23:08,780 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f 0.018s 2023-04-17 19:23:08,781 80112 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-c9be22f5-a318-4d76-a4d7-ea0d75b851e0', 'date': 'Mon, 17 Apr 2023 19:23:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0b9f3c2-4cf0-4402-b774-116509eb186f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0b9f3c2-4cf0-4402-b774-116509eb186f does not exist", "detail": ""}}' 2023-04-17 19:23:09,246 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a 0.464s 2023-04-17 19:23:09,246 80112 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-b6b2846b-1e0c-4a28-a70e-0e9db898ba75', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/13fb2660-2d4a-4e69-a4e4-6bc417108f6a'} 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 75c048fe-0ed9-419a-95c0-b5db8914dae1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:14,238 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes 0.473s 2023-04-17 19:23:14,238 80117 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-1346353371"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9fe2838-8cab-495e-9ecf-112e25dea3f0', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9fe2838-8cab-495e-9ecf-112e25dea3f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.177614", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:14,293 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1 0.044s 2023-04-17 19:23:14,293 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca889ee-80b2-4eca-845c-e0f336a661e7', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca889ee-80b2-4eca-845c-e0f336a661e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8cf49b0b098f42898c30e44f22de1c62"}}' 2023-04-17 19:23:15,348 80117 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048 fe-0ed9-419a-95c0-b5db8914dae1 0.043s 2023-04-17 19:23:15,348 80117 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0a1d0e-17b1-4bc2-9381-f52b4e1a17d9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0a1d0e-17b1-4bc2-9381-f52b4e1a17d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1'} Body: b'{"volume": {"id": "75c048fe-0ed9-419a-95c0-b5db8914dae1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:14.000000", "updated_at": "2023-04-17T19:23:14.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1346353371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8cf49b0b098f42898c30e44f22de1c62/volumes/75c048fe-0ed9-419a-95c0-b5db8914dae1"}], "user_id": "e9336833bcf8407593a3d73069c0f132", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8cf49b0b098f42898c30e44f22de1c62"}}' 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 f7aeeea8-a456-4dce-82d0-3eddcfe84506 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:19:32,136 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:19:32,389 80098 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.251s 2023-04-17 19:19:32,390 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1124996392", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a924d7-4584-4b9b-8294-3ab641ce3f58', 'x-compute-request-id': 'req-80a924d7-4584-4b9b-8294-3ab641ce3f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1124996392", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA==", "fingerprint": "a9:1b:b2:5d:03:15:50:14:45:e7:35:3b:7c:b2:d8:c7", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}}' 2023-04-17 19:19:32,395 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124996392 created 2023-04-17 19:19:32,926 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.530s 2023-04-17 19:19:32,926 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1306121754", "description": "tempest-description--434120729"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-01263dd5-0059-40f3-b352-91a38de07b19', 'date': 'Mon, 17 Apr 2023 19:19:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "name": "tempest-securitygroup--1306121754", "stateful": true, "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "description": "tempest-description--434120729", "shared": false, "security_group_rules": [{"id": "15b17236-de10-46ae-9bff-7f6154a609a2", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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": 237, "description": null, "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}, {"id": "e45db2ca-e662-4ade-ac54-6fee6d585c27", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id ": 236, "description": null, "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}], "tags": [], "created_at": "2023-04-17T19:19:32Z", "updated_at": "2023-04-17T19:19:32Z", "revision_number": 1, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:34,194 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.267s 2023-04-17 19:19:34,194 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-7e48c3c1-50e4-427e-920b-9f017535af25', 'date': 'Mon, 17 Apr 2023 19:19:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "87624da2-6151-4a35-8585-5212d7cec547", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-17T19:19:33Z", "updated_at": "2023-04-17T19:19:33Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:35,371 80098 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.176s 2023-04-17 19:19:35,371 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-96210525-eebb-4caf-8e10-e5ae0eec380b', 'date': 'Mon, 17 Apr 2023 19:19: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": "65ecd265-5b4d-4763-a001-73cc6cd97ab8", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "security_group_id": "8cf255ef-97fa-45c7-ac00-1ff042301a87", "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-17T19:19:34Z", "updated_at": "2023-04-17T19:19:34Z", "revision_number": 0, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:19:35,371 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1306121754 created 2023-04-17 19:19:38,098 80098 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 2.726s 2023-04-17 19:19:38,099 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634- a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ec0bfe99-428a-422c-b26f-c3fed6f8ddea', 'date': 'Mon, 17 Apr 2023 19:19:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a1be1fe3-baf5-4064-b012-ac6552a1b260", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "floating_ip_address": "172.24.4.193", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "076f19fd17424fb1a54e5ef5c09ba57c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:37Z", "updated_at": "2023-04-17T19:19:37Z", "revision_number": 0}}' 2023-04-17 19:19:38,099 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a1be1fe3-baf5-4064-b012-ac6552a1b260', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'floating_ip_address': '172.24.4.193', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:37Z', 'updated_at': '2023-04-17T19:19:37Z', 'revision_number': 0, 'ip': '172.24.4.193'} created 2023-04-17 19:19:38,193 80098 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.087s 2023-04-17 19:19:38,193 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:38 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-ee430c76-7850-4306-a6b8-3dc61543b0f0', '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": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "name": "tempest-ServerStableDeviceRescueTest-619982051-project-member", "password_expires_at": null}, "audit_ids": ["FTPcibljS_ist76O3QZZeQ"], "expires_at": "2023-04-17T20:19:38.000000Z", "issued_at": "2023-04-17T19:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "076f19fd17424fb1a54e5ef5c09ba57c", "name": "tempest-ServerStableDeviceRescueTest-619982051"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "ide ntity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:19:38,194 80098 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'a10a625d-4903-4b9d-9ab4-0298e520bebe', 'name': 'tempest-ServerStableDeviceRescueTest-1696982086-network', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21217, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:19:14Z', 'updated_at': '2023-04-17T19:19:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:19:38,194 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1124996392', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvVrLjftt6vkZo8s19LHR8Bn6FsjlgExAi277TlFFd6rhK95CavjypwmrAc00T4YVCBL2lhk1pDbzJXuCbYl8JRWjILRhSM1E5RQtrSRO1jm0+R7F9jq24R40Uw6J8/BA==', 'fingerprint': 'a9:1b:b2:5d:03:15:50:14:45:e7:35:3b:7c:b2:d8:c7', 'user_id': 'ca9ee4b6bd524e1eb0fdd95fcbbc6aba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCL/NCmiSWg8Da8jsRqd1SN2pWBlL+6ejIDhFKQ2ZFTLz64WBIdxO2s\nlTqWRBCUpRCgBwYFK4EEACKhZANiAASb1ay437ber5GaPLNfSx0fAZ+hbI5YBMQI\ntu+05RRXeq4SveQmr48qcJqwHNNE+GFQgS9pYZNaQ28yV7gm2JfCUVoyC0YUjNRO\nUULa0kTtY5tPkexfY6tuEeNFMOifPwQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', 'name': 'tempest-securitygroup--1306121754', 'stateful': True, 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': 'tempest-description--434120729', 'shared': False, 'security_group_rules': [{'id': '15b17236-de10-46ae-9bff-7f6154a609a2', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'security_group_id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', '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': 237, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 0, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}, {'id': 'e45db2ca-e662-4ade-ac54-6fee6d585c27', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'security_group_id': '8cf255ef-97fa-45c7-ac00-1ff042301a87', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 236, 'description': None , 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 0, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}], 'tags': [], 'created_at': '2023-04-17T19:19:32Z', 'updated_at': '2023-04-17T19:19:32Z', 'revision_number': 1, 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c'}, 'floating_ip': {'id': 'a1be1fe3-baf5-4064-b012-ac6552a1b260', 'tenant_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'floating_ip_address': '172.24.4.193', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '076f19fd17424fb1a54e5ef5c09ba57c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:19:37Z', 'updated_at': '2023-04-17T19:19:37Z', 'revision_number': 0, 'ip': '172.24.4.193'}} 2023-04-17 19:19:40,377 80098 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.181s 2023-04-17 19:19:40,377 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "a10a625d-4903-4b9d-9ab4-0298e520bebe"}], "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "key_name": "tempest-keypair-1124996392", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea14ca0-a24a-46cd-887d-09886f22e662', 'x-compute-request-id': 'req-aea14ca0-a24a-46cd-887d-09886f22e662', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "adminPass": "YY4rJKJkXtKQ"}}' 2023-04-17 19:19:40,497 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.117s 2023-04-17 19:19:40,498 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:19:40 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-3552f78f-c2d9-4d7e-8a30-851dc48d8e83', 'x-compute-request-id': 'req-3552f78f-c2d9-4d7e-8a30-851dc48d8e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "BUILD", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id" : "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:19:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:30,807 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.250s 2023-04-17 19:20:30,807 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0351460-dc53-458f-b1e2-1dcb4e4faf80', 'x-compute-request-id': 'req-a0351460-dc53-458f-b1e2-1dcb4e4faf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:20:30,819 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:21:31,092 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/os-interface 0.268s 2023-04-17 19:21:3 1,093 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:30 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-4830b413-9019-4ba6-8b03-257d33fc6d68', 'x-compute-request-id': 'req-4830b413-9019-4ba6-8b03-257d33fc6d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a10a625d-4903-4b9d-9ab4-0298e520bebe", "port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3", "mac_addr": "fa:16:3e:de:a4:00", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e00f134e-e5d8-4919-a634-02cc50eed4ae", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:21:32,525 80098 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/a1be1fe3-baf5-4064-b012-ac6552a1b260 1.428s 2023-04-17 19:21:32,525 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-46ca50d6-1c0b-48ee-8afa-5dadef5202af', 'date': 'Mon, 17 Apr 2023 19:21:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a1be1fe3-baf5-4064-b012-ac6552a1b260'} Body: b'{"floatingip": {"id": "a1be1fe3-baf5-4064-b012-ac6552a1b260", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "floating_ip_address": "172.24.4.193", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "7b456ae2-a1ba-4b4d-bddc-8f9ccce984ba", "port_id": "d0ee6251-5910-45e4-a50d-3e62cdb1e6a3", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a10a625d-4903-4b9d-9ab4-0298e520bebe", "mac_address": "fa:16:3e:de:a4:00", "admin_state_up": true, "status": "ACTIVE", "device_id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:19:37Z", "updated_at": "2023-04-17T19:21:31Z", "revision_number": 1, "project_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:21:32,527 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.193:22' as 'cirros' with public key authentication 2023-04-17 19:21:32,562 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:21:32,584 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:21:32,585 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.193 successfully created 2023-04-17 19:21:33,455 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/action 0.870s 2023-04-17 19:21:33,456 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-12153325"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:32 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/d2e291af-cd67-4e35-8e54-a 34603ff8714', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66eaf110-6b21-4c8d-b40c-20cb4499dea0', 'x-compute-request-id': 'req-66eaf110-6b21-4c8d-b40c-20cb4499dea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac/action'} Body: b'' 2023-04-17 19:21:33,513 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.055s 2023-04-17 19:21:33,514 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:21:33 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-a41426b0-88bf-41db-bfa1-10ca6144e787', 'x-compute-request-id': 'req-a41426b0-88bf-41db-bfa1-10ca6144e787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:33Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,625 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.056s 2023-04-17 19:22:23,626 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-2d1f32c6-4de0-4551-9479-373b88bf016a', 'x-compute-request-id': 'req-2d1f32c6-4de0-4551-9479-373b88bf016a', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:41Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,686 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.055s 2023-04-17 19:22:23,687 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-117b02d8-55ad-4fe0-820b-e06b54fead5e', 'x-compute-request-id': 'req-117b02d8-55ad-4fe0-820b-e06b54fead5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"image": {"id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba"}, "created": "2023-04-17T19:21:33Z", "updated": "2023-04-17T19:21:41Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "bookm ark", "href": "http://10.0.0.210/compute/images/d2e291af-cd67-4e35-8e54-a34603ff8714"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d2e291af-cd67-4e35-8e54-a34603ff8714"}], "server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}]}}}' 2023-04-17 19:22:23,908 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.215s 2023-04-17 19:22:23,908 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa6a0cb-51ca-42d2-b40e-7aa78bd07214', 'x-compute-request-id': 'req-cfa6a0cb-51ca-42d2-b40e-7aa78bd07214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:21:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:24,115 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.135s 2023-04-17 19:23:24,115 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7aa04ae3-fada-4b92-9ead-4ae2e7c8e9fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d2e291af -cd67-4e35-8e54-a34603ff8714'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2e0f3e5441e718992da65081e372da8b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "076f19fd17424fb1a54e5ef5c09ba57c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "298933f8e9bf761d8e273050666a509f470e052616f95083b32e3e8f270b946c1acadf22e9249276f26a9c54c9fce9dcd05739733c0e7e5cba1cd7a38425a5de", "id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "created_at": "2023-04-17T19:21:33Z", "updated_at": "2023-04-17T19:23:24Z", "tags": [], "self": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714", "file": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:23:24,277 80098 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/d2e291af-cd67-4e35-8e54-a34603ff8714 0.161s 2023-04-17 19:23:24,277 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20dd17b1-c0e4-49f1-b432-ae164b166d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "owner_id": "076f19fd17424fb1a54e5ef5c09ba57c", "owner_project_name": "tempest-ServerStableDeviceRescueTest-619982051", "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-619982051-project-member", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-12153325", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2e0f3e5441e718992da65081e372da8b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "076f19fd17424fb1a54e5ef5c09ba57c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "298933f8e9bf761d8e273050666a509f470e052616f95083b32e3e8f270b946c1acadf22e9249276f26a9c54c9fce9dcd05739733c0e7e5cba1cd7a38425a5de", "id": "d2e291af-cd67-4e35-8e54-a34603ff8714", "created_at": "2023-04-17T19:21:33Z", "updated_at": "2023-04-17T19:23:24Z", "tags": [], "s elf": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714", "file": "/v2/images/d2e291af-cd67-4e35-8e54-a34603ff8714/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:23:24,516 80098 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/d5d558d9-c2ff-46da-a34c-4148ee30f0ac 0.238s 2023-04-17 19:23:24,516 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a379082-7ae9-41e1-b37f-fe9fd83ba312', 'x-compute-request-id': 'req-1a379082-7ae9-41e1-b37f-fe9fd83ba312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac'} Body: b'{"server": {"id": "d5d558d9-c2ff-46da-a34c-4148ee30f0ac", "name": "tempest-ServerStableDeviceRescueTest-server-1724108408", "status": "ACTIVE", "tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c", "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "metadata": {}, "hostId": "15e5a878e7d693db8432a8bd533be371fa744c5a5213299249e0dcfd", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:40Z", "updated": "2023-04-17T19:21:41Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1696982086-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}, {"version": 4, "addr": "172.24.4.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:a4:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d5d558d9-c2ff-46da-a34c-4148ee30f0ac"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124996392", "OS-SRV-USG:launched_at": "2023-04-17T19:19:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1306121754"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:24,728 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes 0.199s 2023-04-17 19:23:24,728 80098 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-1573024555"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d0c41e-abfa-4310-acb8-9ca6552bbc09', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d0c41e-abfa-4310-acb8-9ca6552bbc09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "creating", "size": 1, "availability_zone": "nova", "crea ted_at": "2023-04-17T19:23:24.669850", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:23:24,776 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506 0.038s 2023-04-17 19:23:24,776 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2e0dbb-8875-4538-97a4-b17301a1b3a1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2e0dbb-8875-4538-97a4-b17301a1b3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:25.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 2023-04-17 19:23:25,826 80098 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/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506 0.038s 2023-04-17 19:23:25,826 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82901a58-1dcb-491c-a378-1893a476f101', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82901a58-1dcb-491c-a378-1893a476f101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506'} Body: b'{"volume": {"id": "f7aeeea8-a456-4dce-82d0-3eddcfe84506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:23:25.000000", "updated_at": "2023-04-17T19:23:25.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1573024555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "lin ks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/076f19fd17424fb1a54e5ef5c09ba57c/volumes/f7aeeea8-a456-4dce-82d0-3eddcfe84506"}], "user_id": "ca9ee4b6bd524e1eb0fdd95fcbbc6aba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "076f19fd17424fb1a54e5ef5c09ba57c"}}' 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 e7983d0d-26f9-444b-938f-bcd1357354ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:30,713 80106 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.104s 2023-04-17 19:22:30,713 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 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-9230564c-2137-40f5-a095-46822bd0d970', '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": "9fbcd21255b546fb9a14ece87286731b", "name": "tempest-VolumesAdminNegativeTest-1507040722-project-member", "password_expires_at": null}, "audit_ids": ["YAGNCZW4T66LGmPjcxRXFg"], "expires_at": "2023-04-17T20:22:30.000000Z", "issued_at": "2023-04-17T19:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0dc0655c8314e08b62c8ae370d488cb", "name": "tempest-VolumesAdminNegativeTest-1507040722"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:22:30,714 80106 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '994f43df-c7b8-4c55-9a39-98ed8d4eef96', 'name': 'tempest-VolumesAdminNegativeTest-640843338-network', 'tenant_id': 'f0dc0655c8314e08b62c8ae370d488cb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f0dc0655c8314e08b62 c8ae370d488cb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17245, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:15Z', 'updated_at': '2023-04-17T19:20:15Z', 'revision_number': 1} available for tenant 2023-04-17 19:22:31,302 80106 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.587s 2023-04-17 19:22:31,302 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-14965517", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "994f43df-c7b8-4c55-9a39-98ed8d4eef96"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2067c39a-5432-4b99-8e31-2d5678c11de5', 'x-compute-request-id': 'req-2067c39a-5432-4b99-8e31-2d5678c11de5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vXi4jjMmr8HN"}}' 2023-04-17 19:22:31,397 80106 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/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b 0.092s 2023-04-17 19:22:31,398 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d5b769-6fe9-4c06-9c66-c5671e7e1648', 'x-compute-request-id': 'req-87d5b769-6fe9-4c06-9c66-c5671e7e1648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "name": "tempest-VolumesAdminNegativeTest-server-14965517", "status": "BUILD", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:22:31Z", "updated": "2023-04-17T19:22:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", " progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:21,698 80106 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/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b 0.241s 2023-04-17 19:23:21,699 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:21 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-6a829285-84df-45bc-82c0-bd6ab0b90010', 'x-compute-request-id': 'req-6a829285-84df-45bc-82c0-bd6ab0b90010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b'} Body: b'{"server": {"id": "fdf9ad12-f5f9-4292-9a7d-d9afa82e716b", "name": "tempest-VolumesAdminNegativeTest-server-14965517", "status": "ACTIVE", "tenant_id": "f0dc0655c8314e08b62c8ae370d488cb", "user_id": "9fbcd21255b546fb9a14ece87286731b", "metadata": {}, "hostId": "ae87bd05e9c5541fc056fa288098ace226a1d410d94eec9934a57e80", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:22:31Z", "updated": "2023-04-17T19:22:39Z", "addresses": {"tempest-VolumesAdminNegativeTest-640843338-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:48:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fdf9ad12-f5f9-4292-9a7d-d9afa82e716b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:22:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:21,711 80106 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:24:22,019 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes 0.194s 2023-04-17 19:24:22,019 80106 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-547773698"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2598499a-f4ea-4017-93eb-5bb404eb56b7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2598499a-f4ea-4017-93eb-5bb404eb56b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes'} Body: b'{"volume": {"id": "e7983d0d-26 f9-444b-938f-bcd1357354ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:21.953502", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:24:22,074 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce 0.044s 2023-04-17 19:24:22,074 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865facc8-9f8d-41b8-a5a5-b2065b686b19', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865facc8-9f8d-41b8-a5a5-b2065b686b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce'} Body: b'{"volume": {"id": "e7983d0d-26f9-444b-938f-bcd1357354ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:22.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 2023-04-17 19:24:23,129 80106 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/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce 0.044s 2023-04-17 19:24:23,130 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a201092f-076b-420c-9a27-ca128b222a45', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a201092f-076b-420c-9a27-ca128b222a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce'} Body: b'{"volume": {"id": "e7983d0d-26f9-444b-938f-bcd1357354ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:22.000000", "updated_at": "2023-04-17T19:24:22.000000", "name": "tempest-VolumesAdminNegativeTest-volume-547773698", "description": null, "volume_type": "jovia ndss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f0dc0655c8314e08b62c8ae370d488cb/volumes/e7983d0d-26f9-444b-938f-bcd1357354ce"}], "user_id": "9fbcd21255b546fb9a14ece87286731b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f0dc0655c8314e08b62c8ae370d488cb"}}' 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 c6a2dc4e-96f7-400b-9afa-01df2be55342 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:22:23,102 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.444s 2023-04-17 19:22:23,103 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:22 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-4d4bce18-d1bc-4507-988a-840c7f2c68bc', 'x-compute-request-id': 'req-4d4bce18-d1bc-4507-988a-840c7f2c68bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:22:23,268 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.154s 2023-04-17 19:22:23,268 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:22:23 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-e14924b7-5e8d-4b3f-ae55-7365dab1a682', 'x-compute-request-id': 'req-e14924b7-5e8d-4b3f-ae55-7365dab1a682', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:13,577 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.247s 2023-04-17 19:23:13,577 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efda70a-885a-4829-854c-af8127df2f5b', 'x-compute-request-id': 'req-1efda70a-885a-4829-854c-af8127df2f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:23:14,041 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.450s 2023-04-17 19:23:14,042 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Mon, 17 Apr 2023 19:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb495e2d-a6a0-41b8-b326-e53eebc78306', 'x-compute-request-id': 'req-fb495e2d-a6a0-41b8-b326-e53eebc78306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:24:14,339 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes 0.225s 2023-04-17 19:24:14,339 80114 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-1954353439"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa6949b-2885-43a8-9830-4f001ec422cf', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa6949b-2885-43a8-9830-4f001ec422cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.272497", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-17 19:24:14,397 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342 0.045s 2023-04-17 19:24:14,398 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6e32bf-3490-4c01-ade8-37754bbb0743', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6e32bf-3490-4c01-ade8-37754bbb0743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:24:15,456 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342 0.047s 2023-04-17 19:24:15,457 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8626c466-f7b9-45c8-82cb-f3c82ba33b7b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8626c466-f7b9-45c8-82cb-f3c82ba33b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342'} Body: b'{"volume": {"id": "c6a2dc4e-96f7-400b-9afa-01df2be55342", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:24:14.000000", "updated_at": "2023-04-17T19:24:14.000000", "name": "tempest-ServerActionsTestJSON-volume-1954353439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/c6a2dc4e-96f7-400b-9afa-01df2be55342"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:24:15,850 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.382s 2023-04-17 19:24:15,850 80114 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9826d794-c7f0-4f96-8e19-67f637e7e419', 'x-compute-request-id': 'req-9826d794-c7f0-4f96-8e19-67f637e7e419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a1fce4a-84a1-483d-aaf8-575f5a166a29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:09,249 80112 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:23:09,249 80112 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:23:09,302 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-17 19:23:09,303 80112 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-718452069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed343cca-b441-4e77-872e-15291a0c57f9', 'x-compute-request-id': 'req-ed343cca-b441-4e77-872e-15291a0c57f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-718452069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw==", "fingerprint": "53:4a:36:36:5a:bc:13:92:6e:1b:77:fd:cc:d3:6d:83", "user_id": "debe1c89740d483ab7581e9cfed413a0"}}' 2023-04-17 19:23:09,305 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-718452069 created 2023-04-17 19:23:09,455 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.148s 2023-04-17 19:23:09,455 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--489717750", "description": "tempest-description--456765751"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f4aaf064-fe9c-4d54-a0c2-1ba945be2755', 'date': 'Mon, 17 Apr 2023 19:23:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a5863fa5-f246-476b-8356-35b643cc290b", "name": "tempest-securitygroup--489717750", "stateful": true, "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "tempest-description--456765751", "shared": false, "security_group_rules": [{"id": "2b732cf0-f451-47ac-8023-f616eeffd1e7", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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": 689, "description": null, "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}, {"id": "6d543128-5a94-47ca-a3e2-ba361c4dbd38", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 688, "description": null, "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}], "tags": [], "created_at": "2023-04-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,791 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.336s 2023-04-17 19:23:09,792 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-f1ecd4b7-52e2-4b5e-a2c3-0f1097a50798', 'date': 'Mon, 17 Apr 2023 19:23: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": "4a8b402a-02c2-4fc0-8313-a0f53e03628f", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,985 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-17 19:23:09,985 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fbbd1c02-761d-4db7-82bd-7a45fc9b1eb1', 'date': 'Mon, 17 Apr 2023 19:23: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": "a72b05ee-2f60-4078-bcb4-15452fab83d8", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "security_group_id": "a5863fa5-f246-476b-8356-35b643cc290b", "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-17T19:23:09Z", "updated_at": "2023-04-17T19:23:09Z", "revision_number": 0, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:23:09,986 80112 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--489717750 created 2023-04-17 19:23:10,892 80112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.905s 2023-04-17 19:23:10,892 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-385f115f-0f1a-4743-88af-c9aab69416c3', 'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "66cefae3-84e7-4d60-bf37-6292dde4e04c", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.241", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a0510183fad34a10b0c0bf6c72317faf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:23:10Z", "updated_at": "2023-04-17T19:23:10Z", "revision_number": 0}}' 2023-04-17 19:23:10,892 80112 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '66cefae3-84e7-4d60-bf37-6292dde4e04c', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.241', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:23:10Z', 'updated_at': '2023-04-17T19:23:10Z', 'revision_number': 0, 'ip': '172.24.4.241'} created 2023-04-17 19:23:10,988 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.089s 2023-04-17 19:23:10,989 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e26cc97-8863-400f-b638-986f5c55d81e', '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": "debe1c89740d483ab7581e9cfed413a0", "name": "tempest-AttachVolumeShelveTestJSON-502633731-project-member", "password_expires_at": null}, "audit_ids": ["01MkzVh2QFa4-71tL1CKJg"], "expires_at": "2023-04-17T20:23:10.000000Z", "issued_at": "2023-04-17T19:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0510183fad34a10b0c0bf6c72317faf", "name": "tempest-AttachVolumeShelveTestJSON-502633731"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e79 6c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:10,989 80112 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '77c00567-94e4-4962-806d-608af809c245', 'name': 'tempest-AttachVolumeShelveTestJSON-1613939580-network', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33880, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:14Z', 'updated_at': '2023-04-17T19:20:14Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:10,990 80112 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-718452069', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFMawCVeVk/GtuISzTRGvoO6GOQ+7AZ8WdpkyWYNKfKu0Vy2Erin98Ty9hSc6Rj8E7prMnJJU1LeFFbDnj64pihJG9nhDWIv8FqCtNrYKF+REdCoPpS64XOYpxlt6wetcw==', 'fingerprint': '53:4a:36:36:5a:bc:13:92:6e:1b:77:fd:cc:d3:6d:83', 'user_id': 'debe1c89740d483ab7581e9cfed413a0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCP9TUWHEsjoMjSMho+8TKfJZq5dAiERbuZX3MPrxnxZQnUxNIQrrPB\nwbdjo/ciuMCgBwYFK4EEACKhZANiAARTGsAlXlZPxrbiEs00Rr6DuhjkPuwGfFna\nZMlmDSnyrtFcthK4p/fE8vYUnOkY/BO6azJySVNS3hRWw54+uKYoSRvZ4Q1iL/Ba\ngrTa2ChfkRHQqD6UuuFzmKcZbesHrXM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a5863fa5-f246-476b-8356-35b643cc290b', 'name': 'tempest-securitygroup--489717750', 'stateful': True, 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': 'tempest-description--456765751', 'shared': False, 'security_group_rules': [{'id': '2b732cf0-f451-47ac-8023-f616eeffd1e7', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'a5863fa5-f246-476b-8356-35b643cc290b', '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': 689, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17T19:23:09Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, {'id': '6d543128-5a94-47ca-a3e2-ba361c4dbd38', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'security_group_id': 'a5863fa5-f246-476b-8356-35b643cc290b', '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': 688, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17 T19:23:09Z', 'revision_number': 0, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}], 'tags': [], 'created_at': '2023-04-17T19:23:09Z', 'updated_at': '2023-04-17T19:23:09Z', 'revision_number': 1, 'project_id': 'a0510183fad34a10b0c0bf6c72317faf'}, 'floating_ip': {'id': '66cefae3-84e7-4d60-bf37-6292dde4e04c', 'tenant_id': 'a0510183fad34a10b0c0bf6c72317faf', 'floating_ip_address': '172.24.4.241', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a0510183fad34a10b0c0bf6c72317faf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:23:10Z', 'updated_at': '2023-04-17T19:23:10Z', 'revision_number': 0, 'ip': '172.24.4.241'}} 2023-04-17 19:23:11,983 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.992s 2023-04-17 19:23:11,983 80112 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-969767797", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "77c00567-94e4-4962-806d-608af809c245"}], "security_groups": [{"name": "tempest-securitygroup--489717750"}], "key_name": "tempest-keypair-718452069", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66', '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-634f8c76-a504-4752-a1c9-96e43222d628', 'x-compute-request-id': 'req-634f8c76-a504-4752-a1c9-96e43222d628', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--489717750"}], "adminPass": "password"}}' 2023-04-17 19:23:12,056 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.070s 2023-04-17 19:23:12,057 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', '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-c6852907-446b-425d-b21f-83c4107eb2b3', 'x-compute-request-id': 'req-c6852907-446b-425d-b21f-83c4107eb2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "BUILD", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c8974 0d483ab7581e9cfed413a0", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:12Z", "updated": "2023-04-17T19:23:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:24:02,336 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.235s 2023-04-17 19:24:02,336 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e526414f-29b0-49d4-8388-64be10d4b905', 'x-compute-request-id': 'req-e526414f-29b0-49d4-8388-64be10d4b905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:11Z", "updated": "2023-04-17T19:23:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": "2023-04-17T19:23:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--489717750"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:24:02,349 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:25:02,570 80112 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/98c64eb8-52 ec-4d74-b2ac-16a0ff4a1b66/os-interface 0.160s 2023-04-17 19:25:02,571 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa3600ef-e1ba-4777-8b42-a49edecde4e7', 'x-compute-request-id': 'req-fa3600ef-e1ba-4777-8b42-a49edecde4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "77c00567-94e4-4962-806d-608af809c245", "port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff", "mac_addr": "fa:16:3e:39:92:d3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "30fca105-abce-4187-9d06-1187c5bf7a35", "ip_address": "10.0.0.6"}]}]}' 2023-04-17 19:25:03,247 80112 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/66cefae3-84e7-4d60-bf37-6292dde4e04c 0.672s 2023-04-17 19:25:03,247 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d3cd606a-39f7-465a-a6df-0d665c0d139a', 'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c'} Body: b'{"floatingip": {"id": "66cefae3-84e7-4d60-bf37-6292dde4e04c", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "floating_ip_address": "172.24.4.241", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "cf8c10a2-d33d-487c-8034-1c95e17a8a55", "port_id": "1c0519f3-4603-4809-a815-3dd2a1ddc4ff", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "77c00567-94e4-4962-806d-608af809c245", "mac_address": "fa:16:3e:39:92:d3", "admin_state_up": true, "status": "ACTIVE", "device_id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:23:10Z", "updated_at": "2023-04-17T19:25:02Z", "revision_number": 1, "project_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:03,248 80112 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-17 19:25:03,279 80112 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:25:03,300 80112 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:25:03,300 80112 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-17 19:25:03,339 80112 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/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/ips 0.039s 2023-04-17 19:25:03,340 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x- openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e75e17-6b8b-4e18-ab77-be8184a72ab5', 'x-compute-request-id': 'req-07e75e17-6b8b-4e18-ab77-be8184a72ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-17 19:25:03,608 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes 0.265s 2023-04-17 19:25:03,609 80112 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-1676223368"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0176090-2c60-470b-9f4a-be242be48df5', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0176090-2c60-470b-9f4a-be242be48df5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.485486", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:25:03,659 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29 0.040s 2023-04-17 19:25:03,659 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5167a9-f04b-4708-9651-51890e89bcec', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5167a9-f04b-4708-9651-51890e89bcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d48 3ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:04,709 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29 0.038s 2023-04-17 19:25:04,709 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d4c464-d5af-4188-90bd-002a684a5fb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d4c464-d5af-4188-90bd-002a684a5fb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29'} Body: b'{"volume": {"id": "5a1fce4a-84a1-483d-aaf8-575f5a166a29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:03.000000", "updated_at": "2023-04-17T19:25:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1676223368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a0510183fad34a10b0c0bf6c72317faf/volumes/5a1fce4a-84a1-483d-aaf8-575f5a166a29"}], "user_id": "debe1c89740d483ab7581e9cfed413a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0510183fad34a10b0c0bf6c72317faf"}}' 2023-04-17 19:25:04,849 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.129s 2023-04-17 19:25:04,850 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 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-9b68acee-e804-4ac7-b954-fa3cf34cdb5f', 'x-compute-request-id': 'req-9b68acee-e804-4ac7-b954-fa3cf34cdb5f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'' 2023-04-17 19:25:05,044 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.193s 2023-04-17 19:25:05,044 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ce80226-6dc8-46b6-8647-80eed1c65d17', 'x-compute-request-id': 'req-4ce8 0226-6dc8-46b6-8647-80eed1c65d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"server": {"id": "98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66", "name": "tempest-AttachVolumeShelveTestJSON-server-969767797", "status": "ACTIVE", "tenant_id": "a0510183fad34a10b0c0bf6c72317faf", "user_id": "debe1c89740d483ab7581e9cfed413a0", "metadata": {}, "hostId": "14a0c915c5a7758d67b29520ff34965cbda5c8373d5248f8959c2fe5", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:23:11Z", "updated": "2023-04-17T19:25:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1613939580-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}, {"version": 4, "addr": "172.24.4.241", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:92:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-718452069", "OS-SRV-USG:launched_at": "2023-04-17T19:23:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--489717750"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-17 19:25:55,212 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 0.148s 2023-04-17 19:25:55,213 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:55 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-c34cd32b-3b81-4fb9-957b-177c18cdd2fb', 'x-compute-request-id': 'req-c34cd32b-3b81-4fb9-957b-177c18cdd2fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 98c64eb8-52ec-4d74-b2ac-16a0ff4a1b66 could not be found."}}' 2023-04-17 19:25:55,248 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-718452069 0.034s 2023-04-17 19:25:55,248 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:55 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-15d7a1d3-a0d0-4dd2-8c21-fd90819381d7', 'x-compute-request-id': 'req-15d7a1d3-a0d0-4dd2-8c21-fd90819381d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-718452069' } Body: b'' 2023-04-17 19:25:55,411 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b 0.162s 2023-04-17 19:25:55,411 80112 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-191b6ddf-4d23-4259-91e6-b16621430d69', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b'} Body: b'' 2023-04-17 19:25:55,431 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b 0.019s 2023-04-17 19:25:55,431 80112 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-a35092f2-2fd4-4903-bac9-437c13ee59dc', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a5863fa5-f246-476b-8356-35b643cc290b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a5863fa5-f246-476b-8356-35b643cc290b does not exist", "detail": ""}}' 2023-04-17 19:25:55,914 80112 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c 0.482s 2023-04-17 19:25:55,915 80112 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-254753ad-0e15-464b-8e0c-5b0ac9a05a81', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:25:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/66cefae3-84e7-4d60-bf37-6292dde4e04c'} Body: b'' 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 f955e6f9-aeae-4139-bd85-0a7d4cfc96da failed to build and is in ERROR status 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 b96c23ec-36cc-4d90-8688-b6eb5b291443 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:24:10,466 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.240s 2023-04-17 19:24:10,466 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:10 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-fb1526b0-4dab-4895-b600-0e7548d36a04', 'x-compute-request-id': 'req-fb1526b0-4dab-4895-b600-0e7548d36a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:10,966 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes 0.428s 2023-04-17 19:25:10,967 80100 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-73015775"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72833f82-edad-4135-b963-0b7d7d09771f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72833f82-edad-4135-b963-0b7d7d09771f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:10.906769", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:25:11,028 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443 0.042s 2023-04-17 19:25:11,028 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-891fce6b-8ef8-4e32-96c9-6d09f9c09065', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-891fce6b-8ef8-4e32-96c9-6d09f9c09065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:25:12,079 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443 0.039s 2023-04-17 19:25:12,080 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb56d7e-1d91-49be-9e2e-c4e33f791655', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb56d7e-1d91-49be-9e2e-c4e33f791655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443'} Body: b'{"volume": {"id": "b96c23ec-36cc-4d90-8688-b6eb5b291443", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:25:11.000000", "updated_at": "2023-04-17T19:25:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-73015775", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/b96c23ec-36cc-4d90-8688-b6eb5b291443"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-att r:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:25:12,326 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.234s 2023-04-17 19:25:12,326 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25: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-4b21ba27-bc96-4b02-bedd-d954329311c2', 'x-compute-request-id': 'req-4b21ba27-bc96-4b02-bedd-d954329311c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.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.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 a8d42644-6915-41ed-8b50-cae92d418a2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:20,053 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.213s 2023-04-17 19:26:20,053 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a8885c20-ace1-4ed7-9f9b-ecc4847db1cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:20,467 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.413s 2023-04-17 19:26:20,467 80112 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-128970238", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c096427-7103-4c48-92aa-e0d1f8145da4', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c096427-7103-4c48-92aa-e0d1f8145da4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.400309", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:20,527 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.050s 2023-04-17 19:26:20,528 80112 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5657d6-9292-4a14-8670-baa2940c8125', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5657d6-9292-4a14-8670-baa2940c8125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:21,577 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.038s 2023-04-17 19:26:21,578 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ed5f19-2fb1-4dae-83d4-af9a9eb89f7d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ed5f19-2fb1-4dae-83d4-af9a9eb89f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"volume": {"id": "a8d42644-6915-41ed-8b50-cae92d418a2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:20.000000", "updated_at": "2023-04-17T19:26:21.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-128970238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:21,756 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.166s 2023-04-17 19:26:21,756 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 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-72d83760-696f-42f7-a6eb-483c078e2bca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'' 2023-04-17 19:26:21,777 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b 0.020s 2023-04-17 19:26:21,777 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8aa94f-f28b-4bc9-a61e-507b49d40798', 'x-openstack-request-id': 'req-1c8aa94f-f28b-4bc9-a61e-507b49d40798', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/a8d42644-6915-41ed-8b50-cae92d418a2b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a8d42644-6915-41ed-8b50-cae92d418a2b could not be found."}}' tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7abb7693-47a5-403a-9172-84dfee18d62e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:21,816 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes 0.334s 2023-04-17 19:26:21,816 80106 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-84676216"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6411bb6e-4a6c-4a90-bd77-b621539caf47', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6411bb6e-4a6c-4a90-bd77-b621539caf47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:21.744712", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:21,863 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.038s 2023-04-17 19:26:21,864 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc4717a-d826-4549-917d-908d63573e79', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc4717a-d826-4549-917d-908d63573e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:22,918 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0. 042s 2023-04-17 19:26:22,918 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ae732e-8f9d-4a50-b6f4-7da08d6df4c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ae732e-8f9d-4a50-b6f4-7da08d6df4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:22,966 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.037s 2023-04-17 19:26:22,967 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4427b688-085c-45af-9e3f-27fde3719b50', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4427b688-085c-45af-9e3f-27fde3719b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"volume": {"id": "7abb7693-47a5-403a-9172-84dfee18d62e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-84676216", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e"}], "user_id": "9969dcd12cda4b1da6554743e1b90ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6a26e109eb5245ec898e91390aed6258"}}' 2023-04-17 19:26:23,076 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.099s 2023-04-17 19:26:23,077 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4e0ec5-55e4-4b96-84c6-9d4eb4a9802a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'' 2023-04-17 19:26:23,098 80106 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e 0.021s 2023-04-17 19:26:23,099 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-65076a81-5083-4085-a50b-a9018a6c8320', 'x-openstack-request-id': 'req-65076a81-5083-4085-a50b-a9018a6c8320', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6a26e109eb5245ec898e91390aed6258/volumes/7abb7693-47a5-403a-9172-84dfee18d62e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7abb7693-47a5-403a-9172-84dfee18d62e 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 76e50509-683f-4547-983c-8cbfcfb00b92 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:21,802 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.022s 2023-04-17 19:26:21,802 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c131c2e-6382-4cd1-b42c-6a0dd6fcd621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:22,199 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.396s 2023-04-17 19:26:22,199 80112 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-1841829631", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f863b6cb-6852-4eab-a978-a0d7a5f83983', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f863b6cb-6852-4eab-a978-a0d7a5f83983', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.132206", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:22,258 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.048s 2023-04-17 19:26:22,258 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b52452-e4c6-4b91-9164-d7fc2d64170d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b52452-e4c6-4b91-9164-d7fc2d64170d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,312 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.042s 2023-04-17 19:26:23,312 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc67b90-b2b1-40b7-a939-e3cb1d8275b2', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc67b90-b2b1-40b7-a939-e3cb1d8275b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"volume": {"id": "76e50509-683f-4547-983c-8cbfcfb00b92", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:22.000000", "updated_at": "2023-04-17T19:26:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1841829631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,509 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.186s 2023-04-17 19:26:23,510 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-50ae1fc1-1f37-4718-98c9-04d6a91bde8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'' 2023-04-17 19:26:23,531 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92 0.020s 2023-04-17 19:26:23,531 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-f201f033-ee2f-44a6-8298-d2f1e6578bcf', 'x-openstack-request-id': 'req-f201f033-ee2f-44a6-8298-d2f1e6578bcf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/76e50509-683f-4547-983c-8cbfcfb00b92'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76e50509-683f-4547-983c-8cbfcfb00b92 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 2fd2eb01-c454-4f2d-ac50-63328462d977 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:23,537 80112 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-17 19:26:23,598 80112 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.057s 2023-04-17 19:26:23,598 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-781417056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAedBI2BaEUOTEUSE/0mWSRNbmhSI3+d5z5tVZavHryElAtxmBQ33wefXxlpRF2vTZNyQ9Kql/VSIPYC1Ikm3Xs4dEurMZEmsmWsvIytEgLmps1pLUu16+3XfrRq8ExWw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af657c3f-4d8e-4806-8af9-8989c74a8f49', 'x-compute-request-id': 'req-af657c3f-4d8e-4806-8af9-8989c74a8f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-781417056", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMAedBI2BaEUOTEUSE/0mWSRNbmhSI3+d5z5tVZavHryElAtxmBQ33wefXxlpRF2vTZNyQ9Kql/VSIPYC1Ikm3Xs4dEurMZEmsmWsvIytEgLmps1pLUu16+3XfrRq8ExWw==", "fingerprint": "e3:2f:ca:13:17:bd:5e:27:6d:3d:1a:75:b5:ed:e2:e5", "user_id": "20c2952ba56c4b4487a874d689abd146"}}' 2023-04-17 19:26:23,772 80112 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.170s 2023-04-17 19:26:23,772 80112 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-1141413747", "description": "tempest-secgroup-smoke-1141413747 description", "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-493c1637-306e-489a-b67b-d594e4d563a8', 'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "name": "tempest-secgroup-smoke-1141413747", "stateful": true, "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "description": "tempest-secgroup-smoke-1141413747 description", "shared": false, "security_group_rules": [{"id": "888b29b1-b487-4c70-b3ec-779daf4cdd0d", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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": 772, "description": null, "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}, {"id": "941c521f-8447-4af8-a056-622030153656", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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": 771, "description": null, "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7a af27546ec9010285ad7ece74c"}], "tags": [], "created_at": "2023-04-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 1, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:23,945 80112 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.172s 2023-04-17 19:26:23,945 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "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-eca8ad05-f6ac-4d6e-b7b0-335b876cafee', 'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bbd07c79-e6ca-48af-a5b2-1ba6244a6d02", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:23Z", "updated_at": "2023-04-17T19:26:23Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,118 80112 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.172s 2023-04-17 19:26:24,118 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "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-49b1bfb0-9e7a-41a8-8dc3-95be0fff36b8', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bf563114-1690-40a5-885a-d8d304e41f0b", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,293 80112 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.174s 2023-04-17 19:26:24,294 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-782d19a2-a620-4f72-a6f6-65fafefb5f1c', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79801056-dfa6-4a37-aa5d-b13780acd204", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,554 80112 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.259s 2023-04-17 19:26:24,554 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-a4b36ca6-a6a3-49b8-b33b-c8e56c92c0dc', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3031061e-5e8c-48e7-bc84-b128b33123ec", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,754 80112 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.199s 2023-04-17 19:26:24,755 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-79f2e8f4-8289-4b86-9e8e-4218485f9bab', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7212c048-6a29-4d6b-b92d-d9c64ab63cdb", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,945 80112 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-17 19:26:24,945 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "project_id": "0a03c7aaf27546ec9010285ad7ece74c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-01e18e58-0f0f-4180-9c8d-9185f6f9e7de', 'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "97e2b873-fc26-4c29-89bd-a56ed81ac960", "tenant_id": "0a03c7aaf27546ec9010285ad7ece74c", "security_group_id": "94a3c485-75d1-4a4b-9798-3da2e341e295", "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-17T19:26:24Z", "updated_at": "2023-04-17T19:26:24Z", "revision_number": 0, "project_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:24,946 80112 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-17 19:26:24,966 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.020s 2023-04-17 19:26:24,966 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-496c5a18-f6a5-4f8c-b76c-5a99a0a2d34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:26:25,300 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes 0.333s 2023-04-17 19:26:25,300 80112 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-2120687262", "snapshot_id": null, "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a11c33-9e50-4c4e-bd61-aef51d3bf2c4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a11c33-9e50-4c4e-bd61-aef51d3bf2c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volume s'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.233115", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,357 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.047s 2023-04-17 19:26:25,358 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707f2feb-a722-404c-a8bc-9e119803b064', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707f2feb-a722-404c-a8bc-9e119803b064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:26,409 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.040s 2023-04-17 19:26:26,409 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93edd1fa-50af-4bdd-8d1d-ac46767d0510', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93edd1fa-50af-4bdd-8d1d-ac46767d0510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"volume": {"id": "2fd2eb01-c454-4f2d-ac50-63328462d977", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2120687262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977"}], "user_id": "20c2952ba56c4b4487a874d689abd146", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a03c7aaf27546ec9010285ad7ece74c"}}' 2023-04-17 19:26:26,518 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.097s 2023-04-17 19:26:26,518 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-3bc04087-1683-4980-a422-ee7215e8a4b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'' 2023-04-17 19:26:26,540 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977 0.021s 2023-04-17 19:26:26,540 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-43464be8-d779-4142-b529-e0018a7c54fa', 'x-openstack-request-id': 'req-43464be8-d779-4142-b529-e0018a7c54fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0a03c7aaf27546ec9010285ad7ece74c/volumes/2fd2eb01-c454-4f2d-ac50-63328462d977'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fd2eb01-c454-4f2d-ac50-63328462d977 could not be found."}}' 2023-04-17 19:26:26,703 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/94a3c485-75d1-4a4b-9798-3da2e341e295 0.162s 2023-04-17 19:26:26,703 80112 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-996fbda7-3368-4de2-b8a0-71d84305e943', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/94a3c485-75d1-4a4b-9798-3da2e341e295'} Body: b'' 2023-04-17 19:26:26,732 80112 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-781417056 0.028s 2023-04-17 19:26:26,732 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 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-b8f7f823-523d-4283-bff6-a5bde2f176d3', 'x-compute-request-id': 'req-b8f7f823-523d-4283-bff6-a5bde2f176d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-781417056'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ce1ba420-a782-4e65-bd2e-826fe1b08927 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:25,323 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.379s 2023-04-17 19:26:25,324 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-138331308"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae82e8e-54d4-4067-af2e-5728efe7d989', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae82e8e-54d4-4067-af2e-5728efe7d989', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.253441", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,529 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.195s 2023-04-17 19:26:25,530 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-333378814"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13c65da-5451-4fc1-8543-8566dbbe2b0f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13c65da-5451-4fc1-8543-8566dbbe2b0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "2d7a6dd9-40a7-470a-a270-e26369fb7904", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.462991", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-333378814", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/2d7a6dd9-40a7-470a-a270-e26369fb7904"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/2d7a6dd9-40a7-470a-a270-e26369fb7904"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,767 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.228s 2023-04-17 19:26:25,767 80106 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1172563454"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ece0b5c0-323a-4bd9-97f2-8a234f56ddaf', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ece0b5c0-323a-4bd9-97f2-8a234f56ddaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "3e90c155-fc53-4f40-8d21-4860620b6421", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.707781", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1172563454", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/3e90c155-fc53-4f40-8d21-4860620b6421"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/3e90c155-fc53-4f40-8d21-4860620b6421"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:25,997 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.219s 2023-04-17 19:26:25,998 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1953497299"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f1a0fc1-5920-4730-944a-bb984897494e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f1a0fc1-5920-4730-944a-bb984897494e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "83d36d19-38cb-46e3-a38f-52cae1e7c6c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.936371", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1953497299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/83d36d19-38cb-46e3-a38f-52cae1e7c6c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/83d36d19-38cb-46e3-a38f-52cae1e7c6c8"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:26,209 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes 0.202s 2023-04-17 19:26:26,209 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-650966587"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91aa2639-e0a2-443a-9e26-9430064f03a1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91aa2639-e0a2-443a-9e26-9430064f03a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes'} Body: b'{"volume": {"id": "17c481e9-e311-4d5c-ae57-e3da1f658faa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:26.150740", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-650966587", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/17c481e9-e311-4d5c-ae57-e3da1f658faa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/17c481e9-e311-4d5c-ae57-e3da1f658faa"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:26,263 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927 0.044s 2023-04-17 19:26:26,263 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a631c93-de6a-49e3-8d1f-6550373d4e33', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a631c93-de6a-49e3-8d1f-6550373d4e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3a9148bb251490dbad39b036e963df4"}}' 2023-04-17 19:26:27,372 80106 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927 0.097s 2023-04-17 19:26:27,372 80106 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bb9e1e-daab-4392-8296-596093ce56e3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', ' x-openstack-request-id': 'req-b6bb9e1e-daab-4392-8296-596093ce56e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927'} Body: b'{"volume": {"id": "ce1ba420-a782-4e65-bd2e-826fe1b08927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:25.000000", "updated_at": "2023-04-17T19:26:25.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-138331308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a9148bb251490dbad39b036e963df4/volumes/ce1ba420-a782-4e65-bd2e-826fe1b08927"}], "user_id": "d321f7e4bab54971910b77a8b00d2fd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3a9148bb251490dbad39b036e963df4"}}' 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 65f51eae-367b-4fa2-8da5-b4bf4a725c24 failed to build and is in ERROR status tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server d0932108-c0fc-41d8-a5cd-96af63350c44 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T19:26:10Z', 'message': 'Build of instance d0932108-c0fc-41d8-a5cd-96af63350c44 aborted: Volume 24e312f9-a852-4155-ac64-eb451ec652d0 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-5307f72d-0b4d-4cde-a699-61271397074c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:23:04,317 80110 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.039s 2023-04-17 19:23:04,317 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 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-79b4697b-706c-4714-8e19-a4996f9ec253', '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": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["BHHqCSL-SF6d1iX77KETsw"], "expires_at": "2023-04-17T20:23:04.000000Z", "issued_at": "2023-04-17T19:23:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:23:04,318 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:23:04,918 80110 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.599s 2023-04-17 19:23:04,918 80110 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-201186821", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd', '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-9e02df89-f36e-4d7a-9c29-efdd59fe7418', 'x-compute-request-id': 'req-9e02df89-f36e-4d7a-9c29-efdd59fe7418', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZrmpoV4TCDUc"}}' 2023-04-17 19:23:05,006 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.085s 2023-04-17 19:23:05,007 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:04 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-f3bac897-aa87-4191-affe-7837107ecf48', 'x-compute-request-id': 'req-f3bac897-aa87-4191-affe-7837107ecf48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:05Z", "updated": "2023-04-17T19:23:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23 140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:23:55,389 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.330s 2023-04-17 19:23:55,390 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-536f6e62-357c-4779-adaf-3282ffb3b6ca', 'x-compute-request-id': 'req-536f6e62-357c-4779-adaf-3282ffb3b6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:04Z", "updated": "2023-04-17T19:23:12Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:ab:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:23:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:23:55,405 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:24:56,247 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd/action 0.780s 2023-04-17 19:24:56,248 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-770114699"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:55 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-7d2bc444-7e8d-4c0d-9be6-9593c09e7bd1', 'x-compute-request-id': 'req-7d2bc444-7e8d-4c0d-9be6-9593c09e7bd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd/action'} Body: b'{"image_id": "66166410-da1e-4aeb-82ec-17538a144c53"}' 2023-04-17 19:24:56,284 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.033s 2023-04-17 19:24:56,284 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c48a71bc-eebd-4cc3-9f05-6b8eff46a7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:57,309 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.023s 2023-04-17 19:24:57,310 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dc8af969-d608-430b-8175-a986d313ebdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:58,333 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.021s 2023-04-17 19:24:58,334 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3212fa2d-b098-4512-a1d5-027cee500788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:24:59,360 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.024s 2023-04-17 19:24:59,360 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4f45a284-0b6d-4116-bb65-a3cf80ba08ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boo t_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:24:56Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:00,421 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.058s 2023-04-17 19:25:00,421 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-47e645e8-4355-4ef3-a3a2-c23861113871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:00Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,467 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.044s 2023-04-17 19:25:01,467 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-99dd8bfd-bc2f-4524-8250-80d56864f2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f55e55dc1be82c762e5baf5b674c9ae7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed92c82763d4114f4b3f6f1a3d4986bc18f444daace070fdf69df19b051868f9ae43cae8a770e281f60861ad5e42195c9d45f0d2b4ba0e985d5ca9c248a93a33", "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:01Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,490 80110 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/66166410-da1e-4aeb-82ec-17538a144c53 0.022s 2023-04-17 19:25:01,491 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2b54466b-1fb9-4f48-9e07-3ff6df488985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/66166410-da1e-4aeb-82ec-17538a144c53'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-770114699", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f55e55dc1be82c762e5baf5b674c9ae7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed92c82763d4114f4b3f6f1a3d4986bc18f444daa ce070fdf69df19b051868f9ae43cae8a770e281f60861ad5e42195c9d45f0d2b4ba0e985d5ca9c248a93a33", "id": "66166410-da1e-4aeb-82ec-17538a144c53", "created_at": "2023-04-17T19:24:56Z", "updated_at": "2023-04-17T19:25:01Z", "tags": [], "self": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53", "file": "/v2/images/66166410-da1e-4aeb-82ec-17538a144c53/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:25:01,779 80110 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/c2b23140-b111-4d4f-87f1-f890efb1bacd 0.288s 2023-04-17 19:25:01,780 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84bfdc3c-5496-4318-be96-3cb8fb975208', 'x-compute-request-id': 'req-84bfdc3c-5496-4318-be96-3cb8fb975208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd'} Body: b'{"server": {"id": "c2b23140-b111-4d4f-87f1-f890efb1bacd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-201186821", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:23:04Z", "updated": "2023-04-17T19:25:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:ab:d3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c2b23140-b111-4d4f-87f1-f890efb1bacd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:23:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:01,920 80110 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.102s 2023-04-17 19:26:01,921 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:01 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-4bb09fda-b6e2-4aa1-a063-d63e76426e89', '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": "564b229ded9 c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["TM765ezBTk-5FwNalENadA"], "expires_at": "2023-04-17T20:26:01.000000Z", "issued_at": "2023-04-17T19:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:01,921 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:02,556 80110 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.633s 2023-04-17 19:26:02,557 80110 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-979331799", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44', '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-5307f72d-0b4d-4cde-a699-61271397074c', 'x-compute-request-id': 'req-5307f72d-0b4d-4cde-a699-61271397074c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "cLub2AgsWXo4"}}' 2023-04-17 19:26:02,633 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.073s 2023-04-17 19:26:02,633 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:02 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-d181a60c-c033-48e9-be55-d4c1632df425', 'x-compute-request-id': 'req-d181a60c-c033-48e9-be55-d4c1632df425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-979331799", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:03Z", "updated": "2023-04-17T19:26:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:52,844 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.128s 2023-04-17 19:26:52,847 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 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-12e29ecd-c5ac-4b17-86b6-9aa11ee3f2fd', 'x-compute-request-id': 'req-12e29ecd-c5ac-4b17-86b6-9aa11ee3f2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"server": {"id": "d0932108-c0fc-41d8-a5cd-96af63350c44", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-979331799", "status": "ERROR", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:02Z", "updated": "2023-04-17T19:26:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d0932108-c0fc-41d8-a5cd-96af63350c44"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T19:26:10Z", "message": "Build of instance d0932108-c0fc-41d8-a5cd-96af63350c44 aborted: Volume 24e312f9-a852-4155-ac64-eb451ec652d0 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:26:52,864 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-17 19:26:53,373 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.508s 2023-04-17 19:26:53,374 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 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-187d310c-8ef7-4ec9-9e52-d83c60ac7aff', 'x-compute-request-id': 'req-187d310c-8ef7-4ec9-9e52-d83c60ac7aff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'' 2023-04-17 19:26:53,415 80110 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/d0932108-c0fc-41d8-a5cd-96af63350c44 0.039s 2023-04-17 19:26:53,415 80110 DEBUG [tempest.lib.common.rest_client] Re quest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 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-853e8b4e-c423-4814-b634-dda6932365f3', 'x-compute-request-id': 'req-853e8b4e-c423-4814-b634-dda6932365f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d0932108-c0fc-41d8-a5cd-96af63350c44'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d0932108-c0fc-41d8-a5cd-96af63350c44 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 32e323d0-d9fa-4657-82dd-c675f7b875bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:24:29,144 80098 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:24:29,144 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:24:29,246 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.099s 2023-04-17 19:24:29,246 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-223358557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:29 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-e63f79f9-63ac-4290-a6dc-d153ad0d1953', 'x-compute-request-id': 'req-e63f79f9-63ac-4290-a6dc-d153ad0d1953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-223358557", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ==", "fingerprint": "e7:2b:42:80:d2:69:5f:a6:c2:2d:4f:c4:90:1a:9e:f6", "user_id": "be6982f6dfac4e889b49f3d09b768ab9"}}' 2023-04-17 19:24:29,249 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-223358557 created 2023-04-17 19:24:29,399 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.149s 2023-04-17 19:24:29,400 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--605835493", "description": "tempest-description--1322113782"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2fb0a74d-f4c3-4a84-a973-fe7b72377497', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "name": "tempest-securitygroup--605835493", "stateful": true, "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "tempest-description--1322113782", "shared": false, "security_group_rules": [{"id": "0a566347-f213-4d86-b49a-e933f167af8c", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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": 714, "description": null, "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}, {"id": "2c6cfc86-0753-48e8-8659-fd4a8826ed84", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 713, "description": null, "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}], "tags": [], "created_at": "2023-04-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,552 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-17 19:24:29,553 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-0ccdbf6a-d4e1-445c-bf4d-048aef0e2a50', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34dbe50d-74cc-40a3-a4f8-3dcc2ab738b1", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,714 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-17 19:24:29,714 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4fea8120-bac7-4bd0-beb4-faa0e3c10104', 'date': 'Mon, 17 Apr 2023 19:24:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68fc5ec8-98ee-4c47-ac65-e27cfdfa6f78", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "a044626d-b17b-4c5c-8fd4-93d49f15d84a", "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-17T19:24:29Z", "updated_at": "2023-04-17T19:24:29Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:24:29,714 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--605835493 created 2023-04-17 19:24:30,451 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.735s 2023-04-17 19:24:30,451 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-1789d276-ce99-4346-a966-2c6701dd189d', 'date': 'Mon, 17 Apr 2023 19:24:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a764be2d-e740-43d3-9623-17daebbb7998", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.162", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:24:30Z", "updated_at": "2023-04-17T19:24:30Z", "revision_number": 0}}' 2023-04-17 19:24:30,452 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a764be2d-e740-43d3-9623-17daebbb7998', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.162', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:24:30Z', 'updated_at': '2023-04-17T19:24:30Z', 'revision_number': 0, 'ip': '172.24.4.162'} created 2023-04-17 19:24:30,494 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.036s 2023-04-17 19:24:30,494 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:30 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-23e463c0-b68e-44cf-b8ef-7f8034a8b835', '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": "be6982f6dfac4e889b49f3d09b768ab9", "name": "tempest-AttachVolumeTestJSON-1499959843-project-member", "password_expires_at": null}, "audit_ids": ["rKe4EXAKRgiRBIul5pd0DA"], "expires_at": "2023-04-17T20:24:30.000000Z", "issued_at": "2023-04-17T19:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "556ec6da247b4757b5f8919ad0c6f74f", "name": "tempest-AttachVolumeTestJSON-1499959843"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:24:30,495 80098 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '063d28ee-f0b9-491c-931e-2f16c7d13e88', 'name': 'tempest-AttachVolumeTestJSON-639780902-network', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37056, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:24:22Z', 'updated_at': '2023-04-17T19:24:22Z', 'revision_number': 1} available for tenant 2023-04-17 19:24:30,496 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-223358557', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHNLKl180oJBArYJwkSediN4VHfxv2wFSn4uxWv+NprkdjSHZzvBI0ZVsGO8X7k9mlwQuzxf5Z9D2toby6fTEGCM/d9Nhof7CRbLP/SR9q/MTSmvlcPWEHlYqvvfejXigQ==', 'fingerprint': 'e7:2b:42:80:d2:69:5f:a6:c2:2d:4f:c4:90:1a:9e:f6', 'user_id': 'be6982f6dfac4e889b49f3d09b768ab9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCx7a5z+2EuG7uquR1Kq+nZPO2oX/FYK+ElQmJAOPrqLqhjYH7wReOt\nmiMXbUxwtsmgBwYFK4EEACKhZANiAARzSypdfNKCQQK2CcJEnnYjeFR38b9sBUp+\nLsVr/jaa5HY0h2c7wSNGVbBjvF+5PZpcELs8X+WfQ9raG8un0xBgjP3fTYaH+wkW\nyz/0kfavzE0pr5XD1hB5WKr733o14oE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', 'name': 'tempest-securitygroup--605835493', 'stateful': True, 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': 'tempest-description--1322113782', 'shared': False, 'security_group_rules': [{'id': '0a566347-f213-4d86-b49a-e933f167af8c', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', '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': 714, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, {'id': '2c6cfc86-0753-48e8-8659-fd4a8826ed84', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': 'a044626d-b17b-4c5c-8fd4-93d49f15d84a', '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': 713, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}], 'tags': [], 'created_at': '2023-04-17T19:24:29Z', 'updated_at': '2023-04-17T19:24:29Z', 'revision_number': 1, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, 'floating_ip': {'id': 'a764be2d-e740-43d3-9623-17daebbb7998', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.162', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:24:30Z', 'updated_at': '2023-04-17T19:24:30Z', 'revision_number': 0, 'ip': '172.24.4.162'}} 2023-04-17 19:24:31,103 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.606s 2023-04-17 19:24:31,104 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1597100669", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "063d28ee-f0b9-491c-931e-2f16c7d13e88"}], "security_groups": [{"name": "tempest-securitygroup--605835493"}], "key_name": "tempest-keypair-223358557", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8ef1fc-4b4d-42b9-976b-a66b00f9fd68', 'x-compute-request-id': 'req-6e8ef1fc-4b4d-42b9-976b-a66b00f9fd68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--605835493"}], "adminPass": "password"}}' 2023-04-17 19:24:31,231 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.123s 2023-04-17 19:24:31,232 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:24:31 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-7427f251-d4f9-4005-8c5e-29ec9261c1d1', 'x-compute-request-id': 'req-7427f251-d4f9-4005-8c5e-29ec9261c1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "BUILD", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "h ref": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:24:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:21,513 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.219s 2023-04-17 19:25:21,514 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec5c113-f8f6-4ef2-93a7-9651f4c86ef6', 'x-compute-request-id': 'req-fec5c113-f8f6-4ef2-93a7-9651f4c86ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:24:38Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": "2023-04-17T19:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--605835493"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:21,552 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:26:21,791 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/os-interface 0.178s 2023-04-17 19:26:21,792 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-op enstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8b5b9fe-2c5a-41ac-8e01-9232b9788759', 'x-compute-request-id': 'req-e8b5b9fe-2c5a-41ac-8e01-9232b9788759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6", "mac_addr": "fa:16:3e:ee:bb:93", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "91572cab-8356-4bc1-8f3a-0c306585282b", "ip_address": "10.0.0.8"}]}]}' 2023-04-17 19:26:22,629 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998 0.833s 2023-04-17 19:26:22,629 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b0e1b84d-9df4-4f0f-9ef7-02a96eb204aa', 'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998'} Body: b'{"floatingip": {"id": "a764be2d-e740-43d3-9623-17daebbb7998", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.162", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "dd4588a1-d3c8-4011-8d3c-d6a3a192de12", "port_id": "c8b9090d-afb6-4b60-acaf-608fea1c82f6", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "mac_address": "fa:16:3e:ee:bb:93", "admin_state_up": true, "status": "ACTIVE", "device_id": "756691bf-01bc-480e-b3cb-182020386354", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:24:30Z", "updated_at": "2023-04-17T19:26:22Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:22,631 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,728 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,751 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,752 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:22,790 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/ips 0.038s 2023-04-17 19:26:22,791 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2142cd47-15f3-4d5e-99a5-6ea30064fefb', 'x-compute-request-id': 'req-2142cd47-15f3-4d5e-99a5-6ea30064fefb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-17 19:26:22,795 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '1 72.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,802 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,819 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,819 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:22,820 80098 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-17 19:26:22,820 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.162:22' as 'cirros' with public key authentication 2023-04-17 19:26:22,825 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:26:22,842 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:26:22,842 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.162 successfully created 2023-04-17 19:26:23,093 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes 0.224s 2023-04-17 19:26:23,094 80098 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-1126850907"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbeecb5-5440-4c5d-9c79-b8b5d4dd0519', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbeecb5-5440-4c5d-9c79-b8b5d4dd0519', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.027514", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:23,147 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf 0.043s 2023-04-17 19:26:23,147 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9ec0ad-2a6b-43ad-99c9-b29b469a4e9c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9ec0ad-2a6b-43ad-99c9-b29b469a4e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:24,204 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf 0.044s 2023-04-17 19:26:24,204 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ab2210-4b49-47c5-bf5e-2d63b99eb2af', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ab2210-4b49-47c5-bf5e-2d63b99eb2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf'} Body: b'{"volume": {"id": "32e323d0-d9fa-4657-82dd-c675f7b875bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:23.000000", "updated_at": "2023-04-17T19:26:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-1126850907", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/32e323d0-d9fa-4657-82dd-c675f7b875bf"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:26:24,336 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.120s 2023-04-17 19:26:24,336 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40068d0b-4d05-4c32-8b03-3184a2267aa9', 'x-compute-request-id': 'req-40068d0b-4d05-4c32-8b03-3184a2267aa9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'' 2023-04-17 19:26:24,509 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.172s 2023-04-17 19:26:24,510 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:24 GMT', 's erver': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a835eedc-4e72-4951-9693-f0d1cb15582b', 'x-compute-request-id': 'req-a835eedc-4e72-4951-9693-f0d1cb15582b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"server": {"id": "756691bf-01bc-480e-b3cb-182020386354", "name": "tempest-AttachVolumeTestJSON-server-1597100669", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:24:31Z", "updated": "2023-04-17T19:26:24Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}, {"version": 4, "addr": "172.24.4.162", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:bb:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/756691bf-01bc-480e-b3cb-182020386354"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223358557", "OS-SRV-USG:launched_at": "2023-04-17T19:24:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--605835493"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:14,589 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354 0.044s 2023-04-17 19:27:14,589 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-4f60009a-9d42-40e9-a6b9-d7eb57f4bc67', 'x-compute-request-id': 'req-4f60009a-9d42-40e9-a6b9-d7eb57f4bc67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/756691bf-01bc-480e-b3cb-182020386354'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 756691bf-01bc-480e-b3cb-182020386354 could not be found."}}' 2023-04-17 19:27:14,628 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223358557 0.037s 2023-04-17 19:27:14,628 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-a3640b2a-beeb-4534-8 8bf-d9ea6bdae4ef', 'x-compute-request-id': 'req-a3640b2a-beeb-4534-88bf-d9ea6bdae4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223358557'} Body: b'' 2023-04-17 19:27:14,766 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a 0.137s 2023-04-17 19:27:14,767 80098 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-441e808d-d861-48ab-b989-73e81aaf643e', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:27:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a'} Body: b'' 2023-04-17 19:27:14,786 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a 0.018s 2023-04-17 19:27:14,786 80098 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-517dae9b-4c99-4932-80cf-72244d3719de', 'date': 'Mon, 17 Apr 2023 19:27:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a044626d-b17b-4c5c-8fd4-93d49f15d84a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a044626d-b17b-4c5c-8fd4-93d49f15d84a does not exist", "detail": ""}}' 2023-04-17 19:27:15,201 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998 0.414s 2023-04-17 19:27:15,201 80098 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-9641d3cd-658e-414b-935e-c478bb40e8e9', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a764be2d-e740-43d3-9623-17daebbb7998'} Body: b'' 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 b8c12413-baae-45b9-91d0-5698499973aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:25:16,167 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.249s 2023-04-17 19:25:16,168 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c95e28d9-4d4c-4fe8-af9b-6452d81578b8', 'x-compute-request-id': 'req-c95e28d9-4d4c-4fe8-af9b-6452d81578b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:16,321 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.141s 2023-04-17 19:25:16,322 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3752cc5a-64a7-4b10-9a4c-3b365666aaa4', 'x-compute-request-id': 'req-3752cc5a-64a7-4b10-9a4c-3b365666aaa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:25:16,582 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.248s 2023-04-17 19:25:16,582 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34b2eb4-f70c-4e69-9524-08864b0346bb', 'x-compute-request-id': 'req-d34b2eb4-f70c-4e69-9524-08864b0346bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:26:16,942 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a 24418a4521ae88a754125/volumes 0.289s 2023-04-17 19:26:16,942 80114 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-893367086"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6b3fd62-1953-464f-b944-f4563f2e9a49', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6b3fd62-1953-464f-b944-f4563f2e9a49', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:16.884029", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:26:16,993 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa 0.041s 2023-04-17 19:26:16,993 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bda7ee6-8266-4b10-934e-7f87eed9741c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bda7ee6-8266-4b10-934e-7f87eed9741c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:17.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:26:18,047 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa 0.043s 2023-04-17 19:26:18,047 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63aa11f3-f261-4f57-9000-01b59c2282c2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63aa11f3-f261-4f57-9000-01b59c2282c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa'} Body: b'{"volume": {"id": "b8c12413-baae-45b9-91d0-5698499973aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:26:17.000000", "updated_at": "2023-04-17T19:26:17.000000", "name": "tempest-ServerActionsTestJSON-volume-893367086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/b8c12413-baae-45b9-91d0-5698499973aa"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:26:18,058 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-17 19:26:18,310 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.251s 2023-04-17 19:26:18,311 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e87e59f-5777-48b1-bd73-3772aa79e2d2', 'x-compute-request-id': 'req-4e87e59f-5777-48b1-bd73-3772aa79e2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "securit y_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76738594-1f8a-44bd-b03a-a8b0a6de72a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:12,620 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.218s 2023-04-17 19:26:12,621 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26: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-a36f8950-20dd-446c-8122-60b18d3d5ef4', 'x-compute-request-id': 'req-a36f8950-20dd-446c-8122-60b18d3d5ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:12,891 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes 0.198s 2023-04-17 19:27:12,892 80100 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-590643800"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76252a1b-5cc0-4fe9-80b9-d760842c2ffd', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76252a1b-5cc0-4fe9-80b9-d760842c2ffd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:12.828754", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210 /volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:27:12,944 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2 0.042s 2023-04-17 19:27:12,944 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992af9d6-c2c9-41e6-b45d-db6c18861dbc', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992af9d6-c2c9-41e6-b45d-db6c18861dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:13.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:27:13,996 80100 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/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2 0.040s 2023-04-17 19:27:13,997 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9dfb539-b298-4fa8-b8e3-086ed19294b8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9dfb539-b298-4fa8-b8e3-086ed19294b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2'} Body: b'{"volume": {"id": "76738594-1f8a-44bd-b03a-a8b0a6de72a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:27:13.000000", "updated_at": "2023-04-17T19:27:13.000000", "name": "tempest-ServersNegativeTestJSON-volume-590643800", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/81b869ed530a4a77bda0e6ec61125c2c/volumes/76738594-1f8a-44bd-b03a-a8b0a6de72a2"}], "user_id": "82191afa221843d9ba371a0082792089", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-at tr:tenant_id": "81b869ed530a4a77bda0e6ec61125c2c"}}' 2023-04-17 19:27:14,248 80100 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551 0.240s 2023-04-17 19:27:14,248 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:14 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-7b2d0f5d-3d97-4227-9b49-2441730b3ead', 'x-compute-request-id': 'req-7b2d0f5d-3d97-4227-9b49-2441730b3ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551'} Body: b'{"server": {"id": "de57ac54-e4d0-4d8c-89a7-af9af02af551", "name": "tempest-ServersNegativeTestJSON-server-1607216134", "status": "ACTIVE", "tenant_id": "81b869ed530a4a77bda0e6ec61125c2c", "user_id": "82191afa221843d9ba371a0082792089", "metadata": {}, "hostId": "d061db1a8ef4f4aa4b6141cc60f117971b6ccef01f2cb9051d841ea7", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:19:37Z", "updated": "2023-04-17T19:19:55Z", "addresses": {"tempest-ServersNegativeTestJSON-619491042-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:fd:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de57ac54-e4d0-4d8c-89a7-af9af02af551"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:19:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_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 3754c7fc-b6a1-4113-bdc0-972ff8decfc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:27:18,674 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.289s 2023-04-17 19:27:18,674 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b2e2d9d-997b-4ef2-877f-d84245acb452', 'x-compute-request-id': 'req-0b2e2d9d-997b-4ef2-877f-d84245acb452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:18,908 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.223s 2023-04-17 19:27:18,909 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc03767-3a1a-4d0c-b00d-9fca76272f32', 'x-compute-request-id': 'req-fcc03767-3a1a-4d0c-b00d-9fca76272f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:19,070 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.150s 2023-04-17 19:27:19,070 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec996b68-069f-4193-a4fb-1bc210a1933c', 'x-compute-request-id': 'req-ec996b68-069f-4193-a4fb-1bc210a1933c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f-ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:19,241 80114 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.0 94s 2023-04-17 19:28:19,241 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9c12f27-5366-45c7-9cc1-d6b42af1d87c', '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": "c7139a40814447f4b88dd52668ecd59d", "name": "tempest-ServerActionsTestJSON-644666636-project-member", "password_expires_at": null}, "audit_ids": ["YmwgLsrXSgqlI-r12UUw5A"], "expires_at": "2023-04-17T20:28:19.000000Z", "issued_at": "2023-04-17T19:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91deb1d3c8a24418a4521ae88a754125", "name": "tempest-ServerActionsTestJSON-644666636"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:28:19,242 80114 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '22799884-d82d-4a57-90e4-1306755381a4', 'name': 'tempest-ServerActionsTestJSON-544330153-network', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '91deb1d3c8a24418a4521ae88a754125', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43290, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [ ], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:20:19Z', 'updated_at': '2023-04-17T19:20:19Z', 'revision_number': 1} available for tenant 2023-04-17 19:28:19,242 80114 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1417148967', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEtXp8yeN6uma8/oYBoIRPj0Zo/wAKjol3E6Y/FGxG5tPDGoE2C+iHY1jnEVn9vbl6nBAzBbd2pTPNAGry7WEho9yb1VbFblBersWW8BRNa+BgVzTGhRqni5WcoalEiHBA==', 'fingerprint': '63:9e:d4:38:a6:62:7d:db:74:d9:c7:c4:29:04:72:9f', 'user_id': 'c7139a40814447f4b88dd52668ecd59d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCR5clamfWEOJ12PCULlW5avl6qLKZot/YPKgsQSdWaAv8wa+ILnRrS\n5i2S10uq7sugBwYFK4EEACKhZANiAARLV6fMnjerpmvP6GAaCET49GaP8ACo6Jdx\nOmPxRsRubTwxqBNgvoh2NY5xFZ/b25epwQMwW3dqUzzQBq8u1hIaPcm9VWxW5QXq\n7FlvAUTWvgYFc0xoUap4uVnKGpRIhwQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', 'name': 'tempest-securitygroup--359644290', 'stateful': True, 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'description': 'tempest-description--389010068', 'shared': False, 'security_group_rules': [{'id': '3f5c62b7-4ea1-4237-8989-801fa3362594', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'security_group_id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', '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': 503, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 0, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}, {'id': '5bd03c78-abca-4245-a6dd-215a8d4e4832', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'security_group_id': '4327d7cc-c7a1-4479-b8ad-2ba0559cf2a1', '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': 502, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 0, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}], 'tags': [], 'created_at': '2023-04-17T19:20:28Z', 'updated_at': '2023-04-17T19:20:28Z', 'revision_number': 1, 'project_id': '91deb1d3c8a24418a4521ae88a754125'}, 'floating_ip': {'id': 'a2301f06-a4e8-4e9f-812b-292d01b7f743', 'tenant_id': '91deb1d3c8a24418a4521ae88a754125', 'floating_ip_address': '172.24.4.14', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '91deb1d3c8a24418a4521ae88a754125', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:20:29Z', 'updated_at': '2023-04-17T19:20:29Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-04-17 19:28:19,602 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes 0.359s 2023-04-17 19:28:19,602 80114 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-891247094", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb8a845-ecc5-4bcc-b7ca-d09fefaa174d', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb8a845-ecc5-4bcc-b7ca-d09 fefaa174d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:19.541534", "updated_at": null, "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:28:19,650 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.038s 2023-04-17 19:28:19,650 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a455fe3-0158-41c1-9147-8509b4e5a732', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a455fe3-0158-41c1-9147-8509b4e5a732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:20.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:28:20,704 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.043s 2023-04-17 19:28:20,705 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95a3f96-5154-4ebb-aaaa-33039642944b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95a3f96-5154-4ebb-aaaa-33039642944b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"volume": {"id": "3754c7fc-b6a1-4113-bdc0-972ff8decfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:20.000000", "up dated_at": "2023-04-17T19:28:20.000000", "name": "tempest-tempest.common.compute-volume-891247094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8"}], "user_id": "c7139a40814447f4b88dd52668ecd59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91deb1d3c8a24418a4521ae88a754125"}}' 2023-04-17 19:28:20,809 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.094s 2023-04-17 19:28:20,810 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d65974-27c2-4228-b7f4-3244b9492dd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'' 2023-04-17 19:28:20,831 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8 0.021s 2023-04-17 19:28:20,832 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6573c928-7c54-48ee-9430-8b9659a787cf', 'x-openstack-request-id': 'req-6573c928-7c54-48ee-9430-8b9659a787cf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/91deb1d3c8a24418a4521ae88a754125/volumes/3754c7fc-b6a1-4113-bdc0-972ff8decfc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3754c7fc-b6a1-4113-bdc0-972ff8decfc8 could not be found."}}' 2023-04-17 19:28:20,832 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-17 19:28:21,051 80114 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94 0.217s 2023-04-17 19:28:21,052 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de80e0fc-8075-4a6d-b1c8-0787e01d2411', 'x-compute-request-id': 'req-de80e0fc-8075-4a6d-b1c8-0787e01d2411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94'} Body: b'{"server": {"id": "8127b02c-63f1-482d-a98f -ab3c59a58c94", "name": "tempest-ServerActionsTestJSON-server-830075267", "status": "ACTIVE", "tenant_id": "91deb1d3c8a24418a4521ae88a754125", "user_id": "c7139a40814447f4b88dd52668ecd59d", "metadata": {}, "hostId": "4671e1415b3468a525e253b352f18f57e2f85c73cd10a010052ec186", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:20:31Z", "updated": "2023-04-17T19:20:39Z", "addresses": {"tempest-ServerActionsTestJSON-544330153-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}, {"version": 4, "addr": "172.24.4.14", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8127b02c-63f1-482d-a98f-ab3c59a58c94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1417148967", "OS-SRV-USG:launched_at": "2023-04-17T19:20:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--359644290"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:50,582 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.250s 2023-04-17 19:26:50,582 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1273943855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVD136bv74Gab5KCFJpcy2FFXkk+CauMLZpaTWXr8NE/TtZq+1iRlGJcGITHysAx77CBWuqK1H5ck5ZaQSCxaXOSUy537x0Wy+WoqFAbNLp61y0JpsB+G8VHBa/kDOfJw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a4a4e3-bc8f-48f6-816c-5973a4f3dd69', 'x-compute-request-id': 'req-f3a4a4e3-bc8f-48f6-816c-5973a4f3dd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1273943855", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKVD136bv74Gab5KCFJpcy2FFXkk+CauMLZpaTWXr8NE/TtZq+1iRlGJcGITHysAx77CBWuqK1H5ck5ZaQSCxaXOSUy537x0Wy+WoqFAbNLp61y0JpsB+G8VHBa/kDOfJw==", "fingerprint": "7f:aa:da:ae:57:6a:f3:e1:9f:d8:7f:bc:32:97:dc:d3", "user_id": "20ec6b067a9748b28c34d3e4bc002215"}}' 2023-04-17 19:26:50,780 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.194s 2023-04-17 19:26:50,780 80112 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-1337443382", "description": "tempest-secgroup-smoke-1337443382 description", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-1e8463f7-9129-42b1-8fc5-ec938aea51b0', 'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "name": "tempest-secgroup-smoke-1337443382", "stateful": true, "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "description": "tempest-secgroup-smoke-1337443382 description", "shared": false, "security_group_rules": [{"id": "1b7b9619-6cd0-465f-9fd3-aa3c3dcfa733", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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": 814, "description": null, "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}, {"id": "32f31271-52b3-4b4a-b383-29b86a3e59f4", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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": 815, "description": null, "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}], "tags": [], "created_at": "2023-04-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number" : 1, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:50,940 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-17 19:26:50,940 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "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-852c810b-dbfc-40d7-8fd8-6c857e8ad12b', 'date': 'Mon, 17 Apr 2023 19:26:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7af27e01-298e-4e72-bb28-6160e6f32001", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:50Z", "updated_at": "2023-04-17T19:26:50Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,093 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-17 19:26:51,093 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "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-ab9d8f78-82af-4d63-858e-aeef2b816bd4', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e8d29fc3-1209-40d2-987b-f21dbd56aa06", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,391 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.297s 2023-04-17 19:26:51,391 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a82cc6bc-aba3-4c8f-b261-c0abd59a0218', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "37f6b178-af2f-40a6-9796-c07c954c835e", "tenant_id": "e4cd64 d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,557 80112 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-17 19:26:51,557 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-bd3f40f7-ef6c-4a1d-a6bf-5e2557efc7b0', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8456fb0c-1c4f-4bc2-9708-cf0132f66ddc", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,716 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-17 19:26:51,716 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-da99ac99-2499-4cac-b9ec-59758aa817c9', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b848f5fe-fd5f-47bf-8603-6c12cf14c0de", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,875 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-17 19:26:51,875 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-00c6cf33-e531-468d-9d8d-dbd4ea82e700', 'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b8d7f2f8-5780-4853-9ad3-90e9c4e22a3d", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "security_group_id": "e4cc690c-146e-418b-a533-c3348ec4ec06", "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-17T19:26:51Z", "updated_at": "2023-04-17T19:26:51Z", "revision_number": 0, "project_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:26:51,915 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-17 19:26:51,915 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8672c4c8-1bc3-48ae-a922-beccf92c8683', '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": "20ec6b067a9748b28c34d3e4bc002215", "name": "tempest-SnapshotDataIntegrityTests-945301851-project-member", "password_expires_at": null}, "audit_ids": ["-eprc0X3StC-aS9n5c2LSw"], "expires_at": "2023-04-17T20:26:51.000000Z", "issued_at": "2023-04-17T19:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4cd64d251bb4dd4a678262e95a3d0a5", "name": "tempest-SnapshotDataIntegrityTests-945301851"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e4cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e4 cd64d251bb4dd4a678262e95a3d0a5", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:51,916 80112 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': 'db4a515e-21cd-4234-803c-6a35e67f7d05', 'name': 'tempest-SnapshotDataIntegrityTests-1464764694-network', 'tenant_id': 'e4cd64d251bb4dd4a678262e95a3d0a5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e4cd64d251bb4dd4a678262e95a3d0a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46149, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:26:37Z', 'updated_at': '2023-04-17T19:26:37Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:52,863 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.946s 2023-04-17 19:26:52,864 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "networks": [{"uuid": "db4a515e-21cd-4234-803c-6a35e67f7d05"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63fbee85-d609-47cc-b00b-fc00830c90ae', 'x-compute-request-id': 'req-63fbee85-d609-47cc-b00b-fc00830c90ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "adminPass": "y7x6i42UPYSu"}}' 2023-04-17 19:26:52,934 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.067s 2023-04-17 19:26:52,934 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d031963b-8914-46ca-8792-2fbb1de2af6c', 'x-compute-request-id': 'req-d031963b-8914-46ca-8792-2fbb1de2af6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe 2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "BUILD", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:53Z", "updated": "2023-04-17T19:26:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:43,220 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.226s 2023-04-17 19:27:43,220 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f265f4b5-c411-4e3d-892d-7909313587d7', 'x-compute-request-id': 'req-f265f4b5-c411-4e3d-892d-7909313587d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:27:43,241 80112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:28:43,494 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.233s 2023-04-17 19:28:43,495 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcaffe00-918c-4917-9a81-0b08fe50a856', 'x-compute-request-id': 'req-bcaffe00-918c-4917-9a81-0b08fe50a856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:43,738 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes 0.231s 2023-04-17 19:28:43,738 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213f1d43-8630-4d8a-9d49-e8970d1b57b3', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213f1d43-8630-4d8a-9d49-e8970d1b57b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:43.673187", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcd c08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:28:43,791 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.043s 2023-04-17 19:28:43,791 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78461666-860b-4137-8f4b-864773f527eb', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78461666-860b-4137-8f4b-864773f527eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:44.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:28:44,842 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.037s 2023-04-17 19:28:44,842 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5303f00-9858-4b19-a867-d913cf8ffb91', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5303f00-9858-4b19-a867-d913cf8ffb91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"volume": {"id": "5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:28:44.000000", "updated_at": "2023-04-17T19:28:44.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1260050391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59"}], "user_id": "20ec6b067a9748b28c34d3e4bc002215", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id ": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5"}}' 2023-04-17 19:28:44,951 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.098s 2023-04-17 19:28:44,951 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-ada96738-f635-442e-957d-4efcec062e5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'' 2023-04-17 19:28:44,973 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 0.021s 2023-04-17 19:28:44,974 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-bc66c298-f15f-409e-abdc-9c616a5f4be3', 'x-openstack-request-id': 'req-bc66c298-f15f-409e-abdc-9c616a5f4be3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e4cd64d251bb4dd4a678262e95a3d0a5/volumes/5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5efcdc08-ebb3-4cb4-adb7-7c24b1e67f59 could not be found."}}' 2023-04-17 19:28:45,089 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.114s 2023-04-17 19:28:45,089 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8c1b25-5597-4258-ace1-0dcf65c594f2', 'x-compute-request-id': 'req-1b8c1b25-5597-4258-ace1-0dcf65c594f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'' 2023-04-17 19:28:45,272 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.181s 2023-04-17 19:28:45,272 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d46e3613-d516-44ce-a718-ca063b8a1e7a', 'x-compute-request-id': 'req-d46e3613-d516-44ce-a718-ca063b8a1e7a', 'connection': 'close', 'status': '200', 'c ontent-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"server": {"id": "e67a686c-07b7-4438-af74-a8e5303dfe2e", "name": "tempest-SnapshotDataIntegrityTests-server-1903773649", "status": "ACTIVE", "tenant_id": "e4cd64d251bb4dd4a678262e95a3d0a5", "user_id": "20ec6b067a9748b28c34d3e4bc002215", "metadata": {}, "hostId": "b96a947b33d63cdc92e5517c553e1d6eb637141bc6af9d185b16bd55", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:26:52Z", "updated": "2023-04-17T19:28:45Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1464764694-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:8d:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1273943855", "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1337443382"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:29:35,383 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e 0.044s 2023-04-17 19:29:35,384 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c5cf05fe-1c88-43fe-9af1-7a9815d8a6a5', 'x-compute-request-id': 'req-c5cf05fe-1c88-43fe-9af1-7a9815d8a6a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e67a686c-07b7-4438-af74-a8e5303dfe2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e67a686c-07b7-4438-af74-a8e5303dfe2e could not be found."}}' 2023-04-17 19:29:35,581 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e4cc690c-146e-418b-a533-c3348ec4ec06 0.196s 2023-04-17 19:29:35,581 80112 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-8ff2f087-c3c0-4521-b4cc-3957701dbfe8', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e4cc690c-146e-418b-a533-c3348ec4ec06'} Body: b'' 2023-04-17 19:29:35,612 80112 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1273943855 0.030s 2023-04-17 19:29:35,612 80112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad0e3dfc-f8ec-4ad6-a7fa-fc99b46d3fe2', 'x-compute-request-id': 'req-ad0e3dfc-f8ec-4ad6-a7fa-fc99b46d3fe2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1273943855'} 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 651e4f40-de06-4c55-bed2-d5c9f27c0d5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:27:15,205 80098 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:27:15,205 80098 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:27:15,261 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2023-04-17 19:27:15,261 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1216049893", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e3c0af-f744-4351-b1bc-1413c07a7d2b', 'x-compute-request-id': 'req-c8e3c0af-f744-4351-b1bc-1413c07a7d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1216049893", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA==", "fingerprint": "2e:1a:30:be:3b:cd:9a:10:64:67:42:da:88:33:f1:ea", "user_id": "be6982f6dfac4e889b49f3d09b768ab9"}}' 2023-04-17 19:27:15,264 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1216049893 created 2023-04-17 19:27:15,415 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2023-04-17 19:27:15,416 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1607350649", "description": "tempest-description--1225880299"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4dd40442-0051-4851-8e21-8b188ec8fc3d', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "name": "tempest-securitygroup--1607350649", "stateful": true, "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "tempest-description--1225880299", "shared": false, "security_group_rules": [{"id": "3a5c1529-1554-4a9e-aafa-da9ab39f1ddd", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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": 826, "description": null, "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}, {"id": "a8e6dad6-1c50-4e1d-94f9-d76600543c41", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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": 825, "description": null, "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}], "tags": [], "created_at": "2023-04-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,579 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-04-17 19:27:15,579 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-a1d63ea4-58fa-475e-a68c-e5cde4937bb2', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ee1ae0a-932e-470d-b6af-8496fc130e3f", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,729 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.149s 2023-04-17 19:27:15,730 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-85d06bdc-9a28-49f8-b16b-71dce2f7ff5e', 'date': 'Mon, 17 Apr 2023 19:27:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d173b3c5-79bf-431c-9f4f-80765d3dce57", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "security_group_id": "531cc934-a5ea-4703-a01e-83dd2277bc5b", "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-17T19:27:15Z", "updated_at": "2023-04-17T19:27:15Z", "revision_number": 0, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:27:15,730 80098 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1607350649 created 2023-04-17 19:27:16,715 80098 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.984s 2023-04-17 19:27:16,715 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-39c5bfc0-8b94-4d67-8113-1ae82ee98169', 'date': 'Mon, 17 Apr 2023 19:27:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f7782bb7-fb9c-4042-a11e-c9a456efce07", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.167", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "556ec6da247b4757b5f8919ad0c6f74f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:27:16Z", "updated_at": "2023-04-17T19:27:16Z", "revision_number": 0}}' 2023-04-17 19:27:16,716 80098 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f7782bb7-fb9c-4042-a11e-c9a456efce07', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.167', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:27:16Z', 'updated_at': '2023-04-17T19:27:16Z', 'revision_number': 0, 'ip': '172.24.4.167'} created 2023-04-17 19:27:16,810 80098 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.088s 2023-04-17 19:27:16,811 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:16 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-13c1846d-0797-4868-8bad-69f11696d91c', '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": "be6982f6dfac4e889b49f3d09b768ab9", "name": "tempest-AttachVolumeTestJSON-1499959843-project-member", "password_expires_at": null}, "audit_ids": ["wnszEYO3R82DIPgmQRw9gA"], "expires_at": "2023-04-17T20:27:16.000000Z", "issued_at": "2023-04-17T19:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "556ec6da247b4757b5f8919ad0c6f74f", "name": "tempest-AttachVolumeTestJSON-1499959843"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:27:16,811 80098 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '063d28ee-f0b9-491c-931e-2f16c7d13e88', 'name': 'tempest-AttachVolumeTestJSON-639780902-network', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37056, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:24:22Z', 'updated_at': '2023-04-17T19:24:22Z', 'revision_number': 1} available for tenant 2023-04-17 19:27:16,812 80098 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1216049893', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8pghbS/grB1fLgAdFFEbKI9Ux2uSjZgP4QEQkhqMkSFxWn9RIkNjFTWIMxrPZQBB9J39/rR+VMsUNUUIDOGXb3Wc7TrHWmUwbGbg34WHGIV1sjMVgxk6T9/TqsjchjoA==', 'fingerprint': '2e:1a:30:be:3b:cd:9a:10:64:67:42:da:88:33:f1:ea', 'user_id': 'be6982f6dfac4e889b49f3d09b768ab9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDQDw3gvXWE+oSfQjvMfDEg+kmMG1cFsNXVroBQswlATKorrXSGgigX\ngsXEEDhAfcugBwYFK4EEACKhZANiAARfKYIW0v4KwdXy4AHRRRGyiPVMdrko2YD+\nEBEJIajJEhcVp/USJDYxU1iDMaz2UAQfSd/f60flTLFDVFCAzhl291nO06x1plMG\nxm4N+FhxiFdbIzFYMZOk/f06rI3IY6A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', 'name': 'tempest-securitygroup--1607350649', 'stateful': True, 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': 'tempest-description--1225880299', 'shared': False, 'security_group_rules': [{'id': '3a5c1529-1554-4a9e-aafa-da9ab39f1ddd', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', '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': 826, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, {'id': 'a8e6dad6-1c50-4e1d-94f9-d76600543c41', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'security_group_id': '531cc934-a5ea-4703-a01e-83dd2277bc5b', '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': 825, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 0, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}], 'tags': [], 'created_at': ' 2023-04-17T19:27:15Z', 'updated_at': '2023-04-17T19:27:15Z', 'revision_number': 1, 'project_id': '556ec6da247b4757b5f8919ad0c6f74f'}, 'floating_ip': {'id': 'f7782bb7-fb9c-4042-a11e-c9a456efce07', 'tenant_id': '556ec6da247b4757b5f8919ad0c6f74f', 'floating_ip_address': '172.24.4.167', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '556ec6da247b4757b5f8919ad0c6f74f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:27:16Z', 'updated_at': '2023-04-17T19:27:16Z', 'revision_number': 0, 'ip': '172.24.4.167'}} 2023-04-17 19:27:17,673 80098 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.852s 2023-04-17 19:27:17,676 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1310117122", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "063d28ee-f0b9-491c-931e-2f16c7d13e88"}], "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "key_name": "tempest-keypair-1216049893", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32c9512-d6c9-43df-8aa2-8787ff9506ef', 'x-compute-request-id': 'req-a32c9512-d6c9-43df-8aa2-8787ff9506ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "adminPass": "password"}}' 2023-04-17 19:27:17,758 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.072s 2023-04-17 19:27:17,758 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f3456c-95ba-408f-ba24-ff2451c59a2b', 'x-compute-request-id': 'req-22f3456c-95ba-408f-ba24-ff2451c59a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "BUILD", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:18Z", "updated": "2023-04-17T19:27:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:08,028 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.219s 2023-04-17 19:28:08,029 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:07 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-b95e0718-68fb-4157-a3f3-2aa9ab475714', 'x-compute-request-id': 'req-b95e0718-68fb-4157-a3f3-2aa9ab475714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:17Z", "updated": "2023-04-17T19:27:24Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": "2023-04-17T19:27:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:28:08,040 80098 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:29:08,286 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/os-interface 0.185s 2023-04-17 19:29:08,287 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'applica tion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56f03de-dc85-44f5-a404-d768bad22ec8', 'x-compute-request-id': 'req-d56f03de-dc85-44f5-a404-d768bad22ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f", "mac_addr": "fa:16:3e:33:49:db", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "91572cab-8356-4bc1-8f3a-0c306585282b", "ip_address": "10.0.0.13"}]}]}' 2023-04-17 19:29:09,020 80098 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/f7782bb7-fb9c-4042-a11e-c9a456efce07 0.728s 2023-04-17 19:29:09,020 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-3d52e848-c8a3-46ec-a7a6-784c88f016b4', 'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07'} Body: b'{"floatingip": {"id": "f7782bb7-fb9c-4042-a11e-c9a456efce07", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "floating_ip_address": "172.24.4.167", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "dd4588a1-d3c8-4011-8d3c-d6a3a192de12", "port_id": "cdf8a944-65d0-4239-88f3-f2a2aedc996f", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "063d28ee-f0b9-491c-931e-2f16c7d13e88", "mac_address": "fa:16:3e:33:49:db", "admin_state_up": true, "status": "ACTIVE", "device_id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:27:16Z", "updated_at": "2023-04-17T19:29:08Z", "revision_number": 1, "project_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:09,027 80098 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.167:22' as 'cirros' with public key authentication 2023-04-17 19:29:09,065 80098 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:29:09,088 80098 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:29:09,089 80098 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.167 successfully created 2023-04-17 19:29:09,131 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/ips 0.041s 2023-04-17 19:29:09,132 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 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-fcc61d0d-915f-4be4-a8b4-dad1299a408a', 'x-compute-request-id': 'req-fcc61d0d-915f-4be4-a8b4-dad1299a408a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-17 19:29:09 ,368 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes 0.232s 2023-04-17 19:29:09,368 80098 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-49099915"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc64a33a-3e9a-45e4-a6ca-73e1f8f89f54', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc64a33a-3e9a-45e4-a6ca-73e1f8f89f54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.299502", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:29:09,423 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e 0.044s 2023-04-17 19:29:09,423 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31df928c-69d8-44e2-b687-82fad59e6ef8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31df928c-69d8-44e2-b687-82fad59e6ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:10,492 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e 0.056s 2023-04-17 19:29:10,492 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44652f74-e173-46df-91e7-05594cd7d0df', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44652f74-e173-46df-91e7-05594cd7d0df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e'} Body: b'{"volume": {"id": "651e4f40-de06-4c55-bed2-d5c9f27c0d5e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:29:09.000000", "updated_at": "2023-04-17T19:29:09.000000", "name": "tempest-AttachVolumeTestJSON-volume-49099915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/556ec6da247b4757b5f8919ad0c6f74f/volumes/651e4f40-de06-4c55-bed2-d5c9f27c0d5e"}], "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "556ec6da247b4757b5f8919ad0c6f74f"}}' 2023-04-17 19:29:10,621 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.117s 2023-04-17 19:29:10,622 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec6f8009-d02c-4980-aa4d-df2dc05e64d1', 'x-compute-request-id': 'req-ec6f8009-d02c-4980-aa4d-df2dc05e64d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'' 2023-04-17 19:29:10,897 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.275s 2023-04-17 19:29:10,898 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1663', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8717bf43-e627-4753-a1a2-91eb5b34e347', 'x-compute-request-id': 'req-8717bf43-e627-4753-a1a2-91eb5b34e347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"server": {"id": "159e8d5b-3396-46ef-a3d1-c628431c2b46", "name": "tempest-AttachVolumeTestJSON-server-1310117122", "status": "ACTIVE", "tenant_id": "556ec6da247b4757b5f8919ad0c6f74f", "user_id": "be6982f6dfac4e889b49f3d09b768ab9", "metadata": {}, "hostId": "88ffd6c7f5ed5b99c6913d6b2c773b843af4d5b054d4939bc3112cb0", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:27:17Z", "updated": "2023-04-17T19:29:11Z", "addresses": {"tempest-AttachVolumeTestJSON-639780902-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}, {"version": 4, "addr": "172.24.4.167", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1216049893", "OS-SRV-USG:launched_at": "2023-04-17T19:27:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1607350649"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:01,086 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46 0.126s 2023-04-17 19:30:01,087 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c2ad88b8-2917-4bef-8a07-cf667382d47b', 'x-compute-request-id': 'req-c2ad88b8-2917-4bef-8a07-cf667382d47b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/159e8d5b-3396-46ef-a3d1-c628431c2b46'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 159e8d5b-3396-46ef-a3d1-c628431c2b46 could not be found."}}' 2023-04-17 19:30:01,113 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1216049893 0.025s 2023-04-17 19:30:01,114 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33df1e9-9deb-450e-b069-28212625c3db', 'x-compute-request-id': 'req-c33df1e9-9deb-450e-b069-28212625c3db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1216049893'} Body: b'' 2023-04-17 19:30:01,245 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b 0.131s 2023-04-17 19:30:01,246 80098 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-42a294b8-8fb5-43fe-8e23-7756c4d2e6c1', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b'} Body: b'' 2023-04-17 19:30:01,264 80098 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b 0.018s 2023-04-17 19:30:01,264 80098 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-14620b2f-31b0-4d04-a819-d93ceafa5c35', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/531cc934-a5ea-4703-a01e-83dd2277bc5b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 531cc934-a5ea-4703-a01e-83dd2277bc5b does not exist", "detail": ""}}' 2023-04-17 19:30:01,748 80098 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07 0.483s 2023-04-17 19:30:01,748 80098 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-1d410ee1-b103-4a52-a242-1b5a4f8d51cf', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:30:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f7782bb7-fb9c-4042-a11e-c9a456efce07'} Body: b'' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e52fdc8-e601-4268-98cf-5bae938dd413 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:06,991 80098 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.423s 2023-04-17 19:30:06,991 80098 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-1870805510"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56e10536-6bdd-47f2-9b61-0a93073baaa9', 'x-compute-request-id': 'req-56e10536-6bdd-47f2-9b61-0a93073baaa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:30:06.883109", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 19:30:07,197 80098 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/9e52fdc8-e601-4268-98cf-5bae938dd413 0.201s 2023-04-17 19:30:07,197 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12ae9001-f9eb-4f8e-9772-0aa436c59a18', 'x-compute-request-id': 'req-12ae9001-f9eb-4f8e-9772-0aa436c59a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-17T19:30:07.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-17 19:30:08,260 80098 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/9e52fdc8-e601-4268-98cf-5bae938dd413 0.057s 2023-04-17 19:30:08,260 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed403ee-519f-4baf-9479-70c399c264d9', 'x-compute-request-id': 'req-5ed403ee-519f-4baf-9479-70c399c264d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/9e52fdc8-e601-4268-98cf-5bae938dd413'} Body: b'{"volume": {"id": "9e52fdc8-e601-4268-98cf-5bae938dd413", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 7T19:30:07.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1870805510", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63778b5a-3759-4dbc-8644-577d2bc860d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:12,903 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes 0.320s 2023-04-17 19:30:12,903 80098 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-651660657"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69657ae-2c1b-4fb2-bb56-63d59f12de1a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69657ae-2c1b-4fb2-bb56-63d59f12de1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:12.822487", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:12,955 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.043s 2023-04-17 19:30:12,956 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62273679-6e39-4661-8ab9-31647d7c446d', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62273679-6e39-4661-8ab9-31647d7c446d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,036 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.069s 2023-04-17 19:30:14,037 80098 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c800f934-d004-4089-9175-51733b56c88d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c800f934-d004-4089-9175-51733b56c88d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": "2023-04-17T19:30:13.000000", "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,117 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.069s 2023-04-17 19:30:14,118 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10502e72-21da-482d-923c-a4c69c133dc5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10502e72-21da-482d-923c-a4c69c133dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"volume": {"id": "63778b5a-3759-4dbc-8644-577d2bc860d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:13.000000", "updated_at": "2023-04-17T19:30:13.000000", "name": "tempest-VolumesServicesTestJSON-Volume-651660657", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1"}], "user_id": "f388b6b9b7cb4b858651e416578029f0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9310b02130b4402883e4d0992fab8a33"}}' 2023-04-17 19:30:14,248 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.120s 2023-04-17 19:30:14,248 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:14 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-fb56c885-ebb8-4592-b5c8-aa2f870e6082', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'' 2023-04-17 19:30:14,295 80098 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1 0.046s 2023-04-17 19:30:14,295 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19: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-e5aa4a1f-bcb1-4535-8046-920868562ec8', 'x-openstack-request-id': 'req-e5aa4a1f-bcb1-4535-8046-920868562ec8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9310b02130b4402883e4d0992fab8a33/volumes/63778b5a-3759-4dbc-8644-577d2bc860d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63778b5a-3759-4dbc-8644-577d2bc860d1 could not be found."}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c95debdb-96dc-4fbc-a819-5108a768ff26 failed to build and is in ERROR status tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 272eb182-9df5-4e64-9e85-ed7765b08222 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:21,420 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.168s 2023-04-17 19:30:21,420 80114 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-1345148432"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e378a0-530b-4596-9dae-9875a430de0d', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e378a0-530b-4596-9dae-9875a430de0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "91638a82-a13b-4b79-9b51-332bb73db1e6", "name": "tempest-GroupSnapshotsTest-volume-type-1345148432", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:21,457 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.033s 2023-04-17 19:30:21,457 80114 DEBUG [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-156769865"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749bc7a4-a861-4820-8f99-ba742ca4740f', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749bc7a4-a861-4820-8f99-ba742ca4740f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "name": "tempest-GroupSnapshotsTest-group-type-156769865", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:21,650 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.190s 2023-04-17 19:30:21,650 80114 DEBUG [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": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "name": "tempest-GroupSnapshotsTest-Group-1945150128"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2368864e-d073-4a9e-86cd-3cd973ad1df8', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2368864e-d073-4a9e-86cd-3cd973ad1df8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "name": "tempest-GroupSnapshotsTest-Group-1945150128"}}' 2023-04-17 19:30:21,687 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.034s 2023-04-17 19:30:21,688 80114 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': 'Mon, 17 Apr 2023 19:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a87d955-9d09-40ac-99e2-a58d6906c6f4', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a87d955-9d09-40ac-99e2-a58d6906c6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:30:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1945150128", "description": null, "group_type": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:22,725 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.032s 2023-04-17 19:30:22,725 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44f13975-b691-44e0-adcc-08c97957c768', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44f13975-b691-44e0-adcc-08c97957c768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"group": {"id": "272eb182-9df5-4e64-9e85-ed7765b08222", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1945150128", "description": null, "group_type": "c85c044e-e55c-4b63-896d-2b0377bbeb58", "volume_types": ["91638a82-a13b-4b79-9b51-332bb73db1e6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:22,791 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.061s 2023-04-17 19:30:22,792 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f80f8cd-bc51-43aa-8610-6cd0e0241e0f', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f80f8cd-bc51-43aa-8610-6cd0e0241e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:22,869 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222/action 0.067s 2023-04-17 19:30:22,870 80114 DEBUG [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': 'Mon, 17 Apr 2023 19:30:22 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-1998d199-7dbd-4b09-a151-3b1d2fd242cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222/action'} Body: b'' 2023-04-17 19:30:22,889 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222 0.019s 2023-04-17 19:30:22,890 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 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-0933a77d-6c94-4109-88fa-5d04fd325a48', 'x-openstack-request-id': 'req-0933a77d-6c94-4109-88fa-5d04fd325a48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/272eb182-9df5-4e64-9e85-ed7765b08222'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 272eb182-9df5-4e64-9e85-ed7765b08222 could not be found."}}' 2023-04-17 19:30:22,919 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/c85c044e-e55c-4b63-896d-2b0377bbeb58 0.028s 2023-04-17 19:30:22,919 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 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-6e22ac48-8496-44e4-b458-8e0fa69e8030', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/c85c044e-e55c-4b63-896d-2b0377bbeb58'} Body: b'' 2023-04-17 19:30:22,969 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6 0.050s 2023-04-17 19:30:22,970 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05697b7-4290-44eb-b5ae-9a71eb21ace1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6'} Body: b'' 2023-04-17 19:30:22,986 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6 0.016s 2023-04-17 19:30:22,987 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5877f299-0a65-4356-90c9-88f31f6ec756', 'x-openstack-request-id': 'req-5877f299-0a65-4356-90c9-88f31f6ec756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/91638a82-a13b-4b79-9b51-332bb73db1e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 91638a82-a13b-4b79-9b51-332bb73db1e6 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 6fbdc85d-0ce8-41d5-b345-e3ede00fb047 failed to build and is in ERROR status 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 8b995051-08b4-4123-b9af-f21ea85dda23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:23,021 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.031s 2023-04-17 19:30:23,022 80114 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-2104370789"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4150e19b-623d-46d5-a3e4-529930479e43', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4150e19b-623d-46d5-a3e4-529930479e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0", "name": "tempest-GroupSnapshotsTest-volume-type-2104370789", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:23,054 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.029s 2023-04-17 19:30:23,054 80114 DEBUG [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-604195508"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddcc35b-90a7-4dd7-8932-350544c16fde', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddcc35b-90a7-4dd7-8932-350544c16fde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "59ac03c0-1762-4f61-9762-1e9e2106690c", "name": "tempest-GroupSnapshotsTest-group-type-604195508", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:23,131 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.074s 2023-04-17 19:30:23,131 80114 DEBUG [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": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "name": "tempest-GroupSnapshotsTest-Group-309396931"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a19dacf-3d3c-47e5-b395-15c8667fa9a0', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a19dacf-3d3c-47e5-b395-15c8667fa9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "name": "tempest-GroupSnapshotsTest-Group-309396931"}}' 2023-04-17 19:30:23,166 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.032s 2023-04-17 19:30:23,166 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e90f6d8-75b7-40ff-ae03-95aa57fffe3e', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e90f6d8-75b7-40ff-ae03-95aa57fffe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:30:23.000000", "name": "tempest-GroupSnapshotsTest-Group-309396931", "description": null, "group_type": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:24,204 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.032s 2023-04-17 19:30:24,204 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec9e4cbc-e628-4e34-8c1a-7188e2e9fd5b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec9e4cbc-e628-4e34-8c1a-7188e2e9fd5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"group": {"id": "8b995051-08b4-4123-b9af-f21ea85dda23", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:23.000000", "name": "tempest-GroupSnapshotsTest-Group-309396931", "description": null, "group_type": "59ac03c0-1762-4f61-9762-1e9e2106690c", "volume_types": ["bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:24,208 80114 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-17 19:30:24,276 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.067s 2023-04-17 19:30:24,276 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-589ce484-6a01-4e5a-8dde-71a62411f72b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-589ce484-6a01-4e5a-8dde-71a62411f72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:24,356 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23/action 0.06 9s 2023-04-17 19:30:24,357 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-b3341338-c12f-494d-a8ab-a85c79cc2ba1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23/action'} Body: b'' 2023-04-17 19:30:24,372 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23 0.015s 2023-04-17 19:30:24,372 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-6185ff69-3b73-4209-b8ed-bdf375204fa9', 'x-openstack-request-id': 'req-6185ff69-3b73-4209-b8ed-bdf375204fa9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/8b995051-08b4-4123-b9af-f21ea85dda23'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8b995051-08b4-4123-b9af-f21ea85dda23 could not be found."}}' 2023-04-17 19:30:24,409 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/59ac03c0-1762-4f61-9762-1e9e2106690c 0.035s 2023-04-17 19:30:24,409 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 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-c987ba91-7924-4da9-9cbf-c55953498a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/59ac03c0-1762-4f61-9762-1e9e2106690c'} Body: b'' 2023-04-17 19:30:24,462 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 0.052s 2023-04-17 19:30:24,462 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-2f7a9487-90f5-4ae4-b65e-71aaafd5b2ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0'} Body: b'' 2023-04-17 19:30:24,478 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 0.016s 2023-04-17 19:30:24,479 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-75621b03-f0dd-4f89-ade3-82d86c503790', 'x-openstack-request-id': 'req-75621b03-f0dd-4f89-ade3-82d86c503790', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bedb3ef7-ca9f-48aa-9f43-f099c6ea56d0 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 4a087515-5bc0-4551-b777-063d3bc4b3a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:24,515 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types 0.033s 2023-04-17 19:30:24,516 80114 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-704507226"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4476fc4b-a81f-48f9-8c41-752595ee410c', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4476fc4b-a81f-48f9-8c41-752595ee410c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types'} Body: b'{"volume_type": {"id": "6816296e-62d4-471e-a36b-d88a9c6d6d57", "name": "tempest-GroupSnapshotsTest-volume-type-704507226", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:30:24,552 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types 0.032s 2023-04-17 19:30:24,552 80114 DEBUG [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-2020162877"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d9352a-1640-45ab-8ed8-25adaf7a2a36', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d9352a-1640-45ab-8ed8-25adaf7a2a36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types'} Body: b'{"group_type": {"id": "77651b71-aa3f-4ca5-ac6e-172231d75740", "name": "tempest-GroupSnapshotsTest-group-type-2020162877", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:30:24,700 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups 0.145s 2023-04-17 19:30:24,701 80114 DEBUG [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": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "name": "tempest-GroupSnapshotsTest-Group-1689072771"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f134d4f3-750e-4c39-a7e1-7f00297a682c', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f134d4f3-750e-4c39-a7e1-7f00297a682c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "name": "tempest-GroupSnapshotsTest-Group-1689072771"}}' 2023-04-17 19:30:24,735 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.032s 2023-04-17 19:30:24,735 80114 D EBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e7a4ae-70d8-4ddc-8c7f-0087e214b654', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e7a4ae-70d8-4ddc-8c7f-0087e214b654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1689072771", "description": null, "group_type": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:25,775 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.035s 2023-04-17 19:30:25,776 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c0f0473-2091-4c78-906f-0ee6e5b54f94', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c0f0473-2091-4c78-906f-0ee6e5b54f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"group": {"id": "4a087515-5bc0-4551-b777-063d3bc4b3a1", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1689072771", "description": null, "group_type": "77651b71-aa3f-4ca5-ac6e-172231d75740", "volume_types": ["6816296e-62d4-471e-a36b-d88a9c6d6d57"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:30:25,862 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail 0.081s 2023-04-17 19:30:25,862 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923290fc-78fa-4ad3-8d53-188f0bff5f02', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923290fc-78fa-4ad3-8d53-188f0bff5f02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:30:25,943 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1/action 0.071s 2023-04-17 19:30:25,943 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-df966560-dc3d-413b-bc01-cf954d5349f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1/action'} Body: b'' 2023-04-17 19:30:25,965 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1 0.021s 2023-04-17 19:30:25,965 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-26a5db1c-a8a3-41c4-9a18-4df6fbca6225', 'x-openstack-request-id': 'req-26a5db1c-a8a3-41c4-9a18-4df6fbca6225', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2edc673b0b824b34b46c0a9fbfaed45d/groups/4a087515-5bc0-4551-b777-063d3bc4b3a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4a087515-5bc0-4551-b777-063d3bc4b3a1 could not be found."}}' 2023-04-17 19:30:25,998 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/77651b71-aa3f-4ca5-ac6e-172231d75740 0.032s 2023-04-17 19:30:25,998 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-290960a6-4a11-4c41-bdc8-75d634511934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/group_types/77651b71-aa3f-4ca5-ac6e-172231d75740'} Body: b'' 2023-04-17 19:30:26,060 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57 0.061s 2023-04-17 19:30:26,061 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-24eac33f-2c90-4ed4-837e-913a2716936a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57'} Body: b'' 2023-04-17 19:30:26,078 80114 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57 0.017s 2023-04-17 19:30:26,078 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Mon, 17 Apr 2023 19:30:26 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-201a24f1-de03-4b3f-a110-bba0223a739b', 'x-openstack-request-id': 'req-201a24f1-de03-4b3f-a110-bba0223a739b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6e7551fef7a4b8d8a297e7676fa6d93/types/6816296e-62d4-471e-a36b-d88a9c6d6d57'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6816296e-62d4-471e-a36b-d88a9c6d6d57 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b4cbc88-59a6-4b50-b50a-79751185c88e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:25,382 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes 0.400s 2023-04-17 19:30:25,382 80098 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-966584469"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce73b9d-ff50-4e24-828f-064ede25f83e', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce73b9d-ff50-4e24-828f-064ede25f83e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.319219", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:25,449 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.057s 2023-04-17 19:30:25,449 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51df44f-edd3-4f11-8ada-55fa5ee99f59', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51df44f-edd3-4f11-8ada-55fa5ee99f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,499 80098 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/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.038s 2023-04-17 19:30:26,500 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fbcf361-c860-4b87-8e12-2139d1aefc84', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fbcf361-c860-4b87-8e12-2139d1aefc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": "2023-04-17T19:30:25.000000", "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,551 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.036s 2023-04-17 19:30:26,551 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a2e956-30ff-4a70-a529-081586a23b2a', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a2e956-30ff-4a70-a529-081586a23b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"volume": {"id": "7b4cbc88-59a6-4b50-b50a-79751185c88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:25.000000", "updated_at": "2023-04-17T19:30:25.000000", "name": "tempest-VolumesTransfersV357Test-Volume-966584469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:26,670 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.104s 2023-04-17 19:30:26,670 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 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-67f20aaa-62db-4cea-b491-fc4171e2d131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'' 2023-04-17 19:30:26,693 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e 0.023s 2023-04-17 19:30:26,694 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 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-3f1474c2-96da-4d6d-a4d7-ef79793a1ba1', 'x-openstack-request-id': 'req-3f1474c2-96da-4d6d-a4d7-ef79793a1ba1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/7b4cbc88-59a6-4b50-b50a-79751185c88e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7b4cbc88-59a6-4b50-b50a-79751185c88e 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 2143492c-5b5e-433a-996f-0560de274479 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:26,904 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes 0.207s 2023-04-17 19:30:26,905 80098 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-1195749493"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa19355-e53c-4e27-a030-b261e0dbccc8', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa19355-e53c-4e27-a030-b261e0dbccc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:26.845678", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:26,959 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.045s 2023-04-17 19:30:26,960 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c86808-ce2f-4d02-ab0c-090f9c8f06c1', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c86808-ce2f-4d02-ab0c-090f9c8f06c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,012 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.040s 2023-04-17 19:30:28,012 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67867c0d-63e9-4f34-97f3-55d553b7025b', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67867c0d-63e9-4f34-97f3-55d553b7025b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": "2023-04-17T19:30:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,061 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.038s 2023-04-17 19:30:28,061 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba97b0e4-72cd-463e-9666-e63dfefec4fc', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba97b0e4-72cd-463e-9666-e63dfefec4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"volume": {"id": "2143492c-5b5e-433a-996f-0560de274479", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:27.000000", "updated_at": "2023-04-17T19:30:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1195749493", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479"}], "user_id": "4398a3af6e8a40f291a66bf3e334d32d", "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": "86c173b6d2eb447696ad002a808e3276"}}' 2023-04-17 19:30:28,172 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.100s 2023-04-17 19:30:28,173 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 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-864a1cf4-85f7-441d-887c-e3439560dbcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'' 2023-04-17 19:30:28,195 80098 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479 0.021s 2023-04-17 19:30:28,195 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:28 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-9ee756f5-3d96-4f01-8950-922aca9c6e2c', 'x-openstack-request-id': 'req-9ee756f5-3d96-4f01-8950-922aca9c6e2c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/86c173b6d2eb447696ad002a808e3276/volumes/2143492c-5b5e-433a-996f-0560de274479'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2143492c-5b5e-433a-996f-0560de274479 could not be found."}}' 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 45286a9b-aed0-49eb-88b5-7fc9c9e13791 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:31,450 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes 0.392s 2023-04-17 19:30:31,450 80098 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-710540605"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe2250c-ba17-4399-90cb-69c5cf1d25aa', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe2250c-ba17-4399-90cb-69c5cf1d25aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.394521", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:31,512 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.043s 2023-04-17 19:30:31,512 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c873cf51-21e5-4f8e-a6be-ae4c83362329', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c873cf51-21e5-4f8e-a6be-ae4c83362329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,614 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.082s 2023-04-17 19:30:32,614 80098 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5608440d-e298-4687-a872-640f385ed8ea', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5608440d-e298-4687-a872-640f385ed8ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": "2023-04-17T19:30:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,663 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.037s 2023-04-17 19:30:32,663 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec328fa5-8470-46b1-9242-0858eccfbef2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec328fa5-8470-46b1-9242-0858eccfbef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"volume": {"id": "45286a9b-aed0-49eb-88b5-7fc9c9e13791", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-17T19:30:31.000000", "updated_at": "2023-04-17T19:30:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-710540605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791"}], "user_id": "73cc5b57566d4c4a95d8e79632fbafc9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d5bf1c110cd4886bec1d345daa3b91e"}}' 2023-04-17 19:30:32,802 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.128s 2023-04-17 19:30:32,802 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 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-e10ec7ed-1505-4fc9-bd0c-7e851a002503', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'' 2023-04-17 19:30:32,831 80098 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791 0.028s 2023-04-17 19:30:32,831 80098 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-041118d7-a63f-499e-8489-89d8515bf1aa', 'x-openstack-request-id': 'req-041118d7-a63f-499e-8489-89d8515bf1aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d5bf1c110cd4886bec1d345daa3b91e/volumes/45286a9b-aed0-49eb-88b5-7fc9c9e13791'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45286a9b-aed0-49eb-88b5-7fc9c9e13791 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 634fc760-0208-416f-a3b9-5b4fb18d94d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:33,253 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes 0.356s 2023-04-17 19:30:33,254 80114 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-1239045945"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38dafbb0-84c7-40a1-829b-058849bb86be', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38dafbb0-84c7-40a1-829b-058849bb86be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.194049", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:33,348 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.085s 2023-04-17 19:30:33,348 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee57c18-433e-4b8d-8fb8-7261ec675120', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee57c18-433e-4b8d-8fb8-7261ec675120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,404 80114 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/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.044s 2023-04-17 19:30:34,405 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ac659d-a7e3-4d95-b17b-47a7de6b4888', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ac659d-a7e3-4d95-b17b-47a7de6b4888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": "2023-04-17T19:30:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,457 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.039s 2023-04-17 19:30:34,458 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcb0ce7-bc4d-473a-8b95-2ce42432c3b3', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcb0ce7-bc4d-473a-8b95-2ce42432c3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"volume": {"id": "634fc760-0208-416f-a3b9-5b4fb18d94d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:33.000000", "updated_at": "2023-04-17T19:30:33.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1239045945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:34,615 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.142s 2023-04-17 19:30:34,616 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-77db8656-1e56-4ce4-8d85-e472d581450d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'' 2023-04-17 19:30:34,640 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6 0.023s 2023-04-17 19:30:34,640 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30: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-37313cdd-b7f0-4a10-b57b-764e8de4943d', 'x-openstack-request-id': 'req-37313cdd-b7f0-4a10-b57b-764e8de4943d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/634fc760-0208-416f-a3b9-5b4fb18d94d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 634fc760-0208-416f-a3b9-5b4fb18d94d6 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 83674a60-d747-406c-bf11-d624a9897b91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:34,848 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes 0.203s 2023-04-17 19:30:34,848 80114 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-1480019595"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f89e0f-3fbd-4cd7-9b8b-c1489e3f687d', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f89e0f-3fbd-4cd7-9b8b-c1489e3f687d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:34.771741", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-17 19:30:34,908 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.050s 2023-04-17 19:30:34,908 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8107bc-0323-4168-ae26-024adc147d56', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8107bc-0323-4168-ae26-024adc147d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:35,962 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.042s 2023-04-17 19:30:35,963 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acd06b9-80e5-4d10-a2a9-a5f9bc3bf252', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acd06b9-80e5-4d10-a2a9-a5f9bc3bf252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": "2023-04-17T19:30:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:36,038 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.065s 2023-04-17 19:30:36,039 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384175df-3368-4df9-b4bf-ff780251b8b4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384175df-3368-4df9-b4bf-ff780251b8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"volume": {"id": "83674a60-d747-406c-bf11-d624a9897b91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:35.000000", "updated_at": "2023-04-17T19:30:35.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1480019595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91"}], "user_id": "0db1e9c111ab41eabd064d6166abd9c8", "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": "609d0287997c4ef3891718299014b42b"}}' 2023-04-17 19:30:36,161 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.111s 2023-04-17 19:30:36,161 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:36 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-0e6cff4f-a6a9-4eb8-afd4-c2a079b80a8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'' 2023-04-17 19:30:36,187 80114 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91 0.025s 2023-04-17 19:30:36,187 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:36 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-4f90842c-0deb-4557-b120-e0e172ec52f5', 'x-openstack-request-id': 'req-4f90842c-0deb-4557-b120-e0e172ec52f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/609d0287997c4ef3891718299014b42b/volumes/83674a60-d747-406c-bf11-d624a9897b91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83674a60-d747-406c-bf11-d624a9897b91 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:30:39,705 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes 0.408s 2023-04-17 19:30:39,706 80114 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-956717221"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c8d48e-e1f4-472e-a5c2-08e72418a6da', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c8d48e-e1f4-472e-a5c2-08e72418a6da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:39.639093", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:30:39,794 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c 0.070s 2023-04-17 19:30:39,795 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3823e6-0423-4018-9e9d-ee4d1d08039e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3823e6-0423-4018-9e9d-ee4d1d08039e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:40.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a0175a15c044bc4ba0f6a857f088c5a"}}' 2023-04-17 19:30:40,848 80114 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c 0.041s 2023 -04-17 19:30:40,848 80114 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f0ef36-3629-40d6-aadc-4bf8a68fb8cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f0ef36-3629-40d6-aadc-4bf8a68fb8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c'} Body: b'{"volume": {"id": "3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:30:40.000000", "updated_at": "2023-04-17T19:30:40.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-956717221", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0a0175a15c044bc4ba0f6a857f088c5a/volumes/3bfd61af-e2ff-436a-b4e0-82ebfbb66a4c"}], "user_id": "263807420e68406db666ba34b55ef13c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a0175a15c044bc4ba0f6a857f088c5a"}}' 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 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-17T19:30:00Z', 'message': 'Build of instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f aborted: Volume 04a28295-248a-4d3b-b5c3-4a275fccc9f1 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-22ac2bf5-dce7-44fa-99d8-aee74c33b647. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:26:53,529 80110 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.079s 2023-04-17 19:26:53,530 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 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-29e06e6e-2d3d-415c-a735-5c5827837b04', '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": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["n8h2E0poSN-lxj2ubwlKyw"], "expires_at": "2023-04-17T20:26:53.000000Z", "issued_at": "2023-04-17T19:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:26:53,531 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:26:54,298 80110 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.766s 2023-04-17 19:26:54,299 80110 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-573934540", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e', '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-acb141b5-48ce-4588-acdb-c45797500f27', 'x-compute-request-id': 'req-acb141b5-48ce-4588-acdb-c45797500f27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2XbDFpeZ4Tuf"}}' 2023-04-17 19:26:54,380 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.078s 2023-04-17 19:26:54,381 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:26:54 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-473ff346-f055-4695-8ada-8bcd8dc81067', 'x-compute-request-id': 'req-473ff346-f055-4695-8ada-8bcd8dc81067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:26:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257 428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:27:44,702 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.260s 2023-04-17 19:27:44,703 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:27:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb923dc9-5738-463c-a768-7b05e3583fdd', 'x-compute-request-id': 'req-fb923dc9-5738-463c-a768-7b05e3583fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:27:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:e6:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:27:44,718 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:28:45,704 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e/action 0.927s 2023-04-17 19:28:45,704 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-989448091"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28: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-f0e26ff1-ac7a-47e8-94cf-d57cba9a246b', 'x-compute-request-id': 'req-f0e26ff1-ac7a-47e8-94cf-d57cba9a246b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e/action'} Body: b'{"image_id": "d25469ea-f170-481b-9224-0125ab5e3cce"}' 2023-04-17 19:28:45,733 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.026s 2023-04-17 19:28:45,733 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-74a059cc-16a6-48ac-936f-d227fe7691ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:46,758 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.023s 2023-04-17 19:28:46,758 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d14793e-781f-4961-b9af-e2dd59a290ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:47,783 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.023s 2023-04-17 19:28:47,783 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5971bd81-0755-40a4-a534-7efe5816a201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:48,807 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.022s 2023-04-17 19:28:48,807 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-355bf0d7-8c67-41d9-b4c7-73c662ba0332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boo t_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:46Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:49,833 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.024s 2023-04-17 19:28:49,833 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-80e35b79-9eb6-4b20-b408-60f45e77aa9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "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": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:50Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:50,858 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.022s 2023-04-17 19:28:50,858 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6c8e41e7-0690-41e5-a4a8-b626c422c148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "3ee99db3513af5f3f041ddf53c14cf92", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7b3450d58d7c5fe52c38b8c043f345a62351b688a2c04459c9ebcf3e6988835f4e7dfec18c1c632a23bea334ea81ac5c090ef6d071eb2c6ee3b148740a5d20c0", "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:51Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:50,883 80110 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/d25469ea-f170-481b-9224-0125ab5e3cce 0.024s 2023-04-17 19:28:50,883 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a245cfd7-fea1-4e37-8f1b-d027753fa4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce'} Body: b'{"base_image_ref": "003f99eb-9d8f-4734-989c-fb7e29875453", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "owner_id": "99dac87706794aafbb9794b3b4f863c4", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111", "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-1906361111-project-member", "user_id": "564b229ded9c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-989448091", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "3ee99db3513af5f3f041ddf53c14cf92", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "99dac87706794aafbb9794b3b4f863c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7b3450d58d7c5fe52c38b8c043f345a62351b688a 2c04459c9ebcf3e6988835f4e7dfec18c1c632a23bea334ea81ac5c090ef6d071eb2c6ee3b148740a5d20c0", "id": "d25469ea-f170-481b-9224-0125ab5e3cce", "created_at": "2023-04-17T19:28:46Z", "updated_at": "2023-04-17T19:28:51Z", "tags": [], "self": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce", "file": "/v2/images/d25469ea-f170-481b-9224-0125ab5e3cce/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:28:51,108 80110 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/aa257428-cbc8-412e-8260-1ef8a1e2584e 0.224s 2023-04-17 19:28:51,109 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d32afb7-ab7f-467a-bd50-2d8b946f323c', 'x-compute-request-id': 'req-4d32afb7-ab7f-467a-bd50-2d8b946f323c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e'} Body: b'{"server": {"id": "aa257428-cbc8-412e-8260-1ef8a1e2584e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-573934540", "status": "ACTIVE", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "4ea8c69312e47b1b9c55ca9ec8c9126cace6f050ef8e672bbc2a373f", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:26:54Z", "updated": "2023-04-17T19:28:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-247616462-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:e6:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aa257428-cbc8-412e-8260-1ef8a1e2584e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-17T19:27:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:29:51,224 80110 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.087s 2023-04-17 19:29:51,225 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:51 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-283d43af-968b-4666-bed1-94bbde3b5f58', '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": "564b229ded9 c40dfa3a6afc15663c832", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111-project-member", "password_expires_at": null}, "audit_ids": ["5I5ghz5xQzKWTr0MmAjQhw"], "expires_at": "2023-04-17T20:29:51.000000Z", "issued_at": "2023-04-17T19:29:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99dac87706794aafbb9794b3b4f863c4", "name": "tempest-ServerBootFromVolumeStableRescueTest-1906361111"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/99dac87706794aafbb9794b3b4f863c4", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:29:51,225 80110 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'e7a6280a-93ff-4c57-8b63-ab13755c3ae2', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-247616462-network', 'tenant_id': '99dac87706794aafbb9794b3b4f863c4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '99dac87706794aafbb9794b3b4f863c4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49519, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:22:56Z', 'updated_at': '2023-04-17T19:22:56Z', 'revision_number': 1} available for tenant 2023-04-17 19:29:52,807 80110 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.581s 2023-04-17 19:29:52,808 80110 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-2035806341", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "003f99eb-9d8f-4734-989c-fb7e29875453", "destination_type": "volume"}], "networks": [{"uuid": "e7a6280a-93ff-4c57-8b63-ab13755c3ae2"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f', '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-22ac2bf5-dce7-44fa-99d8-aee74c33b647', 'x-compute-request-id': 'req-22ac2bf5-dce7-44fa-99d8-aee74c33b647', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fytzhGcKcP4p"}}' 2023-04-17 19:29:52,891 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.080s 2023-04-17 19:29:52,891 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:52 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-82970201-2755-4398-8b63-01415b214e50', 'x-compute-request-id': 'req-82970201-2755-4398-8b63-01415b214e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2035806341", "status": "BUILD", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:29:53Z", "updated": "2023-04-17T19:29:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:30:43,132 80110 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_im age_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.184s 2023-04-17 19:30:43,132 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dda75845-12fa-4ee3-a88e-7f160c4db570', 'x-compute-request-id': 'req-dda75845-12fa-4ee3-a88e-7f160c4db570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"server": {"id": "8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2035806341", "status": "ERROR", "tenant_id": "99dac87706794aafbb9794b3b4f863c4", "user_id": "564b229ded9c40dfa3a6afc15663c832", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-17T19:29:52Z", "updated": "2023-04-17T19:30:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-17T19:30:00Z", "message": "Build of instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f aborted: Volume 04a28295-248a-4d3b-b5c3-4a275fccc9f1 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-17 19:30:43,147 80110 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-17 19:30:43,710 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.563s 2023-04-17 19:30:43,710 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:43 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-2e876026-671f-4c12-8a19-7682a025d8fa', 'x-compute-request-id': 'req-2e876026-671f-4c12-8a19-7682a025d8fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'' 2023-04-17 19:30:43,750 80110 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/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f 0.039s 2023-04-17 19:30:43,750 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:43 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-bf814855-c49e-4cdc-a60d-5e362f5ebd48', 'x-compute-request-id': 'req-bf814855-c49e-4cdc-a60d-5e362f5ebd48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d3539b6-ccfb-4e80-a07e-2eca3bb53d1f could not be found."}}' 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 a73deb2b-3f33-4780-b5c5-cb9f61a85313 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:29:16,218 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:29:16,218 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:29:16,443 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.208s 2023-04-17 19:29:16,447 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-230504393", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:16 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-38c41d6a-f863-403b-aad8-3fe333f3ec8d', 'x-compute-request-id': 'req-38c41d6a-f863-403b-aad8-3fe333f3ec8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-230504393", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg==", "fingerprint": "91:18:0e:e6:81:f5:a9:40:f9:5d:e2:3c:f1:cd:48:ad", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:29:16,455 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-230504393 created 2023-04-17 19:29:16,621 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-04-17 19:29:16,621 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1796464064", "description": "tempest-description--512548272"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fa5c33cb-416e-4960-870d-41937c7efd69', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "name": "tempest-securitygroup--1796464064", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--512548272", "shared": false, "security_group_rules": [{"id": "69ce06c3-2a1b-4a9f-93c8-240a1baa9582", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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": 846, "description": null, "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "c206f257-80e1-4a68-ba6b-b75455984e14", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 845, "description": null, "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,813 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-17 19:29:16,813 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-4e78b6a8-101d-4bcd-9505-6f64431ce62a', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ecf1afee-b79b-4d7a-98e4-ede8a72ff61c", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,966 80100 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-17 19:29:16,966 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47ffc2dd-21a2-428c-af59-8768b09c21d6', 'date': 'Mon, 17 Apr 2023 19:29:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0489c53b-e896-4ff5-8bb2-4b4722cfbb3d", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "2303d44c-4ae8-4184-ab2b-591dfc80af5c", "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-17T19:29:16Z", "updated_at": "2023-04-17T19:29:16Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:29:16,967 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1796464064 created 2023-04-17 19:29:17,816 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.849s 2023-04-17 19:29:17,817 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-f490a8b5-7b09-4cbc-a819-60dba1aee88a', 'date': 'Mon, 17 Apr 2023 19:29:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "917ddc81-d0be-4090-862a-b14c45c3f2cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.228", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:29:17Z", "updated_at": "2023-04-17T19:29:17Z", "revision_number": 0}}' 2023-04-17 19:29:17,817 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '917ddc81-d0be-4090-862a-b14c45c3f2cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.228', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:29:17Z', 'updated_at': '2023-04-17T19:29:17Z', 'revision_number': 0, 'ip': '172.24.4.228'} created 2023-04-17 19:29:17,864 80100 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.035s 2023-04-17 19:29:17,864 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:17 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-26f57e04-9cd6-4dd1-8c57-8cf269aeba0d', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["-OBbHgFCRmSRUZ9yRpOV1Q"], "expires_at": "2023-04-17T20:29:17.000000Z", "issued_at": "2023-04-17T19:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionO ne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:29:17,865 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:29:17,866 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-230504393', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKoh6btI1N8v02OAqoY73sk1NEtsxAEqVgZhSufp/5leO9PzsogoihJ2E0Af4OM1VrfjVkbXZY5dI3UFil25XylQnaL8FmA547R5sB8m4MdAkxf5hIfj3pIcb1OUN9xOpg==', 'fingerprint': '91:18:0e:e6:81:f5:a9:40:f9:5d:e2:3c:f1:cd:48:ad', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAibop8JlGD7G0CvYqSeYmOiM+dKhv4L4bOme4wSh6NEM5H5OaXICaH\nqpBPiZZK0jKgBwYFK4EEACKhZANiAASqIem7SNTfL9NjgKqGO97JNTRLbMQBKlYG\nYUrn6f+ZXjvT87KIKIoSdhNAH+DjNVa341ZG12WOXSN1BYpduV8pUJ2i/BZgOeO0\nebAfJuDHQJMX+YSH496SHG9TlDfcTqY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', 'name': 'tempest-securitygroup--1796464064', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--512548272', 'shared': False, 'security_group_rules': [{'id': '69ce06c3-2a1b-4a9f-93c8-240a1baa9582', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', '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': 846, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'c206f257-80e1-4a68-ba6b-b75455984e14', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '2303d44c-4ae8-4184-ab2b-591dfc80af5c', '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': 845, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b6 4fa15994'}], 'tags': [], 'created_at': '2023-04-17T19:29:16Z', 'updated_at': '2023-04-17T19:29:16Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '917ddc81-d0be-4090-862a-b14c45c3f2cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.228', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:29:17Z', 'updated_at': '2023-04-17T19:29:17Z', 'revision_number': 0, 'ip': '172.24.4.228'}} 2023-04-17 19:29:18,647 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.779s 2023-04-17 19:29:18,647 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-838608747", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "key_name": "tempest-keypair-230504393", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08a3bb28-54a2-406b-87ce-f489f8063f46', 'x-compute-request-id': 'req-08a3bb28-54a2-406b-87ce-f489f8063f46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "adminPass": "password"}}' 2023-04-17 19:29:18,718 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.068s 2023-04-17 19:29:18,719 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:29:18 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-84acc3ed-d8d2-4e2f-98f3-9b3c5c7a358a', 'x-compute-request-id': 'req-84acc3ed-d8d2-4e2f-98f3-9b3c5c7a358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:19Z", "updated": "2023-04-17T19:29:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:09,055 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.278s 2023-04-17 19:30:09,056 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:30:08 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-b4cce6b2-2503-49a2-a015-89ce59a6ce60', 'x-compute-request-id': 'req-b4cce6b2-2503-49a2-a015-89ce59a6ce60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:18Z", "updated": "2023-04-17T19:29:26Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": "2023-04-17T19:29:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:30:09,067 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:31:09,296 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112/os-interface 0.182s 2023-04-17 19:31:09,296 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:09 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-938d77c5-edb8-475e-be98-7f2c4105ee0e', 'x-compute-request-id': 'req-938d77c5-edb8-475e-be98-7f2c4105ee0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a", "mac_addr": "fa:16:3e:61:19:fb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.12"}]}]}' 2023-04-17 19:31:09,972 80100 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/917ddc81-d0be-4090-862a-b14c45c3f2cc 0.671s 2023-04-17 19:31:09,973 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-59614fc5-e627-4af8-a9df-5def0a7cfa36', 'date': 'Mon, 17 Apr 2023 19:31:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc'} Body: b'{"floatingip": {"id": "917ddc81-d0be-4090-862a-b14c45c3f2cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.228", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "58da74d1-c40a-42be-b3d3-ffc1b29d270a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:61:19:fb", "admin_state_up": true, "status": "ACTIVE", "device_id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:29:17Z", "updated_at": "2023-04-17T19:31:09Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:09,978 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.228:22' as 'cirros' with public key authentication 2023-04-17 19:31:10,024 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:31:10,056 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:31:10,057 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.228 successfully created 2023-04-17 19:31:10,099 80100 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/6c12e346-61c9-4ad6-b3f4-4349bc070112/ips 0.041s 2023-04-17 19:31:10,099 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 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-2f5c9481-f404-46dc-bb04-ae3b30bd2165', 'x-compute-request-id': 'req-2f5c9481-f404-46dc-bb04-ae3b30bd2165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6- b3f4-4349bc070112/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-17 19:31:10,347 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.244s 2023-04-17 19:31:10,348 80100 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-431004398"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b14e59-0ed9-4bb5-812c-891b184b8b6c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b14e59-0ed9-4bb5-812c-891b184b8b6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.281658", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:31:10,406 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313 0.048s 2023-04-17 19:31:10,407 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f5cecf5-bb1d-4c35-9e70-6a17173b23d6', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f5cecf5-bb1d-4c35-9e70-6a17173b23d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:11,457 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_ to_different_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313 0.039s 2023-04-17 19:31:11,458 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fd133c-dcf3-4b7e-9302-c490e1d99677', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fd133c-dcf3-4b7e-9302-c490e1d99677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313'} Body: b'{"volume": {"id": "a73deb2b-3f33-4780-b5c5-cb9f61a85313", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:31:10.000000", "updated_at": "2023-04-17T19:31:10.000000", "name": "tempest-AttachVolumeNegativeTest-volume-431004398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/a73deb2b-3f33-4780-b5c5-cb9f61a85313"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:31:11,596 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.122s 2023-04-17 19:31:11,597 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 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-9b783801-d43a-4316-a16c-e7bdf3c60db0', 'x-compute-request-id': 'req-9b783801-d43a-4316-a16c-e7bdf3c60db0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'' 2023-04-17 19:31:11,796 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.198s 2023-04-17 19:31:11,796 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:31:11 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-599071c2-5c80-4571-99f2-e638f68c9de9', 'x-compute-request-id': 'req-599071c2-5c80-4571-99f2-e638f68c9de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"server": {"id": "6c12e346-61c9-4ad6-b3f4-4349bc070112", "name": "tempest-AttachVolumeNegativeTest-server-838608747", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d2 3d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:29:18Z", "updated": "2023-04-17T19:31:12Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}, {"version": 4, "addr": "172.24.4.228", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:19:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-230504393", "OS-SRV-USG:launched_at": "2023-04-17T19:29:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1796464064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:01,899 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112 0.038s 2023-04-17 19:32:01,899 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3f0f30e8-b980-4ab2-b7b6-1dfff94e44b6', 'x-compute-request-id': 'req-3f0f30e8-b980-4ab2-b7b6-1dfff94e44b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c12e346-61c9-4ad6-b3f4-4349bc070112'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6c12e346-61c9-4ad6-b3f4-4349bc070112 could not be found."}}' 2023-04-17 19:32:01,936 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-230504393 0.035s 2023-04-17 19:32:01,936 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10cf09b-b714-433e-a5f4-9faa586df615', 'x-compute-request-id': 'req-c10cf09b-b714-433e-a5f4-9faa586df615', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-230504393'} Body: b'' 2023-04-17 19:32:02,108 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c 0.170s 2023-04-17 19:32:02,108 80100 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-f1509a72-514f-4b19-8644-81e5abebd1b8', 'conte nt-length': '0', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c'} Body: b'' 2023-04-17 19:32:02,133 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c 0.023s 2023-04-17 19:32:02,134 80100 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-ffac5aac-737c-4cc0-833f-9d79c5bb4776', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/2303d44c-4ae8-4184-ab2b-591dfc80af5c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2303d44c-4ae8-4184-ab2b-591dfc80af5c does not exist", "detail": ""}}' 2023-04-17 19:32:02,643 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc 0.508s 2023-04-17 19:32:02,643 80100 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-46102147-d26c-4bd9-a3ef-4562a5e7be76', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/917ddc81-d0be-4090-862a-b14c45c3f2cc'} 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 790bc508-a1b6-489c-97ef-84b6ed22865e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:32:02,650 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:32:02,650 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:32:02,716 80100 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-17 19:32:02,716 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1647992201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:02 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-331030f9-391b-4536-8aeb-9b213963614d', 'x-compute-request-id': 'req-331030f9-391b-4536-8aeb-9b213963614d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1647992201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ==", "fingerprint": "6e:b8:71:bc:ae:bf:6c:aa:a7:99:3e:ba:d8:db:89:be", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:32:02,719 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1647992201 created 2023-04-17 19:32:02,879 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.160s 2023-04-17 19:32:02,879 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--714029710", "description": "tempest-description--700472565"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-f3e9ce07-3475-4652-8797-a9f3730dc25f', 'date': 'Mon, 17 Apr 2023 19:32:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "name": "tempest-securitygroup--714029710", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--700472565", "shared": false, "security_group_rules": [{"id": "721d5727-6332-4495-88bc-7af133fcdfde", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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": 960, "description": null, "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "fecad877-b7ff-44fc-95f8-fcc0daf4cdf1", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "ethertype": "IPv4", "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": 959, "description": null, "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,065 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.185s 2023-04-17 19:32:03,065 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-6a5fc33d-205b-414a-acd0-6facb8bf320a', 'date': 'Mon, 17 Apr 2023 19:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bb492426-fa65-4c13-8b96-e05ef57e95b9", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-17T19:32:02Z", "updated_at": "2023-04-17T19:32:02Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,230 80100 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-17 19:32:03,231 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-031e17a2-cee7-4366-b8fb-3a1d5fbe9635', 'date': 'Mon, 17 Apr 2023 19:32:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c9ea27f-e9b0-4d80-a70b-7c07f4b6a656", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "0b3a8016-19fb-4d21-9e28-b5985800d76d", "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-17T19:32:03Z", "updated_at": "2023-04-17T19:32:03Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:32:03,232 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--714029710 created 2023-04-17 19:32:04,002 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.769s 2023-04-17 19:32:04,002 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-56a4bb38-aaab-48bb-b957-54fa0181d603', 'date': 'Mon, 17 Apr 2023 19:32:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "662695c6-990f-4ec9-abec-56d8e4cd64f5", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.77", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:32:03Z", "updated_at": "2023-04-17T19:32:03Z", "revision_number": 0}}' 2023-04-17 19:32:04,002 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '662695c6-990f-4ec9-abec-56d8e4cd64f5', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.77', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:32:03Z', 'updated_at': '2023-04-17T19:32:03Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2023-04-17 19:32:04,090 80100 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.082s 2023-04-17 19:32:04,091 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 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-8a28744b-ec11-480d-9ab6-e6e1605df815', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["Vv448FjyRHygGxa320_7YA"], "expires_at": "2023-04-17T20:32:04.000000Z", "issued_at": "2023-04-17T19:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:32:04,091 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:32:04,092 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1647992201', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNwyK9HSVf4syLZ9WPYBr2S6+XLZzy+T+OKlnR8XihejXF/gSXT6rUihOGfYP0XvlmoLB+QFJymTQETQ+myNZvrpEKgoTcp2935XRaw46aPv1CPw83BghloHyzWgfRi4vQ==', 'fingerprint': '6e:b8:71:bc:ae:bf:6c:aa:a7:99:3e:ba:d8:db:89:be', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBh8KRVm0oUKjIT+unLIaIsSmOLbdA9lZjKceZsIfg8FwAoYRiAiOCb\nDaSkF16yusmgBwYFK4EEACKhZANiAATcMivR0lX+LMi2fVj2Aa9kuvly2c8vk/ji\npZ0fF4oXo1xf4El0+q1IoThn2D9F75ZqCwfkBScpk0BE0PpsjWb66RCoKE3Kdvd+\nV0WsOOmj79Qj8PNwYIZaB8s1oH0YuL0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', 'name': 'tempest-securitygroup--714029710', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--700472565', 'shared': False, 'security_group_rules': [{'id': '721d5727-6332-4495-88bc-7af133fcdfde', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', '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': 960, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'fecad877-b7ff-44fc-95f8-fcc0daf4cdf1', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '0b3a8016-19fb-4d21-9e28-b5985800d76d', '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': 959, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}], 'tags': [], 'created_at': '2023-04-17T19:32:02Z', 'updated_at': '2023-04-17T19:32:02Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '662695c6-990f-4ec9-abec-56d8e4cd64f5', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.77', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:32:03Z', 'updated_at': '2023-04-17T19:32:03Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2023-04-17 19:32:04,772 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.679s 2023-04-17 19:32:04,773 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1818210675", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--714029710"}], "key_name": "tempest-keypair-1647992201", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21028dbc-965b-4c15-b519-b5c120c1d455', 'x-compute-request-id': 'req-21028dbc-965b-4c15-b519-b5c120c1d455', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--714029710"}], "adminPass": "password"}}' 2023-04-17 19:32:04,865 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.089s 2023-04-17 19:32:04,865 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:04 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-df485908-85f1-49ab-847d-37c91bf4be3a', 'x-compute-request-id': 'req-df485908-85f1-49ab-847d-37c91bf4be3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images /003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:05Z", "updated": "2023-04-17T19:32:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:55,189 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.264s 2023-04-17 19:32:55,190 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde12907-c3c8-4d55-a035-e475990adb21', 'x-compute-request-id': 'req-bde12907-c3c8-4d55-a035-e475990adb21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:04Z", "updated": "2023-04-17T19:32:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": "2023-04-17T19:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--714029710"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:32:55,201 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:33:55,447 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0/os-interface 0.185s 2023-04-17 19:33:55,447 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33 :55 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-e686577c-d407-44bf-9085-496311780cca', 'x-compute-request-id': 'req-e686577c-d407-44bf-9085-496311780cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "32900155-0dfe-493e-b636-f837ca774a92", "mac_addr": "fa:16:3e:09:b6:c3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.10"}]}]}' 2023-04-17 19:33:56,753 80100 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/662695c6-990f-4ec9-abec-56d8e4cd64f5 1.300s 2023-04-17 19:33:56,753 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "32900155-0dfe-493e-b636-f837ca774a92"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-50226465-a50e-4c68-9483-3f9046d9b203', 'date': 'Mon, 17 Apr 2023 19:33:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5'} Body: b'{"floatingip": {"id": "662695c6-990f-4ec9-abec-56d8e4cd64f5", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.77", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "32900155-0dfe-493e-b636-f837ca774a92", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:09:b6:c3", "admin_state_up": true, "status": "ACTIVE", "device_id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:32:03Z", "updated_at": "2023-04-17T19:33:55Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:56,755 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2023-04-17 19:33:56,813 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:33:56,838 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:33:56,839 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2023-04-17 19:33:56,885 80100 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/b4803d87-e6f9-4c4c-a98c-987080c455c0/ips 0.045s 2023-04-17 19:33:56,885 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:56 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-b068d67e-6359-4a1a-8d7d-2684877b7497', 'x-compute-request-id': 'req-b068d67e-6359-4a1a-8d7d-2684877b7497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0/ips'} Body: b'{"add resses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-17 19:33:57,078 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.189s 2023-04-17 19:33:57,078 80100 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-185122696"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6db38f3-0aa9-4a21-887b-5eeb87c86813', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6db38f3-0aa9-4a21-887b-5eeb87c86813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.018586", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:33:57,141 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e 0.054s 2023-04-17 19:33:57,142 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d726a462-8b54-4fec-a4fe-45b83c5113d1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d726a462-8b54-4fec-a4fe-45b83c5113d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:58,204 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/b9 a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e 0.050s 2023-04-17 19:33:58,204 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ddb0264-5578-4e29-b653-7a529e0b4c40', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ddb0264-5578-4e29-b653-7a529e0b4c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e'} Body: b'{"volume": {"id": "790bc508-a1b6-489c-97ef-84b6ed22865e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:33:57.000000", "updated_at": "2023-04-17T19:33:57.000000", "name": "tempest-AttachVolumeNegativeTest-volume-185122696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/790bc508-a1b6-489c-97ef-84b6ed22865e"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:33:58,366 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.150s 2023-04-17 19:33:58,366 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 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-52f34316-02b2-4463-8103-18c0e6daa613', 'x-compute-request-id': 'req-52f34316-02b2-4463-8103-18c0e6daa613', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'' 2023-04-17 19:33:58,585 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.219s 2023-04-17 19:33:58,586 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:33:58 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-fca39eee-255e-42ac-950d-f4ffa87b922a', 'x-compute-request-id': 'req-fca39eee-255e-42ac-950d-f4ffa87b922a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"server": {"id": "b4803d87-e6f9-4c4c-a98c-987080c455c0", "name": "tempest-AttachVolumeNegativeTest-server-1818210675", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "i mage": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:32:04Z", "updated": "2023-04-17T19:33:58Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b6:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1647992201", "OS-SRV-USG:launched_at": "2023-04-17T19:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--714029710"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:34:48,839 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0 0.191s 2023-04-17 19:34:48,839 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:48 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-7c4fd258-5635-48d3-b068-a08cd39aa3cd', 'x-compute-request-id': 'req-7c4fd258-5635-48d3-b068-a08cd39aa3cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b4803d87-e6f9-4c4c-a98c-987080c455c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4803d87-e6f9-4c4c-a98c-987080c455c0 could not be found."}}' 2023-04-17 19:34:48,870 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1647992201 0.030s 2023-04-17 19:34:48,870 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35739d6b-e807-444b-a5e9-73ddc1c3f958', 'x-compute-request-id': 'req-35739d6b-e807-444b-a5e9-73ddc1c3f958', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1647992201'} Body: b'' 2023-04-17 19:34:49,019 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d 0.148s 2023-04-17 19:34:49,019 80100 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-fcc6b7b0-a298-4432-a762-208ba24b8189', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d'} Body: b'' 2023-04-17 19:34:49,035 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d 0.016s 2023-04-17 19:34:49,036 80100 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-be9ca004-d979-4b2f-bfeb-d7fe611628cb', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0b3a8016-19fb-4d21-9e28-b5985800d76d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0b3a8016-19fb-4d21-9e28-b5985800d76d does not exist", "detail": ""}}' 2023-04-17 19:34:49,464 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5 0.428s 2023-04-17 19:34:49,465 80100 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-600e8e16-617b-4afb-8fc5-a6f9cadb399f', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/662695c6-990f-4ec9-abec-56d8e4cd64f5'} 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 e10a8995-747e-454f-a715-85d3cf34e89a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:18,268 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes 0.224s 2023-04-17 19:37:18,269 80110 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-69172788"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20301eda-8a25-4b53-a510-7de54b09a1d6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20301eda-8a25-4b53-a510-7de54b09a1d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.191630", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:18,331 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a 0.051s 2023-04-17 19:37:18,332 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca5e552-7768-47a7-9b1f-dbf8d744c3f0', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca5e552-7768-47a7-9b1f-dbf8d744c3f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 2023-04-17 19:37:19,387 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a 0.043s 2023-04-17 19:37:19,388 80110 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcdf77fe-a2b2-4a64-aae2-a25587f8de3b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcdf77fe-a2b2-4a64-aae2-a25587f8de3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a'} Body: b'{"volume": {"id": "e10a8995-747e-454f-a715-85d3cf34e89a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:18.000000", "updated_at": "2023-04-17T19:37:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-69172788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/e10a8995-747e-454f-a715-85d3cf34e89a"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 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 a590b3c2-f79b-4f9e-b712-4c9d3c781801 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:19,779 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes 0.373s 2023-04-17 19:37:19,780 80110 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-1090298753"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601c0abe-1f1b-40b0-b172-3b81fce8649a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601c0abe-1f1b-40b0-b172-3b81fce8649a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:19.560720", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:19,831 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801 0.041s 2023-04-17 19:37:19,831 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1ad313-9096-4f78-83e6-c104548e3529', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1ad313-9096-4f78-83e6-c104548e3529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 2023-04-17 19:37:20,887 80110 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801 0.043s 2023-04-17 19:37:20,887 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c38fe9-f06e-491c-bcfe-d8db66f9d2a6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c38fe9-f06e-491c-bcfe-d8db66f9d2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801'} Body: b'{"volume": {"id": "a590b3c2-f79b-4f9e-b712-4c9d3c781801", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:20.000000", "updated_at": "2023-04-17T19:37:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1090298753", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5a720a783674c96b0c4bc4ebaafe1b1/volumes/a590b3c2-f79b-4f9e-b712-4c9d3c781801"}], "user_id": "d634485279404fc6858c90e215f7f52f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5a720a783674c96b0c4bc4ebaafe1b1"}}' 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 57b414a3-3c7e-4dcf-884a-629d581b99f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:34:49,469 80100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-17 19:34:49,469 80100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-17 19:34:49,527 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-17 19:34:49,528 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1162267789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbb4c1c9-a2e7-427e-bc0b-018e0695a3af', 'x-compute-request-id': 'req-cbb4c1c9-a2e7-427e-bc0b-018e0695a3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1162267789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw==", "fingerprint": "ed:a6:bd:f4:8e:17:ca:74:09:3f:f9:0c:24:de:7c:bb", "user_id": "4418cca50c8240deb6176062f7857ba8"}}' 2023-04-17 19:34:49,530 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1162267789 created 2023-04-17 19:34:49,700 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.168s 2023-04-17 19:34:49,700 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1554402207", "description": "tempest-description--1841547964"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8946531d-3cb5-4ed2-8354-44722510df6c', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "name": "tempest-securitygroup--1554402207", "stateful": true, "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "tempest-description--1841547964", "shared": false, "security_group_rules": [{"id": "a2b17fe8-0dbe-4d30-a78f-ebe0f6cc33e6", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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": 981, "description": null, "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}, {"id": "d0a33d5d-9d9d-4f9b-8650-9bddb62ffba4", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 982, "description": null, "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}], "tags": [], "created_at": "2023-04-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:49,862 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-17 19:34:49,862 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-52c8dd0d-6ab3-4e76-97af-18c0553daf88', 'date': 'Mon, 17 Apr 2023 19:34:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06e70889-6d6b-4775-9359-d5946e61d62d", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:50,027 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.165s 2023-04-17 19:34:50,028 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f81cd184-4e20-464b-8eec-3e6e1e83f241', 'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d45f744-7406-4c0d-b13f-32de9992d1bb", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "security_group_id": "8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b", "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-17T19:34:49Z", "updated_at": "2023-04-17T19:34:49Z", "revision_number": 0, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:34:50,028 80100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1554402207 created 2023-04-17 19:34:50,803 80100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.774s 2023-04-17 19:34:50,803 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0ad6f01a-bd6c-4e0d-b63e-6e6b59e8571d', 'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9ad47e7a-a0fc-4e44-adbe-90d4c30283cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.202", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b9a1fb9e25e44d02a1d400b64fa15994", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:34:50Z", "updated_at": "2023-04-17T19:34:50Z", "revision_number": 0}}' 2023-04-17 19:34:50,803 80100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9ad47e7a-a0fc-4e44-adbe-90d4c30283cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.202', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:34:50Z', 'updated_at': '2023-04-17T19:34:50Z', 'revision_number': 0, 'ip': '172.24.4.202'} created 2023-04-17 19:34:50,853 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.043s 2023-04-17 19:34:50,854 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:50 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-b1d02367-6645-4a89-bd23-0e51dc99f282', '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": "4418cca50c8240deb6176062f7857ba8", "name": "tempest-AttachVolumeNegativeTest-76087227-project-member", "password_expires_at": null}, "audit_ids": ["F7rz6BDMT_aENjOqMBVh8w"], "expires_at": "2023-04-17T20:34:50.000000Z", "issued_at": "2023-04-17T19:34:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9a1fb9e25e44d02a1d400b64fa15994", "name": "tempest-AttachVolumeNegativeTest-76087227"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:34:50,855 80100 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '2d7a0107-3c9c-45b6-b90e-d27573251b32', 'name': 'tempest-AttachVolumeNegativeTest-1580203380-network', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11080, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:29:09Z', 'updated_at': '2023-04-17T19:29:09Z', 'revision_number': 1} available for tenant 2023-04-17 19:34:50,855 80100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1162267789', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG1RC/UXyW7hSv+DDkBy4AJyOIRRVqOtlzwOzGLfdDcYSPmPqrjui9Ggb71kzyybU/nuq2byjXh4vTVh8uhQoZgaVMHkrfK51BsYOU35eu50HPnQHRqVccrIuXEr8S0Dcw==', 'fingerprint': 'ed:a6:bd:f4:8e:17:ca:74:09:3f:f9:0c:24:de:7c:bb', 'user_id': '4418cca50c8240deb6176062f7857ba8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBvHccOnmTVfmPvFTzxHUUH8ZDlIzxe8iAIXkSm8FB5pmo/3YVE5RA2\nb69iSvTqHKOgBwYFK4EEACKhZANiAARtUQv1F8lu4Ur/gw5AcuACcjiEUVajrZc8\nDsxi33Q3GEj5j6q47ovRoG+9ZM8sm1P57qtm8o14eL01YfLoUKGYGlTB5K3yudQb\nGDlN+XrudBz50B0alXHKyLlxK/EtA3M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', 'name': 'tempest-securitygroup--1554402207', 'stateful': True, 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': 'tempest-description--1841547964', 'shared': False, 'security_group_rules': [{'id': 'a2b17fe8-0dbe-4d30-a78f-ebe0f6cc33e6', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', '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': 981, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, {'id': 'd0a33d5d-9d9d-4f9b-8650-9bddb62ffba4', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'security_group_id': '8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b', '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': 982, 'description': None, 'tags': [], 'created_at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 0, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}], 'tags': [], 'created _at': '2023-04-17T19:34:49Z', 'updated_at': '2023-04-17T19:34:49Z', 'revision_number': 1, 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994'}, 'floating_ip': {'id': '9ad47e7a-a0fc-4e44-adbe-90d4c30283cc', 'tenant_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'floating_ip_address': '172.24.4.202', 'floating_network_id': 'a39979b0-9c77-4de1-b634-a26df5ae9a58', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b9a1fb9e25e44d02a1d400b64fa15994', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-17T19:34:50Z', 'updated_at': '2023-04-17T19:34:50Z', 'revision_number': 0, 'ip': '172.24.4.202'}} 2023-04-17 19:34:51,680 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.823s 2023-04-17 19:34:51,680 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-865441818", "imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "2d7a0107-3c9c-45b6-b90e-d27573251b32"}], "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "key_name": "tempest-keypair-1162267789", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd09d3d6-3727-43be-841b-60225904da9a', 'x-compute-request-id': 'req-bd09d3d6-3727-43be-841b-60225904da9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "adminPass": "password"}}' 2023-04-17 19:34:51,759 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.075s 2023-04-17 19:34:51,759 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:34:51 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-7f4d0719-02bc-4262-817c-c4072689a007', 'x-compute-request-id': 'req-7f4d0719-02bc-4262-817c-c4072689a007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "BUILD", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flav or": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:52Z", "updated": "2023-04-17T19:34:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:35:42,021 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.240s 2023-04-17 19:35:42,022 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23b4df3f-091b-4d2c-b14c-bd5288fa2de9', 'x-compute-request-id': 'req-23b4df3f-091b-4d2c-b14c-bd5288fa2de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-989c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:51Z", "updated": "2023-04-17T19:34:59Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": "2023-04-17T19:34:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:35:42,035 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:36:42,245 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/os-interface 0.174s 2023-04-17 19:36:42,246 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'conten t-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b00b6f85-a81d-43cd-9e47-6cc3a9b0805d', 'x-compute-request-id': 'req-b00b6f85-a81d-43cd-9e47-6cc3a9b0805d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5", "mac_addr": "fa:16:3e:51:7d:c2", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d581437d-04df-4391-a55e-b877b88839b8", "ip_address": "10.0.0.11"}]}]}' 2023-04-17 19:36:42,948 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc 0.695s 2023-04-17 19:36:42,948 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-52a53882-2907-45a9-a679-d70ca1a8924d', 'date': 'Mon, 17 Apr 2023 19:36:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc'} Body: b'{"floatingip": {"id": "9ad47e7a-a0fc-4e44-adbe-90d4c30283cc", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "floating_ip_address": "172.24.4.202", "floating_network_id": "a39979b0-9c77-4de1-b634-a26df5ae9a58", "router_id": "efdce07b-3866-48c2-b4aa-2ca34e75d28f", "port_id": "86eafa3e-2c62-4347-87ff-749dfb17c4c5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2d7a0107-3c9c-45b6-b90e-d27573251b32", "mac_address": "fa:16:3e:51:7d:c2", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-17T19:34:50Z", "updated_at": "2023-04-17T19:36:42Z", "revision_number": 1, "project_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:42,949 80100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.202:22' as 'cirros' with public key authentication 2023-04-17 19:36:42,983 80100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-17 19:36:43,002 80100 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-17 19:36:43,003 80100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.202 successfully created 2023-04-17 19:36:43,047 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/ips 0.044s 2023-04-17 19:36:43,048 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 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-68f0364a-19e6-467a-947b-f5ace1fd95a9', 'x-compute-request-id': 'req-68f0364a-19e6-467a-947b-f5ace1fd95a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-17 19:36:43,241 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes 0.189s 2023-04-17 19:36:43,241 80100 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-1898352123"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f710e3b-ff52-4da5-ab7e-d567cead09d8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f710e3b-ff52-4da5-ab7e-d567cead09d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.181663", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:36:43,304 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0 0.053s 2023-04-17 19:36:43,305 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e9d467-1f61-4c59-a6e9-9973becce037', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e9d467-1f61-4c59-a6e9-9973becce037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:44,364 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0 0.047s 2023-04-17 19:36:44,365 80100 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab90b662-2d18-4f44-b5d8-628c0b500714', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab90b662-2d18-4f44-b5d8-628c0b500714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0'} Body: b'{"volume": {"id": "57b414a3-3c7e-4dcf-884a-629d581b99f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:36:43.000000", "updated_at": "2023-04-17T19:36:43.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1898352123", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9a1fb9e25e44d02a1d400b64fa15994/volumes/57b414a3-3c7e-4dcf-884a-629d581b99f0"}], "user_id": "4418cca50c8240deb6176062f7857ba8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994"}}' 2023-04-17 19:36:44,502 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.124s 2023-04-17 19:36:44,503 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f297f5-7803-41f7-9799-6af675d00c2c', 'x-compute-request-id': 'req-f9f297f5-7803-41f7-9799-6af675d00c2c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'' 2023-04-17 19:36:44,747 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.244s 2023-04-17 19:36:44,747 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:36:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-561dbc7f-2a59-439f-a695-5393f7380e4b', 'x-compute-request-id': 'req-561dbc7f-2a59-439f-a695-5393f7380e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"server": {"id": "e4ae1ee9-105a-4890-8c30-ce5c1c3e3755", "name": "tempest-AttachVolumeNegativeTest-server-865441818", "status": "ACTIVE", "tenant_id": "b9a1fb9e25e44d02a1d400b64fa15994", "user_id": "4418cca50c8240deb6176062f7857ba8", "metadata": {}, "hostId": "d23d769ae5587c0dc05f2ab39b2f324abdbab1b071d7503aa2683083", "image": {"id": "003f99eb-9d8f-4734-989c-fb7e29875453", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/003f99eb-9d8f-4734-98 9c-fb7e29875453"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:34:51Z", "updated": "2023-04-17T19:36:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1580203380-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}, {"version": 4, "addr": "172.24.4.202", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7d:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1162267789", "OS-SRV-USG:launched_at": "2023-04-17T19:34:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1554402207"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:37:34,849 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 0.045s 2023-04-17 19:37:34,849 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-00bcb331-aabb-4818-bd38-31ed35cd930c', 'x-compute-request-id': 'req-00bcb331-aabb-4818-bd38-31ed35cd930c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4ae1ee9-105a-4890-8c30-ce5c1c3e3755'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e4ae1ee9-105a-4890-8c30-ce5c1c3e3755 could not be found."}}' 2023-04-17 19:37:34,882 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1162267789 0.032s 2023-04-17 19:37:34,883 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-df2a4e47-d323-4952-9f56-4d8bbfb35a8c', 'x-compute-request-id': 'req-df2a4e47-d323-4952-9f56-4d8bbfb35a8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1162267789'} Body: b'' 2023-04-17 19:37:35,021 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b 0.138s 2023-04-17 19:37:35,021 80100 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-883709b3-2fa9-4521-a57b-bd36c947e110', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b 6979b9b'} Body: b'' 2023-04-17 19:37:35,042 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b 0.020s 2023-04-17 19:37:35,042 80100 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-1801a95c-32ea-49fb-a539-f79d86eed824', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8906f1d1-c74f-44d7-a2c2-3ab8b6979b9b does not exist", "detail": ""}}' 2023-04-17 19:37:35,468 80100 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc 0.425s 2023-04-17 19:37:35,469 80100 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-654c9284-4bc7-4ac1-8490-2d69b4d671be', 'content-length': '0', 'date': 'Mon, 17 Apr 2023 19:37:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9ad47e7a-a0fc-4e44-adbe-90d4c30283cc'} 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 21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:41,298 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types 0.215s 2023-04-17 19:37:41,298 80100 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-1460431168"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94010ea-f25c-4e96-bf45-b4417477b893', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94010ea-f25c-4e96-bf45-b4417477b893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types'} Body: b'{"volume_type": {"id": "52966e49-b6bd-409b-869f-9aebce29d934", "name": "tempest-GroupSnapshotsV319Test-volume-type-1460431168", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-17 19:37:41,339 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types 0.037s 2023-04-17 19:37:41,339 80100 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-275603890"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f7f1974-b70f-4454-8aff-1732d63e35b5', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f7f1974-b70f-4454-8aff-1732d63e35b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types'} Body: b'{"group_type": {"id": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "name": "tempest-GroupSnapshotsV319Test-group-type-275603890", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-17 19:37:41,525 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups 0.182s 2023-04-17 19:37:41,525 80100 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": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "name": "tempest-GroupSnapshotsV319Test-Group-1632555680"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd43a62-b9fe-40e9-a9de-c0d27004c6b7', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd43a62-b9fe-40e9-a9de-c0d27004c6b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680"}}' 2023-04-17 19:37:41,560 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.033s 2023-04-17 19:37:41,561 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ef2430-e4e1-49cd-8848-2044cb335c16', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ef2430-e4e1-49cd-8848-2044cb335c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-17T19:37:41.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680", "description": null, "group_type": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:37:42,609 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.043s 2023-04-17 19:37:42,610 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb98737-1ae2-4766-a524-be636ff86183', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb98737-1ae2-4766-a524-be636ff86183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"group": {"id": "21f1eea9-a317-4f72-84d2-f6fa3a30b2a2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-17T19:37:41.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1632555680", "description": null, "group_type": "92cbf160-7337-4aef-9eb3-b07d5be23d91", "volume_types": ["52966e49-b6bd-409b-869f-9aebce29d934"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-17 19:37:42,685 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/volumes/detail 0.069s 2023-04-17 19:37:42,685 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea06ec1-0421-4a13-acdc-6e6c4078140b', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea06ec1-0421-4a13-acdc-6e6c4078140b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/volumes/detail'} Body: b'{"volumes": []}' 2023-04-17 19:37:42,758 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2/action 0.062s 2023-04-17 19:37:42,759 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-cb0e4dc3-4a52-4a17-961f-ed74069df092', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2/action'} Body: b'' 2023-04-17 19:37:42,780 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 0.020s 2023-04-17 19:37:42,780 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-5ea1a2ff-83b1-46b8-af34-cf79c3c88608', 'x-openstack-request-id': 'req-5ea1a2ff-83b1-46b8-af34-cf79c3c88608', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c06be93350084a4ab7f0f5cfae830e77/groups/21f1eea9-a317-4f72-84d2-f6fa3a30b2a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 21f1eea9-a317-4f72-84d2-f6fa3a30b2a2 could not be found."}}' 2023-04-17 19:37:42,811 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types/92cbf160-7337-4aef-9eb3-b07d5be23d91 0.030s 2023-04-17 19:37:42,811 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:42 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-caaf1919-374a-4141-bb26-e53b785509bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/group_types/92cbf160-7337-4aef-9eb3-b07d5be23d91'} Body: b'' 2023-04-17 19:37:42,862 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934 0.050s 2023-04-17 19:37:42,863 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-d11f7d6e-1fc4-477e-82a6-945d09095f7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934'} Body: b'' 2023-04-17 19:37:42,884 80100 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934 0.021s 2023-04-17 19:37:42,884 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37: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-43feb575-789f-470f-9f39-d50970734a0d', 'x-openstack-request-id': 'req-43feb575-789f-470f-9f39-d50970734a0d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2c05adbbf81b4e8f878267650e9163e8/types/52966e49-b6bd-409b-869f-9aebce29d934'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 52966e49-b6bd-409b-869f-9aebce29d934 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 724d4696-9f0b-41d3-8d56-f37ff284a405 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:49,571 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453 0.203s 2023-04-17 19:37:49,572 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5bbdf791-839d-4bc3-b0b1-e64bab507dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:37:50,104 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes 0.531s 2023-04-17 19:37:50,107 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesCloneTest-Volume-524417832"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217333b3-4dbd-41bd-8810-900cde51a02a', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217333b3-4dbd-41bd-8810-900cde51a02a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.025119", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:50,179 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.052s 2023-04-17 19:37:50,179 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9be00f9-bdbc-457f-acba-c7a385bb5375', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9be00f9-bdbc-457f-acba-c7a385bb5375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,238 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.046s 2023-04-17 19:37:51,238 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36de7be-cc42-4a56-91d9-81dca152efc9', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36de7be-cc42-4a56-91d9-81dca152efc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": "2023-04-17T19:37:50.000000", "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,340 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.087s 2023-04-17 19:37:51,341 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41061f1-dd90-4560-9433-2a8cd1daacf8', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41061f1-dd90-4560-9433-2a8cd1daacf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"volume": {"id": "724d4696-9f0b-41d3-8d56-f37ff284a405", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:50.000000", "updated_at": "2023-04-17T19:37:50.000000", "name": "tempest-VolumesCloneTest-Volume-524417832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:51,527 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.170s 2023-04-17 19:37:51,528 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28677af5-52f7-40fa-beff-fccd9c78aa9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'' 2023-04-17 19:37:51,550 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405 0.022s 2023-04-17 19:37:51,550 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1346600e-a2fa-496e-87b3-4090921593a3', 'x-openstack-request-id': 'req-1346600e-a2fa-496e-87b3-4090921593a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/724d4696-9f0b-41d3-8d56-f37ff284a405'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 724d4696-9f0b-41d3-8d56-f37ff284a405 could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 88a20a12-3b7c-41d2-ac39-baf8236fc364 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:37:51,745 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes 0.189s 2023-04-17 19:37:51,745 80100 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-65122516"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3902d48f-17a2-4a16-bbf4-c2a1fd3ef6e0', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3902d48f-17a2-4a16-bbf4-c2a1fd3ef6e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:51.689497", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:37:51,802 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.047s 2023-04-17 19:37:51,803 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e74a903-a9f4-4b3a-adbf-ac79a833a0a9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e74a903-a9f4-4b3a-adbf-ac79a833a0a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:52,856 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.041s 2023-04-17 19:37:52,856 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': ' application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64b52d19-9b31-4918-a3a5-a04d3fce19cd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64b52d19-9b31-4918-a3a5-a04d3fce19cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": "2023-04-17T19:37:52.000000", "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:52,916 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.049s 2023-04-17 19:37:52,917 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211df641-bc97-4010-9aa8-2c355cb7168b', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211df641-bc97-4010-9aa8-2c355cb7168b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"volume": {"id": "88a20a12-3b7c-41d2-ac39-baf8236fc364", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:37:52.000000", "updated_at": "2023-04-17T19:37:52.000000", "name": "tempest-VolumesCloneTest-Volume-65122516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364"}], "user_id": "b2e6d40c8ff84aa286f4c8496e54ad08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c006013335f43c0b09c231852c178ba"}}' 2023-04-17 19:37:53,025 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.098s 2023-04-17 19:37:53,026 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-d285f4ff-b954-48e9-996a-6c9dbf47484d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'' 2023-04-17 19:37:53,048 80100 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364 0.021s 2023-04-17 19:37:53,048 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-60414fd9-440f-4af1-b521-173ead2c6a0c', 'x-openstack-request-id': 'req-60414fd9-440f-4af1-b521-173ead2c6a0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c006013335f43c0b09c231852c178ba/volumes/88a20a12-3b7c-41d2-ac39-baf8236fc364'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 88a20a12-3b7c-41d2-ac39-baf8236fc364 could not be found."}}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:07,342 80110 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools?detail=True 0.179s 2023-04-17 19:39:07,342 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a917bc9f-fd43-4a18-a1b9-89536c310432', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a917bc9f-fd43-4a18-a1b9-89536c310432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:07,412 80110 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools 0.061s 2023-04-17 19:39:07,412 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d26fdb-6751-4ecb-a980-ff5e04ab4fa9', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d26fdb-6751-4ecb-a980-ff5e04ab4fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b92ae049716e4f469e7463e4fd2bab21/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 993a5354-17bf-4600-b7a3-d24c3765247e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:10,665 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types 0.244s 2023-04-17 19:39:10,665 80110 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-2077930470", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cf9b86-33dc-4ff9-b12d-719d81f602b3', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cf9b86-33dc-4ff9-b12d-719d81f602b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types'} Body: b'{"volume_type": {"id": "a4ce9606-7184-4fa5-bce3-f1f9cf14b87f", "name": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-17 19:39:10,794 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes 0.122s 2023-04-17 19:39:10,795 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "a4ce9606-7184-4fa5-bce3-f1f9cf14b87f", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 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-27ad3dc6-abe1-49ca-b7d0-9e2af8145bbe', 'x-openstack-request-id': 'req-27ad3dc6-abe1-49ca-b7d0-9e2af8145bbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a4ce9606-7184-4fa5-bce3-f1f9cf14b87f could not be found."}}' 2023-04-17 19:39:10,796 80110 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-17 19:39:10,829 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action 0.033s 2023-04-17 19:39:10,830 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "e1f8c4715d9b4d5babf67c3b8611ef8e"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87437c89-c19d-4e9c-80bb-b85271380c48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action'} Body: b'' 2023-04-17 19:39:11,127 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes 0.297s 2023-04-17 19:39:11,128 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "a4ce9606-7184-4fa5-bce3-f1f9cf14 b87f", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-527515563"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787ebcc1-929a-4e4a-bae4-942e213ab74e', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787ebcc1-929a-4e4a-bae4-942e213ab74e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.038183", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:11,193 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.055s 2023-04-17 19:39:11,193 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538e6e9b-d272-4951-9c11-19106ce0aa93', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538e6e9b-d272-4951-9c11-19106ce0aa93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,245 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.039s 2023-04-17 19:39:12,246 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf109bee-7032-4e05-862b-7ee891fc0406', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf109bee-7032-4e05-862b-7ee891fc0406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": "2023-04-17T19:39:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,300 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.043s 2023-04-17 19:39:12,300 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b848060f-04ec-49a8-92aa-db6b4cc2c96d', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b848060f-04ec-49a8-92aa-db6b4cc2c96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"volume": {"id": "993a5354-17bf-4600-b7a3-d24c3765247e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:11.000000", "updated_at": "2023-04-17T19:39:11.000000", "name": "tempest-VolumeTypesAccessTest-Volume-527515563", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-2077930470", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e"}], "user_id": "0eed46250c2c4bb8bf79ee34c5f1a18f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e1f8c4715d9b4d5babf67c3b8611ef8e"}}' 2023-04-17 19:39:12,411 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.101s 2023-04-17 19:39:12,411 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-f21c0921-d058-4ab5-a88c-f4d76e0f4b5a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5 babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'' 2023-04-17 19:39:12,436 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e 0.024s 2023-04-17 19:39:12,436 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-65a1cf21-d217-4fe2-a4b1-452b2c77c7ae', 'x-openstack-request-id': 'req-65a1cf21-d217-4fe2-a4b1-452b2c77c7ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1f8c4715d9b4d5babf67c3b8611ef8e/volumes/993a5354-17bf-4600-b7a3-d24c3765247e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 993a5354-17bf-4600-b7a3-d24c3765247e could not be found."}}' 2023-04-17 19:39:12,467 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action 0.030s 2023-04-17 19:39:12,467 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "e1f8c4715d9b4d5babf67c3b8611ef8e"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-02e0b17a-27a4-4937-8691-dc02d8e86429', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f/action'} Body: b'' 2023-04-17 19:39:12,519 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f 0.051s 2023-04-17 19:39:12,519 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-764a4dd1-6f2a-40db-ad75-1aa1ff4b0e69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f'} Body: b'' 2023-04-17 19:39:12,535 80110 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cbabf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f 0.015s 2023-04-17 19:39:12,535 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:12 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-b2f8abdb-8cbe-4126-896c-225cb52521e4', 'x-openstack-request-id': 'req-b2f8abdb-8cbe-4126-896c-225cb52521e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8408e8ebdd2c413bbdd9461cba bf2e60/types/a4ce9606-7184-4fa5-bce3-f1f9cf14b87f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a4ce9606-7184-4fa5-bce3-f1f9cf14b87f could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8e4bbefc-0b6d-405e-bf39-479e50e44928 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:19,488 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes 0.379s 2023-04-17 19:39:19,489 80110 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-1254321741", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad7fa06-856e-4eb8-85ed-962fe4532bae', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad7fa06-856e-4eb8-85ed-962fe4532bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.422823", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:19,544 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.046s 2023-04-17 19:39:19,545 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df07e8f-44aa-48a1-9784-69dc2ca3c1de', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df07e8f-44aa-48a1-9784-69dc2ca3c1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:20,611 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.050s 2023-04-17 19:39:20,612 80110 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93849945-c126-416b-a78e-3779bc1c809a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93849945-c126-416b-a78e-3779bc1c809a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"volume": {"id": "8e4bbefc-0b6d-405e-bf39-479e50e44928", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:19.000000", "updated_at": "2023-04-17T19:39:20.000000", "name": "tempest-VolumesGetTest-Volume-1254321741", "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/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:20,720 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.098s 2023-04-17 19:39:20,721 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec224f12-1f6a-4f73-ac38-f538ad9814d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'' 2023-04-17 19:39:20,744 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928 0.023s 2023-04-17 19:39:20,745 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb00d6b-7449-4989-81e9-22461657e6ae', 'x-openstack-request-id': 'req-cbb00d6b-7449-4989-81e9-22461657e6ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/8e4bbefc-0b6d-405e-bf39-479e50e44928'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e4bbefc-0b6d-405e-bf39-479e50e44928 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 d0a62861-3261-476d-8961-e077ffa25734 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:21,035 80110 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/197238af4eb747b6bd534c49d324875e/volumes 0.287s 2023-04-17 19:39:21,036 80110 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-28227983"}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df04ad1-50bd-472d-89e4-701118abce2a', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df04ad1-50bd-472d-89e4-701118abce2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:20.881618", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:21,091 80110 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/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.045s 2023-04-17 19:39:21,091 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac2263e-d1f1-4ba8-9058-a700ab8cbc1c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac2263e-d1f1-4ba8-9058-a700ab8cbc1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,145 80110 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/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.042s 2023-04-17 19:39:22,146 80110 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072aa4a2-5de3-45e9-9d52-c1ec515f2498', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072aa4a2-5de3-45e9-9d52-c1ec515f2498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": "2023-04-17T19:39:21.000000", "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,213 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.055s 2023-04-17 19:39:22,213 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f4f01b-0124-4186-8e0a-e88cc41d3332', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f4f01b-0124-4186-8e0a-e88cc41d3332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"volume": {"id": "d0a62861-3261-476d-8961-e077ffa25734", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:21.000000", "updated_at": "2023-04-17T19:39:21.000000", "name": "tempest-VolumesGetTest-Volume-28227983", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:22,340 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.116s 2023-04-17 19:39:22,341 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openst ack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be309a3-b1c3-4113-8ed2-0c00c92cb21a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'' 2023-04-17 19:39:22,364 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734 0.023s 2023-04-17 19:39:22,364 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ecdb687-6d29-48a7-8b05-6c68c93a92b5', 'x-openstack-request-id': 'req-9ecdb687-6d29-48a7-8b05-6c68c93a92b5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/d0a62861-3261-476d-8961-e077ffa25734'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0a62861-3261-476d-8961-e077ffa25734 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 61e9678b-8eef-48ae-bb89-086cb5cfff5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:39:22,392 80110 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/003f99eb-9d8f-4734-989c-fb7e29875453 0.024s 2023-04-17 19:39:22,392 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4d73d8e1-d09c-4643-83dd-b64443063dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453'} 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": "881562e0e63f4237944482ee287e8a24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "003f99eb-9d8f-4734-989c-fb7e29875453", "created_at": "2023-04-17T19:15:53Z", "updated_at": "2023-04-17T19:15:55Z", "tags": [], "self": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453", "file": "/v2/images/003f99eb-9d8f-4734-989c-fb7e29875453/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:39:22,757 80110 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/197238af4eb747b6bd534c49d324875e/volumes 0.364s 2023-04-17 19:39:22,758 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "003f99eb-9d8f-4734-989c-fb7e29875453", "size": 1, "name": "tempest-VolumesGetTest-Volume-540286806", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177d6d40-ee6b-4c55-8822-fbac5eaf300a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177d6d40-ee6b-4c55-8822-fbac5eaf300a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:22.685012", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:39:22,808 80110 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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.042s 2023-04-17 19:39:22,809 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb52bd9-aaca-4d2e-a9d8-2f51152336f1', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb52bd9-aaca-4d2e-a9d8-2f51152336f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:23,858 80110 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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.038s 2023-04-17 19:39:23,859 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b85ddb-cc81-4721-bced-e1da062a63ed', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b85ddb-cc81-4721-bced-e1da062a63ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"volume": {"id": "61e9678b-8eef-48ae-bb89-086cb5cfff5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:39:23.000000", "updated_at": "2023-04-17T19:39:23.000000", "name": "tempest-VolumesGetTest-Volume-540286806", "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/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c"}], "user_id": "52153b3569e34bb983e71dd3dd271ac9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "197238af4eb747b6bd534c49d324875e"}}' 2023-04-17 19:39:23,970 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.100s 2023-04-17 19:39:23,970 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-cdaee620-e1b9-475a-b5c9-056249c18f89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'' 2023-04-17 19:39:23,992 80110 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c 0.021s 2023-04-17 19:39:23,992 80110 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39: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-b92da3d2-afbc-41ef-aae5-fcaa7f0d6e05', 'x-openstack-request-id': 'req-b92da3d2-afbc-41ef-aae5-fcaa7f0d6e05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/197238af4eb747b6bd534c49d324875e/volumes/61e9678b-8eef-48ae-bb89-086cb5cfff5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61e9678b-8eef-48ae-bb89-086cb5cfff5c could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a5d5faa-6e2d-4667-aa20-dc460dfcf86d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:38:06,923 80100 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-17 19:38:07,805 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 0.882s 2023-04-17 19:38:07,806 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--572915028", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-af250bf7-aa86-4b40-aea0-ec67cf4220fc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--572915028", "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": "183324fc7e8040058b3a5c9130c7415e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "243a9006-3633-4cea-aa14-2d05cf681cae", "created_at": "2023-04-17T19:38:08Z", "updated_at": "2023-04-17T19:38:08Z", "tags": [], "self": "/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae", "file": "/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:38:09,116 80100 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/243a9006-3633-4cea-aa14-2d05cf681cae/file 1.310s 2023-04-17 19:38:09,117 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2ba7bde4-e038-48a6-9daa-0a2e737eacf0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae/file'} Body: b'' 2023-04-17 19:38:09,117 80100 DEBUG [tempest.scenario.manager] image:243a9006-3633-4cea-aa14-2d05cf681cae 2023-04-17 19:38:09,184 80100 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.063s 2023-04-17 19:38:09,184 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-312513621", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFf8sSsns689Kh+OM7O/67L5RLa9A3+94Ug4fSRAa/qBWb92OpnI9rZkxaGZMcd2QwkcRjD+PptOtB7ZtnFrAGQpHfHKn0VLRl9PKnR0crvnysXOlf700Tna3IMTLO9K7A=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5d92170-9022-43f3-ab0e-b61523923e10', 'x-compute-request-id': 'req-f5d92170-9022-43f3-ab0e-b61523923e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-312513621", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFf8sSsns689Kh+OM7O/67L5RLa9A3+94Ug4fSRAa/qBWb92OpnI9rZkxaGZMcd2QwkcRjD+PptOtB7ZtnFrAGQpHfHKn0VLRl9PKnR0crvnysXOlf700Tna3IMTLO9K7A==", "fingerprint": "f9:72:6e:86:1c:c8:9d:fc:ad:24:95:f1:85:8b:e3:59", "user_id": "f6dc578937fa4cbd9665652bbd0153fa"}}' 2023-04-17 19:38:09,234 80100 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.040s 2023-04-17 19:38:09,235 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38: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-4266ced6-6df5-4610-b6e5-cbce9de127d4', '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": "f6dc578937fa4cbd9665652bbd0153fa", "name": "tempest-TestMinimumBasicScenario-1206264269-project-member", "password_expires_at": null}, "audit_ids": ["xeVE7qrUQhOLFNRELtRp9g"], "expires_at": "2023-04-17T20:38:09.000000Z", "issued_at": "2023-04-17T19:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "183324fc7e8040058b3a5c9130c7415e", "name": "tempest-TestMinimumBasicScenario-1206264269"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:38:09,235 80100 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '749c9efa-f82b-4393-9bef-5426eac09e93', 'name': 'tempest-TestMinimumBasicScenario-727305894-network', 'tenant_id': '183324fc7e8040058b3a5c9130c7415e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '183324fc7e8040058b3a5c9130c7415e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7814, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:37:54Z', 'updated_at': '2023-04-17T19:37:55Z', 'revision_number': 1} available for tenant 2023-04-17 19:38:10,020 80100 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.782s 2023-04-17 19:38:10,020 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-324004632", "imageRef": "243a9006-3633-4cea-aa14-2d05cf681cae", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-312513621", "networks": [{"uuid": "749c9efa-f82b-4393-9bef-5426eac09e93"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c18eaae-e741-45bb-b6da-afd87d8eac3e', 'x-compute-request-id': 'req-3c18eaae-e741-45bb-b6da-afd87d8eac3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "7BZqvzuDT3fc"}}' 2023-04-17 19:38:10,104 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.081s 2023-04-17 19:38:10,105 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e57f8ee1-e310-42c9-b025-1d281d7e3c5a', 'x-compute-request-id': 'req-e57f8ee1-e310-42c9-b025-1d281d7e3c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "BUILD", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/comp ute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:10Z", "updated": "2023-04-17T19:38:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:39:00,410 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.244s 2023-04-17 19:39:00,410 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1ce7a7-a1a2-4830-94df-266a8425cda9', 'x-compute-request-id': 'req-6c1ce7a7-a1a2-4830-94df-266a8425cda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:39:00,423 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-17 19:40:00,690 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.243s 2023-04-17 19:40:00,690 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b905360-f593-46a4-9369-b2a26414331a', 'x-compute-request-id': 'req-6b905360-f593-46a4-9369-b2a26414331a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:40:00,984 80100 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.280s 2023-04-17 19:40:00,985 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 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-ca3d2994-fc03-4473-8ec5-76092b943a8b', 'x-compute-request-id': 'req-ca3d2994-fc03-4473-8ec5-76092b943a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}]}]}' 2023-04-17 19:40:01,244 80100 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/f30f9b3c-3c23-4753-a464-da2662890f7c 0.253s 2023-04-17 19:40:01,245 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'opens tack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00bb5c4d-e071-4398-a3be-61783f535956', 'x-compute-request-id': 'req-00bb5c4d-e071-4398-a3be-61783f535956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:38:17Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38: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": []}}' 2023-04-17 19:40:01,505 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes 0.246s 2023-04-17 19:40:01,506 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-336789419", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23922ce-48ee-4597-8f56-ef810c97f087', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23922ce-48ee-4597-8f56-ef810c97f087', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.441665", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:40:01,576 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.058s 2023-04-17 19:40:01,576 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1213af7-534d-4900-a031-e165796aa795', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1213af7-534d-4900-a031-e165796aa795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:40:02,697 80100 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/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.098s 2023-04-17 19:40:02,697 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def8f7ff-68cc-4af3-8548-b9236db5c66a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def8f7ff-68cc-4af3-8548-b9236db5c66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"volume": {"id": "6a5d5faa-6e2d-4667-aa20-dc460dfcf86d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:40:01.000000", "updated_at": "2023-04-17T19:40:02.000000", "name": "tempest-TestMinimumBasicScenario-volume-336789419", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:40:02,806 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.095s 2023-04-17 19:40:02,807 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-b9afc212-7a2d-49b1-a0cf-97f3420a115c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'' 2023-04-17 19:40:02,829 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d 0.022s 2023-04-17 19:40:02,830 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-1cabaad6-1d3c-4249-87d6-f42b26c72146', 'x-openstack-request-id': 'req-1cabaad6-1d3c-4249-87d6-f42b26c72146', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/6a5d5faa-6e2d-4667-aa20-dc460dfcf86d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a5d5faa-6e2d-4667-aa20-dc460dfcf86d could not be found."}}' 2023-04-17 19:40:02,939 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.109s 2023-04-17 19:40:02,940 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-8d3b2280-e1de-4218-b464-1daeb9d93ef6', 'x-compute-request-id': 'req-8d3b2280-e1de-4218-b464-1daeb9d93ef6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'' 2023-04-17 19:40:03,352 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.411s 2023-04-17 19:40:03,352 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e92fb82-a621-4a39-b0be-9541c57a12ac', 'x-compute-request-id': 'req-1e92fb82-a621-4a39-b0be-9541c57a12ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"server": {"id": "f30f9b3c-3c23-4753-a464-da2662890f7c", "name": "tempest-TestMinimumBasicScenario-server-324004632", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "243a9006-3633-4cea-aa14-2d05cf681cae", " links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/243a9006-3633-4cea-aa14-2d05cf681cae"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:38:09Z", "updated": "2023-04-17T19:40:03Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:4f:9f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f30f9b3c-3c23-4753-a464-da2662890f7c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-312513621", "OS-SRV-USG:launched_at": "2023-04-17T19:38:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:40:53,451 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c 0.043s 2023-04-17 19:40:53,452 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 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-52b30577-5c4b-48dc-baab-2679fb7025c5', 'x-compute-request-id': 'req-52b30577-5c4b-48dc-baab-2679fb7025c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f30f9b3c-3c23-4753-a464-da2662890f7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f30f9b3c-3c23-4753-a464-da2662890f7c could not be found."}}' 2023-04-17 19:40:53,496 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-312513621 0.043s 2023-04-17 19:40:53,497 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40: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-83b742d6-edf2-4530-acf1-56a5795ffbf7', 'x-compute-request-id': 'req-83b742d6-edf2-4530-acf1-56a5795ffbf7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-312513621'} Body: b'' 2023-04-17 19:40:53,667 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/243a9006-3633-4cea-aa14-2d05cf681cae 0.170s 2023-04-17 19:40:53,668 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e1b8878a-6fd3-4c0f-bd45-2a078033417a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/243a9006-3633-4cea-a a14-2d05cf681cae'} Body: b'' 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 b5e75204-55a4-4814-83e2-fdf4fc3e03a5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:40:53,672 80100 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-17 19:40:54,297 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.624s 2023-04-17 19:40:54,297 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1216304572", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7ed208ed-0123-449e-9278-2941c65c9121', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1216304572", "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": "183324fc7e8040058b3a5c9130c7415e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "222e40c8-380b-459e-8826-dd99da1c80d3", "created_at": "2023-04-17T19:40:54Z", "updated_at": "2023-04-17T19:40:54Z", "tags": [], "self": "/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3", "file": "/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:40:55,798 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file 1.500s 2023-04-17 19:40:55,798 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8b809a31-d421-455e-93f0-3aaa2417f55c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3/file'} Body: b'' 2023-04-17 19:40:55,799 80100 DEBUG [tempest.scenario.manager] image:222e40c8-380b-459e-8826-dd99da1c80d3 2023-04-17 19:40:55,856 80100 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.054s 2023-04-17 19:40:55,856 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1646840890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODukczWDm+gLyEdrtJfCZ+b5mR6nryVL5+MuXzYoiVo69BfqbHz+WkTv9ozecXweHnVwADJnw2ajJOxPTHsVyE1U6UTuc38NMPH/VvBp3mDxB7JYFD8sxzgOatVCPcNMQ=="}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 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-e7b0e39f-de9b-40f3-b8a0-0b8321c76bdb', 'x-compute-request-id': 'req-e7b0e39f-de9b-40f3-b8a0-0b8321c76bdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-164 6840890", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODukczWDm+gLyEdrtJfCZ+b5mR6nryVL5+MuXzYoiVo69BfqbHz+WkTv9ozecXweHnVwADJnw2ajJOxPTHsVyE1U6UTuc38NMPH/VvBp3mDxB7JYFD8sxzgOatVCPcNMQ==", "fingerprint": "14:49:f2:c8:e4:18:d5:45:6f:ec:fe:12:32:b8:25:47", "user_id": "f6dc578937fa4cbd9665652bbd0153fa"}}' 2023-04-17 19:40:55,971 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-17 19:40:55,971 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0a2e0d87-b5d2-4de1-ab62-85b072882d8d', '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": "f6dc578937fa4cbd9665652bbd0153fa", "name": "tempest-TestMinimumBasicScenario-1206264269-project-member", "password_expires_at": null}, "audit_ids": ["Ylt6EyZYTjejAQ4zn_0NXw"], "expires_at": "2023-04-17T20:40:55.000000Z", "issued_at": "2023-04-17T19:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "183324fc7e8040058b3a5c9130c7415e", "name": "tempest-TestMinimumBasicScenario-1206264269"}, "is_domain": false, "roles": [{"id": "055a40fa3c1a495e99bc75ceeba45f26", "name": "reader"}, {"id": "256f888103b240c587e0daedf424497f", "name": "member"}], "catalog": [{"endpoints": [{"id": "518340a359f2439a80d216548fb7be2a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "1d8d4871d2fb44de9232cbaa2cb77b1f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4be06b89b432484fa7e3207b5e312118", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "3587120b800d41deb45e505105dcd3fb", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e77373de68ad44408fe17276b7698d17", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3a38dbeb9d484f13a62b4398ac39bbcc", "type": "image", "name": "glance"}, {"endpoints": [{"id": "108025fa28414f6d86c74a7c28f69f22", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "4ee7e77216024ef48c053c3e47145777", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "50b4c01668f344cc8e796c056fe19a50", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a0ea4f3571c472cb4ddafe3f8f40feb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "364f54ff085247d9b58fa0b8419b4444", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "da5bced081b649abbf040851fdcb66e5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8312c8358ce3443ba144991927f459bb", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e", "region": "RegionOne"}], "id": "f4139605d3b64321b4bfcfd90da553d8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ed51405f685144a5918b237210b2445b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd9696c148264feca1de276debe834df", "type": "compute", "name": "nova"}]}}' 2023-04-17 19:40:55,972 80100 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found netw ork {'id': '749c9efa-f82b-4393-9bef-5426eac09e93', 'name': 'tempest-TestMinimumBasicScenario-727305894-network', 'tenant_id': '183324fc7e8040058b3a5c9130c7415e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '183324fc7e8040058b3a5c9130c7415e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7814, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-17T19:37:54Z', 'updated_at': '2023-04-17T19:37:55Z', 'revision_number': 1} available for tenant 2023-04-17 19:40:56,878 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.905s 2023-04-17 19:40:56,878 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1607141485", "imageRef": "222e40c8-380b-459e-8826-dd99da1c80d3", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "networks": [{"uuid": "749c9efa-f82b-4393-9bef-5426eac09e93"}]}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33798a9a-3e6a-4e75-b3c0-7c5f631fde03', 'x-compute-request-id': 'req-33798a9a-3e6a-4e75-b3c0-7c5f631fde03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "XFpYo5y3JFDM"}}' 2023-04-17 19:40:56,949 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.067s 2023-04-17 19:40:56,950 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:40:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c791cc5-a928-4481-a536-45856b84c249', 'x-compute-request-id': 'req-7c791cc5-a928-4481-a536-45856b84c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "BUILD", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:57Z", "updated": "2023-04-17T19:40:56Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:41:47,317 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.305s 2023-04-17 19:41:47,317 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:41:47 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-9fc75bd7-5bee-410b-b92d-4f85ed8c1ad9', 'x-compute-request-id': 'req-9fc75bd7-5bee-410b-b92d-4f85ed8c1ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:41:47,333 80100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-17 19:42:47,648 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.298s 2023-04-17 19:42:47,648 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-ddfb0db2-1c2f-4bc9-84e0-008ea6903250', 'x-compute-request-id': 'req-ddfb0db2-1c2f-4bc9-84e0-008ea6903250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:42:47,853 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.193s 2023-04-17 19:42:47,854 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-e65f7d6e-0e35-4d8c-a674-c2fd259ef4fa', 'x-compute-request-id': 'req-e65f7d6e-0e35-4d8c-a674-c2fd259ef4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}]}]}' 2023-04-17 19:42:48,016 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.159s 2023-04-17 19:42:48,016 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:47 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-b12776d6-fc1c-4a9a-91b9-5165950faabf', 'x-compute-request-id': 'req-b12776d6-fc1c-4a9a-91b9-5165950faabf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27b e-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:41:05Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:42:48,255 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes 0.227s 2023-04-17 19:42:48,255 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1096665804", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51a7cd8-8d06-46b5-a930-f0a424fb3294', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51a7cd8-8d06-46b5-a930-f0a424fb3294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.187692", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:42:48,334 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.070s 2023-04-17 19:42:48,334 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-6576554b-edf1-4687-82a7-87836f997046', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6576554b-edf1-4687-82a7-87836f997046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:42:49,390 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.043s 2023-04-17 19:42:49,391 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cf371bd-6518-4abd-8f82-4176e81c3763', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cf371bd-6518-4abd-8f82-4176e81c3763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"volume": {"id": "b5e75204-55a4-4814-83e2-fdf4fc3e03a5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:42:48.000000", "updated_at": "2023-04-17T19:42:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-1096665804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5"}], "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "183324fc7e8040058b3a5c9130c7415e"}}' 2023-04-17 19:42:49,519 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.116s 2023-04-17 19:42:49,519 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3b8849-d298-4c5c-ba25-7e5e225f17be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3 /183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'' 2023-04-17 19:42:49,551 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5 0.031s 2023-04-17 19:42:49,552 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94439cc-095c-4f37-a9e6-2f6ba3b3b606', 'x-openstack-request-id': 'req-d94439cc-095c-4f37-a9e6-2f6ba3b3b606', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/183324fc7e8040058b3a5c9130c7415e/volumes/b5e75204-55a4-4814-83e2-fdf4fc3e03a5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5e75204-55a4-4814-83e2-fdf4fc3e03a5 could not be found."}}' 2023-04-17 19:42:49,671 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.118s 2023-04-17 19:42:49,671 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 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-2d46c835-dcc8-4cf2-83c5-19420ea1554e', 'x-compute-request-id': 'req-2d46c835-dcc8-4cf2-83c5-19420ea1554e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'' 2023-04-17 19:42:50,044 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.372s 2023-04-17 19:42:50,045 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:42:49 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-5892469d-5f0c-445c-b7d4-60d0fda5817d', 'x-compute-request-id': 'req-5892469d-5f0c-445c-b7d4-60d0fda5817d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"server": {"id": "278ec068-27be-4792-895a-a415a1687987", "name": "tempest-TestMinimumBasicScenario-server-1607141485", "status": "ACTIVE", "tenant_id": "183324fc7e8040058b3a5c9130c7415e", "user_id": "f6dc578937fa4cbd9665652bbd0153fa", "metadata": {}, "hostId": "4d0922d3f619224158f02e2e89010f5db1763a85a5ec4a1962af68df", "image": {"id": "222e40c8-380b-459e-8826-dd99da1c80d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/222e40c8-380b-459e-8826-dd99da1c80d3"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-17T19:40:56Z", "updated": "2023-04-17T19:42:50Z", "addresses": {"tempest-TestMinimumBasicScenario-727305894-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:a7:43"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/278ec068-27be-4792-895a-a415a1687987"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1646840890", "OS-SRV-USG:launched_at": "2023-04-17T19:41:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-17 19:43:40,172 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987 0.092s 2023-04-17 19:43:40,173 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 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-6e8404c1-3225-4ed4-a532-7a636f1f2ff5', 'x-compute-request-id': 'req-6e8404c1-3225-4ed4-a532-7a636f1f2ff5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/278ec068-27be-4792-895a-a415a1687987'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 278ec068-27be-4792-895a-a415a1687987 could not be found."}}' 2023-04-17 19:43:40,227 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1646840890 0.053s 2023-04-17 19:43:40,227 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 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-7f565dc9-f3ef-4995-a3b2-b034ae2524f4', 'x-compute-request-id': 'req-7f565dc9-f3ef-4995-a3b2-b034ae2524f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1646840890'} Body: b'' 2023-04-17 19:43:40,351 80100 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3 0.122s 2023-04-17 19:43:40,351 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7b614529-7a9c-4c49-b9ba-7c82da6d0424', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/222e40c8-380b-459e-8826-dd99da1c80d3'} Body: b'' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d88d90e2-68fd-4660-992f-8c4576fb8813 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-17 19:43:49,115 80100 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/dc47921c1da14afd97a49ed136a7e6b4/types 0.177s 2023-04-17 19:43:49,115 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad0a87c-6c69-47ff-9e0c-82e91bf7c3c9', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad0a87c-6c69-47ff-9e0c-82e91bf7c3c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dc47921c1da14afd97a49ed136a7e6b4/types'} Body: b'{"volume_type": {"id": "f288161a-4624-45db-bde0-5c6e4ebd20d6", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-17 19:43:49,889 80100 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.770s 2023-04-17 19:43:49,890 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d5a965c2-fad6-42f4-b40a-62e650666927', '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": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:50Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:50,996 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file 1.102s 2023-04-17 19:43:50,997 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-88903ce1-1e8b-4f65-a96e-131b31a82a20', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file'} Body: b'' 2023-04-17 19:43:51,016 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.018s 2023-04-17 19:43:51,016 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-92f388af-79af-4d11-a645-effa299733ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,037 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.021s 2023-04-17 19:43:51,037 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-394f9405-94e2-45f0-a186-1db4fee7aed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,057 80100 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/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0 0.019s 2023-04-17 19:43:51,057 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a312f30b-1964-47df-b7f1-f872138d69c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0'} 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": "0d8c34307471bc97ed09ba1e7be81797", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "77a6139dda9143c68b31e9c6b8cc97a5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9205ce64eeb30993d2aed5d41d2f1622afa577f7247e5d04fbbe40b0f61f5ba0b190ea9c697d26c733b0970eca6908cfa2b8b9203afe9b0cd3ad680819f16ea8", "id": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "created_at": "2023-04-17T19:43:50Z", "updated_at": "2023-04-17T19:43:51Z", "tags": [], "self": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "file": "/v2/images/88b61f6f-fd8a-4de4-8393-44e50b2a5dd0/file", "schema": "/v2/schemas/image"}' 2023-04-17 19:43:51,477 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes 0.419s 2023-04-17 19:43:51,478 80100 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": "88b61f6f-fd8a-4de4-8393-44e50b2a5dd0", "size": 1}} Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20cad302-893d-41e7-8a20-9e2629fe062f', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20cad302-893d-41e7-8a20-9e2629fe062f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.350484", "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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-17 19:43:51,542 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813 0.046s 2023-04-17 19:43:51,542 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193da639-1a4f-496a-943c-a644f41d3534', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193da639-1a4f-496a-943c-a644f41d3534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77a6139dda9143c68b31e9c6b8cc97a5"}}' 2023-04-17 19:43:52,600 80100 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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813 0.042s 2023-04-17 19:43:52,601 80100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 17 Apr 2023 19:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5254034-cee3-4514-9cba-439350ede84b', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5254034-cee3-4514-9cba-439350ede84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813'} Body: b'{"volume": {"id": "d88d90e2-68fd-4660-992f-8c4576fb8813", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-17T19:43:51.000000", "updated_at": "2023-04-17T19:43:52.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/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/77a6139dda9143c68b31e9c6b8cc97a5/volumes/d88d90e2-68fd-4660-992f-8c4576fb8813"}], "user_id": "c9f9f39c09344543b9b2abab972a6ae4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77a6139dda9143c68b31e9c6b8cc97a5"}}' ====== Totals ====== Ran: 198 tests in 1480.9458 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3838.0387 sec. ============== Worker Balance ============== - Worker 0 (27 tests) => 0:01:02.849301 - Worker 1 (17 tests) => 0:01:34.279681 - Worker 2 (26 tests) => 0:11:00.697369 - Worker 3 (15 tests) => 0:19:42.388767 - Worker 4 (12 tests) => 0:00:51.100186 - Worker 5 (10 tests) => 0:01:00.282306 - Worker 6 (16 tests) => 0:06:31.203535 - Worker 7 (15 tests) => 0:03:48.880319 - Worker 8 (19 tests) => 0:19:33.374509 - Worker 9 (13 tests) => 0:09:43.199466 - Worker 10 (14 tests) => 0:11:29.006420 - Worker 11 (14 tests) => 0:04:00.012962 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed